diff --git a/package-lock.json b/package-lock.json index f988f1ffdb..568e11c017 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "@bahmutov/add-typescript-to-cypress": "2.1.2", "@cypress/webpack-preprocessor": "5.11.1", "@jest/globals": "28.1.1", - "@types/jest": "28.1.2", + "@types/jest": "28.1.3", "@types/js-yaml": "4.0.5", "@types/lodash": "4.14.182", "@types/node": "17.0.41", @@ -4331,9 +4331,9 @@ } }, "node_modules/@types/jest": { - "version": "28.1.2", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.2.tgz", - "integrity": "sha512-5dNM7mMuIrCtNJsFfvUO/5xCrG8swuT2c7ND+sl3XwlwxJf3k7e7o+PRvcFN/iIm8XhCqHqxLOj9yutDDOJoRg==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.3.tgz", + "integrity": "sha512-Tsbjk8Y2hkBaY/gJsataeb4q9Mubw9EOz7+4RjPkzD5KjTvHHs7cpws22InaoXxAVAhF5HfFbzJjo6oKWqSZLw==", "dev": true, "dependencies": { "jest-matcher-utils": "^28.0.0", @@ -28573,9 +28573,9 @@ } }, "@types/jest": { - "version": "28.1.2", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.2.tgz", - "integrity": "sha512-5dNM7mMuIrCtNJsFfvUO/5xCrG8swuT2c7ND+sl3XwlwxJf3k7e7o+PRvcFN/iIm8XhCqHqxLOj9yutDDOJoRg==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.3.tgz", + "integrity": "sha512-Tsbjk8Y2hkBaY/gJsataeb4q9Mubw9EOz7+4RjPkzD5KjTvHHs7cpws22InaoXxAVAhF5HfFbzJjo6oKWqSZLw==", "dev": true, "requires": { "jest-matcher-utils": "^28.0.0", diff --git a/package.json b/package.json index 5bbe1d3680..7952807977 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "@bahmutov/add-typescript-to-cypress": "2.1.2", "@cypress/webpack-preprocessor": "5.11.1", "@jest/globals": "28.1.1", - "@types/jest": "28.1.2", + "@types/jest": "28.1.3", "@types/js-yaml": "4.0.5", "@types/lodash": "4.14.182", "@types/node": "17.0.41",