diff --git a/package-lock.json b/package-lock.json index 6c1a4150..52f861b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2062,9 +2062,9 @@ } }, "@types/jest": { - "version": "26.0.21", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.21.tgz", - "integrity": "sha512-ab9TyM/69yg7eew9eOwKMUmvIZAKEGZYlq/dhe5/0IMUd/QLJv5ldRMdddSn+u22N13FP3s5jYyktxuBwY0kDA==", + "version": "26.0.22", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.22.tgz", + "integrity": "sha512-eeWwWjlqxvBxc4oQdkueW5OF/gtfSceKk4OnOAGlUSwS/liBRtZppbJuz1YkgbrbfGOoeBHun9fOvXnjNwrSOw==", "dev": true, "requires": { "jest-diff": "^26.0.0", diff --git a/package.json b/package.json index 4a3922fc..7c59e6c0 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@babel/plugin-transform-typescript": "^7.13.0", "@babel/polyfill": "^7.12.1", "@babel/preset-env": "^7.13.12", - "@types/jest": "^26.0.21", + "@types/jest": "^26.0.22", "@typescript-eslint/eslint-plugin": "^4.19.0", "@typescript-eslint/parser": "^4.19.0", "autoprefixer": "^10.2.5",