diff --git a/services/ui/package-lock.json b/services/ui/package-lock.json index f74393d8..53a0f928 100644 --- a/services/ui/package-lock.json +++ b/services/ui/package-lock.json @@ -32,7 +32,7 @@ }, "devDependencies": { "@testing-library/jest-dom": "6.1.3", - "@testing-library/react": "14.0.0", + "@testing-library/react": "14.1.2", "@testing-library/user-event": "14.5.1", "@types/react-datepicker": "4.19.0", "@vitejs/plugin-react": "^4.0.0", @@ -1604,9 +1604,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.1.2", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-14.1.2.tgz", + "integrity": "sha512-z4p7DVBTPjKM5qDZ0t5ZjzkpSNb+fZy1u6bzO7kk8oeGagpPCAtgh4cx1syrfp7a+QWkM021jGqjJaxJJnXAZg==", "dev": true, "dependencies": { "@babel/runtime": "^7.12.5", @@ -7877,9 +7877,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.1.2", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-14.1.2.tgz", + "integrity": "sha512-z4p7DVBTPjKM5qDZ0t5ZjzkpSNb+fZy1u6bzO7kk8oeGagpPCAtgh4cx1syrfp7a+QWkM021jGqjJaxJJnXAZg==", "dev": true, "requires": { "@babel/runtime": "^7.12.5", diff --git a/services/ui/package.json b/services/ui/package.json index 8ee58c51..2aa8f66e 100644 --- a/services/ui/package.json +++ b/services/ui/package.json @@ -59,7 +59,7 @@ }, "devDependencies": { "@testing-library/jest-dom": "6.1.3", - "@testing-library/react": "14.0.0", + "@testing-library/react": "14.1.2", "@testing-library/user-event": "14.5.1", "@types/react-datepicker": "4.19.0", "@vitejs/plugin-react": "^4.0.0",