From 65e29a021bbb50709ef08b5c409cf6b3f2bb0fb7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 10:35:16 +0000 Subject: [PATCH] chore(deps): update dependency jest to v29.7.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 04e4a75a..856535ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "glob": "7.2.3", "history": "5.3.0", "husky": "7.0.4", - "jest": "29.6.2", + "jest": "29.7.0", "react-test-renderer": "^17.0.2" } }, @@ -13008,15 +13008,15 @@ } }, "node_modules/jest": { - "version": "29.6.2", - "resolved": "https://registry.npmjs.org/jest/-/jest-29.6.2.tgz", - "integrity": "sha512-8eQg2mqFbaP7CwfsTpCxQ+sHzw1WuNWL5UUvjnWP4hx2riGz9fPSzYOaU5q8/GqWn1TfgZIVTqYJygbGbWAANg==", + "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.6.2", - "@jest/types": "^29.6.1", + "@jest/core": "^29.7.0", + "@jest/types": "^29.6.3", "import-local": "^3.0.2", - "jest-cli": "^29.6.2" + "jest-cli": "^29.7.0" }, "bin": { "jest": "bin/jest.js" diff --git a/package.json b/package.json index 95a91486..96374d36 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "glob": "7.2.3", "history": "5.3.0", "husky": "7.0.4", - "jest": "29.6.2", + "jest": "29.7.0", "react-test-renderer": "^17.0.2" } }