diff --git a/components/frontend/package-lock.json b/components/frontend/package-lock.json index 661c4d155d..f5aae4dde3 100644 --- a/components/frontend/package-lock.json +++ b/components/frontend/package-lock.json @@ -30,7 +30,7 @@ "@eslint/compat": "^1.1.1", "@eslint/js": "^9.7.0", "@testing-library/dom": "10.3.2", - "@testing-library/jest-dom": "^6.4.6", + "@testing-library/jest-dom": "^6.4.7", "@testing-library/react": "^16.0.0", "@testing-library/user-event": "^14.5.2", "eslint": "^8.57.0", @@ -5159,11 +5159,10 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "6.4.6", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.4.6.tgz", - "integrity": "sha512-8qpnGVincVDLEcQXWaHOf6zmlbwTKc6Us6PPu4CRnPXCzo2OGBS5cwgMMOWdxDpEz1mkbvXHpEy99M5Yvt682w==", + "version": "6.4.7", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.4.7.tgz", + "integrity": "sha512-GaKJ0nijoNf30dWSOOzQEBkWBRk4rG3C/efw8zKrimNuZpnS/6/AEwo0WvZHgJxG84cNCgxt+mtbe1fsvfLp2A==", "dev": true, - "license": "MIT", "dependencies": { "@adobe/css-tools": "^4.4.0", "@babel/runtime": "^7.9.2", diff --git a/components/frontend/package.json b/components/frontend/package.json index 5e861ac13e..e992d31659 100644 --- a/components/frontend/package.json +++ b/components/frontend/package.json @@ -49,7 +49,7 @@ "@eslint/compat": "^1.1.1", "@eslint/js": "^9.7.0", "@testing-library/dom": "10.3.2", - "@testing-library/jest-dom": "^6.4.6", + "@testing-library/jest-dom": "^6.4.7", "@testing-library/react": "^16.0.0", "@testing-library/user-event": "^14.5.2", "eslint": "^8.57.0",