diff --git a/package-lock.json b/package-lock.json index 99ce8f3d..7ade8b3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@commitlint/cli": "18.4.3", "@commitlint/config-conventional": "18.4.3", "@commitlint/travis-cli": "8.2.0", - "@types/jest": "29.5.1", + "@types/jest": "29.5.12", "babel-eslint": "10.1.0", "babel-loader": "8.0.6", "eslint": "8.55.0", @@ -35,7 +35,7 @@ "eslint-plugin-react": "7.33.2", "file-loader": "4.1.0", "husky": "8.0.3", - "jest": "29.5.0", + "jest": "29.7.0", "json": "^9.0.4", "scratch-semantic-release-config": "1.0.8", "semantic-release": "19.0.5", @@ -5235,9 +5235,9 @@ } }, "node_modules/@types/jest": { - "version": "29.5.1", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.1.tgz", - "integrity": "sha512-tEuVcHrpaixS36w7hpsfLBLpjtMRJUE09/MHXn923LOVojDwyC14cWcfc0rDs0VEfUyYmt/+iX1kxxp+gZMcaQ==", + "version": "29.5.12", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.12.tgz", + "integrity": "sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==", "dev": true, "dependencies": { "expect": "^29.0.0", @@ -11001,15 +11001,15 @@ } }, "node_modules/jest": { - "version": "29.5.0", - "resolved": "https://registry.npmjs.org/jest/-/jest-29.5.0.tgz", - "integrity": "sha512-juMg3he2uru1QoXX078zTa7pO85QyB9xajZc6bU+d9yEGwrKX6+vGmJQ3UdVZsvTEUARIdObzH68QItim6OSSQ==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest/-/jest-29.7.0.tgz", + "integrity": "sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==", "dev": true, "dependencies": { - "@jest/core": "^29.5.0", - "@jest/types": "^29.5.0", + "@jest/core": "^29.7.0", + "@jest/types": "^29.6.3", "import-local": "^3.0.2", - "jest-cli": "^29.5.0" + "jest-cli": "^29.7.0" }, "bin": { "jest": "bin/jest.js" diff --git a/package.json b/package.json index 6ddf595f..2b8fd245 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@commitlint/cli": "18.4.3", "@commitlint/config-conventional": "18.4.3", "@commitlint/travis-cli": "8.2.0", - "@types/jest": "29.5.1", + "@types/jest": "29.5.12", "babel-eslint": "10.1.0", "babel-loader": "8.0.6", "eslint": "8.55.0", @@ -55,7 +55,7 @@ "eslint-plugin-react": "7.33.2", "file-loader": "4.1.0", "husky": "8.0.3", - "jest": "29.5.0", + "jest": "29.7.0", "json": "^9.0.4", "scratch-semantic-release-config": "1.0.8", "semantic-release": "19.0.5",