diff --git a/package-lock.json b/package-lock.json index c4bd7e2..8b667f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@rollup/plugin-node-resolve": "^15.2.3", "@tanstack/react-query": "^5.12.2", "@testing-library/jest-dom": "^6.1.5", - "@testing-library/react": "^14.1.2", + "@testing-library/react": "^14.2.0", "crypto-js": "^4.2.0", "lodash": "^4.17.21", "react": "^16.8.0 || ^17.0.0 || ^18.0.0", @@ -5495,9 +5495,9 @@ } }, "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==", "dependencies": { "@babel/runtime": "^7.12.5", "@testing-library/dom": "^9.0.0", diff --git a/package.json b/package.json index 6edbd85..29908f0 100644 --- a/package.json +++ b/package.json @@ -112,7 +112,7 @@ "@rollup/plugin-node-resolve": "^15.2.3", "@tanstack/react-query": "^5.12.2", "@testing-library/jest-dom": "^6.1.5", - "@testing-library/react": "^14.1.2", + "@testing-library/react": "^14.2.0", "crypto-js": "^4.2.0", "lodash": "^4.17.21", "react": "^16.8.0 || ^17.0.0 || ^18.0.0",