diff --git a/package-lock.json b/package-lock.json index 850a800b..41a373a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@babel/preset-react": "7.22.5", "@babel/preset-typescript": "7.22.5", "@testing-library/jest-dom": "6.1.6", - "@testing-library/react": "14.0.0", + "@testing-library/react": "14.1.2", "@testing-library/user-event": "14.4.3", "@types/jest": "^29.5.11", "@types/react": "18.2.17", @@ -4163,9 +4163,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", diff --git a/package.json b/package.json index 381f1c4a..02382567 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@babel/preset-react": "7.22.5", "@babel/preset-typescript": "7.22.5", "@testing-library/jest-dom": "6.1.6", - "@testing-library/react": "14.0.0", + "@testing-library/react": "14.1.2", "@testing-library/user-event": "14.4.3", "@types/jest": "^29.5.11", "@types/react": "18.2.17",