diff --git a/package-lock.json b/package-lock.json index 15ca20cf..0de15098 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@graphql-codegen/client-preset": "^4.1.0", "@ianvs/prettier-plugin-sort-imports": "^4.1.1", "@testing-library/jest-dom": "^6.1.4", - "@testing-library/react": "^14.0.0", + "@testing-library/react": "^14.1.2", "@types/jest-axe": "^3.5.9", "@types/lodash": "^4.14.201", "@types/uuid": "^9.0.7", @@ -4432,9 +4432,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 5a49083a..b0282e2c 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@graphql-codegen/client-preset": "^4.1.0", "@ianvs/prettier-plugin-sort-imports": "^4.1.1", "@testing-library/jest-dom": "^6.1.4", - "@testing-library/react": "^14.0.0", + "@testing-library/react": "^14.1.2", "@types/jest-axe": "^3.5.9", "@types/lodash": "^4.14.201", "@types/uuid": "^9.0.7",