diff --git a/frontend-nextgen/package-lock.json b/frontend-nextgen/package-lock.json index 7b4b40d..a60ad13 100644 --- a/frontend-nextgen/package-lock.json +++ b/frontend-nextgen/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "dependencies": { "@testing-library/jest-dom": "^6.0.0", - "@testing-library/react": "^14.1.2", + "@testing-library/react": "^14.3.1", "@testing-library/user-event": "^14.5.2", "axios": "^1.7.4", "bootstrap": "^5.2.3", @@ -4011,9 +4011,10 @@ } }, "node_modules/@testing-library/react": { - "version": "14.1.2", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-14.1.2.tgz", - "integrity": "sha512-z4p7DVBTPjKM5qDZ0t5ZjzkpSNb+fZy1u6bzO7kk8oeGagpPCAtgh4cx1syrfp7a+QWkM021jGqjJaxJJnXAZg==", + "version": "14.3.1", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-14.3.1.tgz", + "integrity": "sha512-H99XjUhWQw0lTgyMN05W3xQG1Nh4lq574D8keFf1dDoNTJgp66VbJozRaczoF+wsiaPJNt/TcnfpLGufGxSrZQ==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.12.5", "@testing-library/dom": "^9.0.0", diff --git a/frontend-nextgen/package.json b/frontend-nextgen/package.json index 1bd7d70..ffbd7a2 100644 --- a/frontend-nextgen/package.json +++ b/frontend-nextgen/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "@testing-library/jest-dom": "^6.0.0", - "@testing-library/react": "^14.1.2", + "@testing-library/react": "^14.3.1", "@testing-library/user-event": "^14.5.2", "axios": "^1.7.4", "bootstrap": "^5.2.3",