diff --git a/package-lock.json b/package-lock.json index 92fd722f..ea8969ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@graphql-codegen/cli": "^5.0.0", "@graphql-codegen/client-preset": "^4.1.0", "@ianvs/prettier-plugin-sort-imports": "^4.1.1", - "@testing-library/jest-dom": "^6.2.1", + "@testing-library/jest-dom": "^6.4.2", "@testing-library/react": "^14.3.0", "@types/jest-axe": "^3.5.9", "@types/lodash": "^4.14.201", @@ -4735,9 +4735,9 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.3.0.tgz", - "integrity": "sha512-hJVIrkFizEQxoWsGBlycTcQhrpoCH4DhXfrnHFFXgkx3Xdm15zycsq5Ep+vpw4W8S0NJa8cxDHcuJib+1tEbhg==", + "version": "6.4.2", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.4.2.tgz", + "integrity": "sha512-CzqH0AFymEMG48CpzXFriYYkOjk6ZGPCLMhW9e9jg3KMCn5OfJecF8GtGW7yGfR/IgCe3SX8BSwjdzI6BBbZLw==", "dev": true, "dependencies": { "@adobe/css-tools": "^4.3.2", diff --git a/package.json b/package.json index 7cbdf692..46addb24 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@graphql-codegen/cli": "^5.0.0", "@graphql-codegen/client-preset": "^4.1.0", "@ianvs/prettier-plugin-sort-imports": "^4.1.1", - "@testing-library/jest-dom": "^6.2.1", + "@testing-library/jest-dom": "^6.4.2", "@testing-library/react": "^14.3.0", "@types/jest-axe": "^3.5.9", "@types/lodash": "^4.14.201",