diff --git a/package-lock.json b/package-lock.json index a79274ce..f216a65e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@testing-library/jest-dom": "^6.1.4", "@testing-library/react": "^14.2.2", "@testing-library/user-event": "^14.5.1", - "@types/jest": "^29.5.6", + "@types/jest": "^29.5.12", "cypress": "^13.7.2", "eslint": "^8.56.0", "eslint-config-next": "^14.1.3", @@ -2922,9 +2922,9 @@ } }, "node_modules/@types/jest": { - "version": "29.5.6", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.6.tgz", - "integrity": "sha512-/t9NnzkOpXb4Nfvg17ieHE6EeSjDS2SGSpNYfoLbUAeL/EOueU/RSdOWFpfQTXBEM7BguYW1XQ0EbM+6RlIh6w==", + "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", diff --git a/package.json b/package.json index 5f533f33..95e272e3 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@testing-library/jest-dom": "^6.1.4", "@testing-library/react": "^14.2.2", "@testing-library/user-event": "^14.5.1", - "@types/jest": "^29.5.6", + "@types/jest": "^29.5.12", "cypress": "^13.7.2", "eslint": "^8.56.0", "eslint-config-next": "^14.1.3",