diff --git a/components/frontend/package-lock.json b/components/frontend/package-lock.json index 89724c3240..4ccf2478a4 100644 --- a/components/frontend/package-lock.json +++ b/components/frontend/package-lock.json @@ -36,7 +36,7 @@ "@eslint/js": "^9.18.0", "@testing-library/dom": "10.4.0", "@testing-library/jest-dom": "^6.6.3", - "@testing-library/react": "^16.1.0", + "@testing-library/react": "^16.2.0", "@testing-library/user-event": "^14.5.2", "eslint": "^9.18.0", "eslint-config-prettier": "^10.0.1", @@ -4024,9 +4024,10 @@ "license": "MIT" }, "node_modules/@testing-library/react": { - "version": "16.1.0", + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-16.2.0.tgz", + "integrity": "sha512-2cSskAvA1QNtKc8Y9VJQRv0tm3hLVgxRGDB+KYhIaPQJ1I+RHbhIXcM+zClKXzMes/wshsMVzf4B9vS4IZpqDQ==", "dev": true, - "license": "MIT", "dependencies": { "@babel/runtime": "^7.12.5" }, diff --git a/components/frontend/package.json b/components/frontend/package.json index ba4ab4f333..129eda24be 100644 --- a/components/frontend/package.json +++ b/components/frontend/package.json @@ -55,7 +55,7 @@ "@eslint/js": "^9.18.0", "@testing-library/dom": "10.4.0", "@testing-library/jest-dom": "^6.6.3", - "@testing-library/react": "^16.1.0", + "@testing-library/react": "^16.2.0", "@testing-library/user-event": "^14.5.2", "eslint": "^9.18.0", "eslint-config-prettier": "^10.0.1",