From 62a6e0a82b26ae401294cd0035defc643f319fbd Mon Sep 17 00:00:00 2001 From: Paul Schreiber Date: Tue, 4 Jun 2024 17:30:58 -0400 Subject: [PATCH] build: update @testing-library/jest-dom to 6.4.5 (#1958) --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3c33ce3b4..695d6cd35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -64,7 +64,7 @@ "@graphql-codegen/client-preset": "^4.2.6", "@ianvs/prettier-plugin-sort-imports": "^4.2.1", "@parcel/watcher": "^2.4.1", - "@testing-library/jest-dom": "^6.4.2", + "@testing-library/jest-dom": "^6.4.5", "@testing-library/react": "^15.0.0", "@types/jest": "^29.5.12", "@types/js-cookie": "^3.0.6", @@ -7494,10 +7494,11 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "6.4.2", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.4.2.tgz", - "integrity": "sha512-CzqH0AFymEMG48CpzXFriYYkOjk6ZGPCLMhW9e9jg3KMCn5OfJecF8GtGW7yGfR/IgCe3SX8BSwjdzI6BBbZLw==", + "version": "6.4.5", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.4.5.tgz", + "integrity": "sha512-AguB9yvTXmCnySBP1lWjfNNUwpbElsaQ567lt2VdGqAdHtpieLgjmcVyv1q7PMIvLbgpDdkWV5Ydv3FEejyp2A==", "dev": true, + "license": "MIT", "dependencies": { "@adobe/css-tools": "^4.3.2", "@babel/runtime": "^7.9.2", @@ -7505,7 +7506,7 @@ "chalk": "^3.0.0", "css.escape": "^1.5.1", "dom-accessibility-api": "^0.6.3", - "lodash": "^4.17.15", + "lodash": "^4.17.21", "redent": "^3.0.0" }, "engines": { diff --git a/package.json b/package.json index 22dd5f4eb..0c30c2765 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "@graphql-codegen/client-preset": "^4.2.6", "@ianvs/prettier-plugin-sort-imports": "^4.2.1", "@parcel/watcher": "^2.4.1", - "@testing-library/jest-dom": "^6.4.2", + "@testing-library/jest-dom": "^6.4.5", "@testing-library/react": "^15.0.0", "@types/jest": "^29.5.12", "@types/js-cookie": "^3.0.6",