diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 72c7bac..92d03e2 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -3634,9 +3634,9 @@ } }, "@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.7", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.7.tgz", + "integrity": "sha512-HLyetab6KVPSiF+7pFcUyMeLsx25LDNDemw9mGsJBkai/oouwrjTycocSDYopMEwFhN2Y4s9oPyOCZNofgSt2g==", "requires": { "expect": "^29.0.0", "pretty-format": "^29.0.0" diff --git a/frontend/package.json b/frontend/package.json index 44e222e..787f098 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -13,7 +13,7 @@ "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^14.5.1", - "@types/jest": "^29.5.6", + "@types/jest": "^29.5.7", "@types/node": "^18.18.6", "@types/react": "^18.2.31", "@types/react-dom": "^18.2.14",