diff --git a/components/frontend/package-lock.json b/components/frontend/package-lock.json index 974c5f2b54..df8d7de4d8 100644 --- a/components/frontend/package-lock.json +++ b/components/frontend/package-lock.json @@ -29,7 +29,7 @@ "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@eslint/compat": "^1.1.1", "@eslint/js": "^9.7.0", - "@testing-library/dom": "10.3.2", + "@testing-library/dom": "10.4.0", "@testing-library/jest-dom": "^6.4.7", "@testing-library/react": "^16.0.0", "@testing-library/user-event": "^14.5.2", @@ -5092,11 +5092,10 @@ } }, "node_modules/@testing-library/dom": { - "version": "10.3.2", - "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-10.3.2.tgz", - "integrity": "sha512-0bxIdP9mmPiOJ6wHLj8bdJRq+51oddObeCGdEf6PNEhYd93ZYAN+lPRnEOVFtheVwDM7+p+tza3LAQgp0PTudg==", + "version": "10.4.0", + "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-10.4.0.tgz", + "integrity": "sha512-pemlzrSESWbdAloYml3bAJMEfNh1Z7EduzqPKprCH5S341frlpYnUEW0H72dLxa6IsYr+mPno20GiSm+h9dEdQ==", "dev": true, - "license": "MIT", "dependencies": { "@babel/code-frame": "^7.10.4", "@babel/runtime": "^7.12.5", diff --git a/components/frontend/package.json b/components/frontend/package.json index fd133bf7b1..000097ab43 100644 --- a/components/frontend/package.json +++ b/components/frontend/package.json @@ -48,7 +48,7 @@ "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@eslint/compat": "^1.1.1", "@eslint/js": "^9.7.0", - "@testing-library/dom": "10.3.2", + "@testing-library/dom": "10.4.0", "@testing-library/jest-dom": "^6.4.7", "@testing-library/react": "^16.0.0", "@testing-library/user-event": "^14.5.2",