diff --git a/services/ui/package-lock.json b/services/ui/package-lock.json index bc786e68..0c21d09b 100644 --- a/services/ui/package-lock.json +++ b/services/ui/package-lock.json @@ -32,7 +32,7 @@ }, "devDependencies": { "@testing-library/jest-dom": "6.4.0", - "@testing-library/react": "14.1.2", + "@testing-library/react": "14.2.0", "@testing-library/user-event": "14.5.2", "@types/react-datepicker": "4.19.5", "@vitejs/plugin-react": "^4.0.0", @@ -1842,9 +1842,9 @@ "dev": true }, "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.2.0", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-14.2.0.tgz", + "integrity": "sha512-7uBnPHyOG6nDGCzv8SLeJbSa33ZoYw7swYpSLIgJvBALdq7l9zPNk33om4USrxy1lKTxXaVfufzLmq83WNfWIw==", "dev": true, "dependencies": { "@babel/runtime": "^7.12.5", @@ -8080,9 +8080,9 @@ } }, "@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.2.0", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-14.2.0.tgz", + "integrity": "sha512-7uBnPHyOG6nDGCzv8SLeJbSa33ZoYw7swYpSLIgJvBALdq7l9zPNk33om4USrxy1lKTxXaVfufzLmq83WNfWIw==", "dev": true, "requires": { "@babel/runtime": "^7.12.5", diff --git a/services/ui/package.json b/services/ui/package.json index 86edfcea..e82df83f 100644 --- a/services/ui/package.json +++ b/services/ui/package.json @@ -59,7 +59,7 @@ }, "devDependencies": { "@testing-library/jest-dom": "6.4.0", - "@testing-library/react": "14.1.2", + "@testing-library/react": "14.2.0", "@testing-library/user-event": "14.5.2", "@types/react-datepicker": "4.19.5", "@vitejs/plugin-react": "^4.0.0",