diff --git a/package-lock.json b/package-lock.json index f620fa31..72c301e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2247,9 +2247,9 @@ } }, "@types/jest": { - "version": "26.0.22", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.22.tgz", - "integrity": "sha512-eeWwWjlqxvBxc4oQdkueW5OF/gtfSceKk4OnOAGlUSwS/liBRtZppbJuz1YkgbrbfGOoeBHun9fOvXnjNwrSOw==", + "version": "26.0.23", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.23.tgz", + "integrity": "sha512-ZHLmWMJ9jJ9PTiT58juykZpL7KjwJywFN3Rr2pTSkyQfydf/rk22yS7W8p5DaVUMQ2BQC7oYiU3FjbTM/mYrOA==", "dev": true, "requires": { "jest-diff": "^26.0.0", diff --git a/package.json b/package.json index e409a562..d08a7443 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.15", - "@types/jest": "^26.0.22", + "@types/jest": "^26.0.23", "@typescript-eslint/eslint-plugin": "^4.22.0", "@typescript-eslint/parser": "^4.22.0", "autoprefixer": "^10.2.5",