From 0edae9d11f5df616ff1c57c7a65349e4d12ccf5e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 13 Aug 2024 08:44:45 +0000 Subject: [PATCH] fix: upgrade @testing-library/jest-dom from 6.4.6 to 6.4.7 Snyk has created this PR to upgrade @testing-library/jest-dom from 6.4.6 to 6.4.7. See this package in npm: @testing-library/jest-dom See this project in Snyk: https://app.snyk.io/org/ciscoviit/project/256002a9-6444-4774-a958-7fd72b6c4187?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4c7f10b..56f8a49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@emailjs/browser": "^4.4.1", "@itseasy21/react-elastic-carousel": "^0.12.3", - "@testing-library/jest-dom": "^6.4.6", + "@testing-library/jest-dom": "^6.4.7", "@testing-library/react": "^16.0.0", "@testing-library/user-event": "^14.5.2", "animate.css": "^4.1.1", @@ -5608,9 +5608,9 @@ "peer": true }, "node_modules/@testing-library/jest-dom": { - "version": "6.4.6", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.4.6.tgz", - "integrity": "sha512-8qpnGVincVDLEcQXWaHOf6zmlbwTKc6Us6PPu4CRnPXCzo2OGBS5cwgMMOWdxDpEz1mkbvXHpEy99M5Yvt682w==", + "version": "6.4.7", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.4.7.tgz", + "integrity": "sha512-GaKJ0nijoNf30dWSOOzQEBkWBRk4rG3C/efw8zKrimNuZpnS/6/AEwo0WvZHgJxG84cNCgxt+mtbe1fsvfLp2A==", "license": "MIT", "dependencies": { "@adobe/css-tools": "^4.4.0", diff --git a/package.json b/package.json index 5043d3e..49265b0 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dependencies": { "@emailjs/browser": "^4.4.1", "@itseasy21/react-elastic-carousel": "^0.12.3", - "@testing-library/jest-dom": "^6.4.6", + "@testing-library/jest-dom": "^6.4.7", "@testing-library/react": "^16.0.0", "@testing-library/user-event": "^14.5.2", "animate.css": "^4.1.1",