From 566be6f577e133ca3223adfa3514b6c2450804d5 Mon Sep 17 00:00:00 2001 From: Lucas Holmquist Date: Thu, 7 Nov 2024 09:23:12 -0500 Subject: [PATCH] fix: upgrade @testing-library/jest-dom from 6.5.0 to 6.6.1 (#254) Snyk has created this PR to upgrade @testing-library/jest-dom from 6.5.0 to 6.6.1. See this package in npm: @testing-library/jest-dom See this project in Snyk: https://app.snyk.io/org/nodeshift-agg/project/63543855-c8af-438d-9aa9-ce9af390b39e?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 73cc39f..8f551ae 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -8,7 +8,7 @@ "name": "mern-frontend", "version": "1.0.0", "dependencies": { - "@testing-library/jest-dom": "^6.5.0", + "@testing-library/jest-dom": "^6.6.1", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", "react": "^18.3.1", @@ -3154,9 +3154,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.1", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.6.1.tgz", + "integrity": "sha512-mNYIiAuP4yJwV2zBRQCV7PHoQwbb6/8TfMpPcwSUzcSVDJHWOXt6hjNtIN1v5knDmimYnjJxKhsoVd4LVGIO+w==", "license": "MIT", "dependencies": { "@adobe/css-tools": "^4.4.0", diff --git a/frontend/package.json b/frontend/package.json index 48a2daf..46b1be6 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -5,7 +5,7 @@ "main": "index.js", "private": true, "dependencies": { - "@testing-library/jest-dom": "^6.5.0", + "@testing-library/jest-dom": "^6.6.1", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", "react": "^18.3.1",