From 87ac114626fb13307985e26d27c5a2471ca1c475 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 24 May 2024 17:35:31 +0000 Subject: [PATCH] fix: upgrade @testing-library/jest-dom from 6.4.2 to 6.4.4 Snyk has created this PR to upgrade @testing-library/jest-dom from 6.4.2 to 6.4.4. 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 --- frontend/package-lock.json | 11 ++++++----- frontend/package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 9bd868f..ab5b56e 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.4.2", + "@testing-library/jest-dom": "^6.4.4", "@testing-library/react": "^15.0.5", "@testing-library/user-event": "^14.5.2", "react": "^18.3.1", @@ -4161,9 +4161,10 @@ } }, "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.4", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.4.4.tgz", + "integrity": "sha512-ZoJpNCaljSdUKF/NWEnWzjRSW6h+BJPGns24vL717eUI16Ltw3j5YV2KdjpQ7nAdxRzrnjeIIcntO6nXDEdHoA==", + "license": "MIT", "dependencies": { "@adobe/css-tools": "^4.3.2", "@babel/runtime": "^7.9.2", @@ -4171,7 +4172,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/frontend/package.json b/frontend/package.json index 6157562..fbfdf67 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -5,7 +5,7 @@ "main": "index.js", "private": true, "dependencies": { - "@testing-library/jest-dom": "^6.4.2", + "@testing-library/jest-dom": "^6.4.4", "@testing-library/react": "^15.0.5", "@testing-library/user-event": "^14.5.2", "react": "^18.3.1",