diff --git a/package-lock.json b/package-lock.json index 0896b833..8e7e98c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "express": "4.18.2", "form-data": "4.0.0", "glob": "10.3.1", - "jest": "29.6.0", + "jest": "29.6.1", "jest-cli": "29.6.1", "node-fetch": "2.6.9", "prettier": "2.8.8", @@ -9637,15 +9637,15 @@ } }, "node_modules/jest": { - "version": "29.6.0", - "resolved": "https://registry.npmjs.org/jest/-/jest-29.6.0.tgz", - "integrity": "sha512-do1J9gGrQ68E4UfMz/4OM71p9qCqQxu32N/9ZfeYFSSlx0uUOuxeyZxtJZNaUTW12ZA11ERhmBjBhy1Ho96R4g==", + "version": "29.6.1", + "resolved": "https://registry.npmjs.org/jest/-/jest-29.6.1.tgz", + "integrity": "sha512-Nirw5B4nn69rVUZtemCQhwxOBhm0nsp3hmtF4rzCeWD7BkjAXRIji7xWQfnTNbz9g0aVsBX6aZK3n+23LM6uDw==", "dev": true, "dependencies": { - "@jest/core": "^29.6.0", - "@jest/types": "^29.6.0", + "@jest/core": "^29.6.1", + "@jest/types": "^29.6.1", "import-local": "^3.0.2", - "jest-cli": "^29.6.0" + "jest-cli": "^29.6.1" }, "bin": { "jest": "bin/jest.js" diff --git a/package.json b/package.json index 8dfe7088..a86e4591 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "express": "4.18.2", "form-data": "4.0.0", "glob": "10.3.1", - "jest": "29.6.0", + "jest": "29.6.1", "jest-cli": "29.6.1", "node-fetch": "2.6.9", "prettier": "2.8.8",