diff --git a/package-lock.json b/package-lock.json index ee9438105..60875d07c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@tanstack/eslint-plugin-query": "^5.28.11", "@testing-library/jest-dom": "^6.4.2", - "@testing-library/react": "^15.0.0", + "@testing-library/react": "^15.0.1", "@types/jest": "^29.5.12", "@types/node": "^20.12.7", "@types/react": "^18.2.75", @@ -5582,9 +5582,9 @@ } }, "node_modules/@testing-library/react": { - "version": "15.0.0", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-15.0.0.tgz", - "integrity": "sha512-Nb2Sq8MoSvGVdOGGppRqXeafLtvXCOwiOQtcbqCfkpVNZZNUqIjeSOwrfJ59zBfmZbAn8PitnWEzUKD1YwMrCg==", + "version": "15.0.1", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-15.0.1.tgz", + "integrity": "sha512-I8u4qqGAuBg7C1/kRB9n7Oz9Pc/UHEkmiQRbJziSG8B13eZfAcAUn8TSP26ZIvfSeb68CngmtZbKKcRqcQKa3g==", "dev": true, "dependencies": { "@babel/runtime": "^7.12.5", diff --git a/package.json b/package.json index 07dcfe22b..56192dc5e 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@tanstack/eslint-plugin-query": "^5.28.11", "@testing-library/jest-dom": "^6.4.2", - "@testing-library/react": "^15.0.0", + "@testing-library/react": "^15.0.1", "@types/jest": "^29.5.12", "@types/node": "^20.12.7", "@types/react": "^18.2.75",