From 5a18b98d96e468af3e9576024d14232a0f941251 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 7 Jun 2024 14:18:31 +0000 Subject: [PATCH] fix: upgrade @testing-library/jest-dom from 5.16.5 to 5.17.0 Snyk has created this PR to upgrade @testing-library/jest-dom from 5.16.5 to 5.17.0. See this package in npm: @testing-library/jest-dom See this project in Snyk: https://app.snyk.io/org/pwillsmaith/project/f9923aeb-3b2b-4fad-bb32-050001e4289c?utm_source=github&utm_medium=referral&page=upgrade-pr --- Guided2/react-app/package-lock.json | 15 ++++++++------- Guided2/react-app/package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Guided2/react-app/package-lock.json b/Guided2/react-app/package-lock.json index a56fc8b..0c6055f 100644 --- a/Guided2/react-app/package-lock.json +++ b/Guided2/react-app/package-lock.json @@ -8,7 +8,7 @@ "name": "guided-react2", "version": "0.1.0", "dependencies": { - "@testing-library/jest-dom": "^5.16.5", + "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", "react": "^18.2.0", @@ -3640,9 +3640,10 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "5.16.5", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.5.tgz", - "integrity": "sha512-N5ixQ2qKpi5OLYfwQmUb/5mSV9LneAcaUfp32pn4yCnpb8r/Yz0pXFPck21dIicKmi+ta5WRAknkZCfA8refMA==", + "version": "5.17.0", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.17.0.tgz", + "integrity": "sha512-ynmNeT7asXyH3aSVv4vvX4Rb+0qjOhdNHnO/3vuZNqPmhDpV/+rCSGwQ7bLcmU2cJ4dvoheIO85LQj0IbJHEtg==", + "license": "MIT", "dependencies": { "@adobe/css-tools": "^4.0.1", "@babel/runtime": "^7.9.2", @@ -19825,9 +19826,9 @@ } }, "@testing-library/jest-dom": { - "version": "5.16.5", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.5.tgz", - "integrity": "sha512-N5ixQ2qKpi5OLYfwQmUb/5mSV9LneAcaUfp32pn4yCnpb8r/Yz0pXFPck21dIicKmi+ta5WRAknkZCfA8refMA==", + "version": "5.17.0", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.17.0.tgz", + "integrity": "sha512-ynmNeT7asXyH3aSVv4vvX4Rb+0qjOhdNHnO/3vuZNqPmhDpV/+rCSGwQ7bLcmU2cJ4dvoheIO85LQj0IbJHEtg==", "requires": { "@adobe/css-tools": "^4.0.1", "@babel/runtime": "^7.9.2", diff --git a/Guided2/react-app/package.json b/Guided2/react-app/package.json index c448306..a7c26ff 100644 --- a/Guided2/react-app/package.json +++ b/Guided2/react-app/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "dependencies": { - "@testing-library/jest-dom": "^5.16.5", + "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", "react": "^18.2.0",