diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 0909cc1..4aa96a5 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -18,7 +18,7 @@ "@testing-library/jest-dom": "6.5.0", "@testing-library/react": "14.3.1", "@testing-library/user-event": "14.5.2", - "@types/jest": "29.5.12", + "@types/jest": "29.5.13", "@types/node": "20.16.2", "@types/react": "18.3.5", "@types/react-dom": "18.3.0", @@ -3919,9 +3919,10 @@ } }, "node_modules/@types/jest": { - "version": "29.5.12", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.12.tgz", - "integrity": "sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==", + "version": "29.5.13", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.13.tgz", + "integrity": "sha512-wd+MVEZCHt23V0/L642O5APvspWply/rGY5BcW4SUETo2UzPU3Z26qr8jC2qxpimI2jjx9h7+2cj2FwIr01bXg==", + "license": "MIT", "dependencies": { "expect": "^29.0.0", "pretty-format": "^29.0.0" @@ -3931,6 +3932,7 @@ "version": "5.2.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "license": "MIT", "engines": { "node": ">=10" }, @@ -3942,6 +3944,7 @@ "version": "29.7.0", "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz", "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==", + "license": "MIT", "dependencies": { "@jest/schemas": "^29.6.3", "ansi-styles": "^5.0.0", @@ -3952,9 +3955,10 @@ } }, "node_modules/@types/jest/node_modules/react-is": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", - "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz", + "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==", + "license": "MIT" }, "node_modules/@types/json-schema": { "version": "7.0.15", diff --git a/frontend/package.json b/frontend/package.json index fdb2b8d..c7d8dfd 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -17,7 +17,7 @@ "@testing-library/jest-dom": "6.5.0", "@testing-library/react": "14.3.1", "@testing-library/user-event": "14.5.2", - "@types/jest": "29.5.12", + "@types/jest": "29.5.13", "@types/node": "20.16.2", "@types/react": "18.3.5", "@types/react-dom": "18.3.0", diff --git a/package-lock.json b/package-lock.json index e7801a0..e790599 100644 --- a/package-lock.json +++ b/package-lock.json @@ -69,7 +69,7 @@ "@nestjs/testing": "10.4.1", "@types/cookie-parser": "1.4.7", "@types/express": "4.17.21", - "@types/jest": "29.5.12", + "@types/jest": "29.5.13", "@types/lodash": "4.17.7", "@types/node": "20.16.2", "@types/passport-http-bearer": "1.0.41", @@ -3563,10 +3563,11 @@ } }, "node_modules/@types/jest": { - "version": "29.5.12", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.12.tgz", - "integrity": "sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==", + "version": "29.5.13", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.13.tgz", + "integrity": "sha512-wd+MVEZCHt23V0/L642O5APvspWply/rGY5BcW4SUETo2UzPU3Z26qr8jC2qxpimI2jjx9h7+2cj2FwIr01bXg==", "dev": true, + "license": "MIT", "dependencies": { "expect": "^29.0.0", "pretty-format": "^29.0.0" diff --git a/package.json b/package.json index 9cca449..147d4ae 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "@nestjs/testing": "10.4.1", "@types/cookie-parser": "1.4.7", "@types/express": "4.17.21", - "@types/jest": "29.5.12", + "@types/jest": "29.5.13", "@types/lodash": "4.17.7", "@types/node": "20.16.2", "@types/passport-http-bearer": "1.0.41",