diff --git a/taxonomy-editor-frontend/package-lock.json b/taxonomy-editor-frontend/package-lock.json index 6f700b2c..af4c62b1 100644 --- a/taxonomy-editor-frontend/package-lock.json +++ b/taxonomy-editor-frontend/package-lock.json @@ -15,7 +15,7 @@ "@mui/material": "^5.14.20", "@tanstack/react-query": "^5.17.9", "@testing-library/jest-dom": "^6.2.0", - "@testing-library/react": "^14.0.0", + "@testing-library/react": "^14.2.0", "@testing-library/user-event": "^14.5.1", "@types/jest": "^29.2.6", "@types/node": "^18.11.18", @@ -5444,9 +5444,9 @@ } }, "node_modules/@testing-library/react": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-14.0.0.tgz", - "integrity": "sha512-S04gSNJbYE30TlIMLTzv6QCTzt9AqIF5y6s6SzVFILNcNvbV/jU96GeiTPillGQo+Ny64M/5PV7klNYYgv5Dfg==", + "version": "14.2.0", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-14.2.0.tgz", + "integrity": "sha512-7uBnPHyOG6nDGCzv8SLeJbSa33ZoYw7swYpSLIgJvBALdq7l9zPNk33om4USrxy1lKTxXaVfufzLmq83WNfWIw==", "dependencies": { "@babel/runtime": "^7.12.5", "@testing-library/dom": "^9.0.0", @@ -27104,9 +27104,9 @@ } }, "@testing-library/react": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-14.0.0.tgz", - "integrity": "sha512-S04gSNJbYE30TlIMLTzv6QCTzt9AqIF5y6s6SzVFILNcNvbV/jU96GeiTPillGQo+Ny64M/5PV7klNYYgv5Dfg==", + "version": "14.2.0", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-14.2.0.tgz", + "integrity": "sha512-7uBnPHyOG6nDGCzv8SLeJbSa33ZoYw7swYpSLIgJvBALdq7l9zPNk33om4USrxy1lKTxXaVfufzLmq83WNfWIw==", "requires": { "@babel/runtime": "^7.12.5", "@testing-library/dom": "^9.0.0", diff --git a/taxonomy-editor-frontend/package.json b/taxonomy-editor-frontend/package.json index 0626e755..2118e254 100644 --- a/taxonomy-editor-frontend/package.json +++ b/taxonomy-editor-frontend/package.json @@ -10,7 +10,7 @@ "@mui/material": "^5.14.20", "@tanstack/react-query": "^5.17.9", "@testing-library/jest-dom": "^6.2.0", - "@testing-library/react": "^14.0.0", + "@testing-library/react": "^14.2.0", "@testing-library/user-event": "^14.5.1", "@types/jest": "^29.2.6", "@types/node": "^18.11.18",