diff --git a/package-lock.json b/package-lock.json index fe151836..cb52b3a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@babel/preset-react": "7.22.15", "@babel/preset-typescript": "7.23.2", "@testing-library/jest-dom": "5.17.0", - "@testing-library/react": "14.0.0", + "@testing-library/react": "14.1.2", "@testing-library/user-event": "14.4.3", "@types/jest": "29.5.6", "@types/react": "18.2.33", @@ -3495,9 +3495,10 @@ } }, "node_modules/@testing-library/react": { - "version": "14.0.0", + "version": "14.1.2", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-14.1.2.tgz", + "integrity": "sha512-z4p7DVBTPjKM5qDZ0t5ZjzkpSNb+fZy1u6bzO7kk8oeGagpPCAtgh4cx1syrfp7a+QWkM021jGqjJaxJJnXAZg==", "dev": true, - "license": "MIT", "dependencies": { "@babel/runtime": "^7.12.5", "@testing-library/dom": "^9.0.0", @@ -20185,7 +20186,9 @@ } }, "@testing-library/react": { - "version": "14.0.0", + "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/package.json b/package.json index 66181436..226addc0 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "@babel/preset-react": "7.22.15", "@babel/preset-typescript": "7.23.2", "@testing-library/jest-dom": "5.17.0", - "@testing-library/react": "14.0.0", + "@testing-library/react": "14.1.2", "@testing-library/user-event": "14.4.3", "@types/jest": "29.5.6", "@types/react": "18.2.33",