From 757aea83a6e95cb592cb806fb7cad06ead405545 Mon Sep 17 00:00:00 2001 From: Jeremy Kahn Date: Sat, 9 Nov 2024 10:54:20 -0600 Subject: [PATCH] fix: upgrade @testing-library/jest-dom from 6.5.0 to 6.6.2 (#375) Snyk has created this PR to upgrade @testing-library/jest-dom from 6.5.0 to 6.6.2. See this package in npm: @testing-library/jest-dom See this project in Snyk: https://app.snyk.io/org/jeremyckahn/project/d52c3b0d-59ff-42e3-89e1-b97ee832bf9a?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1834f5a4b..5c64950ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@mui/material": "^5.16.7", "@react-hook/debounce": "^4.0.0", "@react-hook/window-size": "^3.1.1", - "@testing-library/jest-dom": "^6.5.0", + "@testing-library/jest-dom": "^6.6.2", "@testing-library/react": "^15.0.7", "@testing-library/user-event": "^14.5.2", "@types/node": "^18.19.55", @@ -7039,9 +7039,9 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.5.0.tgz", - "integrity": "sha512-xGGHpBXYSHUUr6XsKBfs85TWlYKpTc37cSBBVrXcib2MkHLboWlkClhWF37JKlDb9KEq3dHs+f2xR7XJEWGBxA==", + "version": "6.6.2", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.6.2.tgz", + "integrity": "sha512-P6GJD4yqc9jZLbe98j/EkyQDTPgqftohZF5FBkHY5BUERZmcf4HeO2k0XaefEg329ux2p21i1A1DmyQ1kKw2Jw==", "license": "MIT", "dependencies": { "@adobe/css-tools": "^4.4.0", @@ -27576,9 +27576,9 @@ } }, "@testing-library/jest-dom": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.5.0.tgz", - "integrity": "sha512-xGGHpBXYSHUUr6XsKBfs85TWlYKpTc37cSBBVrXcib2MkHLboWlkClhWF37JKlDb9KEq3dHs+f2xR7XJEWGBxA==", + "version": "6.6.2", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.6.2.tgz", + "integrity": "sha512-P6GJD4yqc9jZLbe98j/EkyQDTPgqftohZF5FBkHY5BUERZmcf4HeO2k0XaefEg329ux2p21i1A1DmyQ1kKw2Jw==", "requires": { "@adobe/css-tools": "^4.4.0", "aria-query": "^5.0.0", diff --git a/package.json b/package.json index 94cda0ac0..0f4ac7155 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@mui/material": "^5.16.7", "@react-hook/debounce": "^4.0.0", "@react-hook/window-size": "^3.1.1", - "@testing-library/jest-dom": "^6.5.0", + "@testing-library/jest-dom": "^6.6.2", "@testing-library/react": "^15.0.7", "@testing-library/user-event": "^14.5.2", "@types/node": "^18.19.55",