From d28f0da23e4f544afd29a01be7acac6f6f12e4cf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 25 May 2024 08:04:53 +0000 Subject: [PATCH] fix: upgrade @testing-library/jest-dom from 6.4.2 to 6.4.5 Snyk has created this PR to upgrade @testing-library/jest-dom from 6.4.2 to 6.4.5. See this package in npm: @testing-library/jest-dom See this project in Snyk: https://app.snyk.io/org/saileshbro/project/237a9f1b-60d9-4315-9c8d-38246ba50699?utm_source=github&utm_medium=referral&page=upgrade-pr --- client/package-lock.json | 8 ++++---- client/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 0b56d5f..a404bc5 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -2286,9 +2286,9 @@ } }, "@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.5", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.4.5.tgz", + "integrity": "sha512-AguB9yvTXmCnySBP1lWjfNNUwpbElsaQ567lt2VdGqAdHtpieLgjmcVyv1q7PMIvLbgpDdkWV5Ydv3FEejyp2A==", "requires": { "@adobe/css-tools": "^4.3.2", "@babel/runtime": "^7.9.2", @@ -2296,7 +2296,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" }, "dependencies": { diff --git a/client/package.json b/client/package.json index 7d979a6..7b812a5 100644 --- a/client/package.json +++ b/client/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "dependencies": { - "@testing-library/jest-dom": "^6.4.2", + "@testing-library/jest-dom": "^6.4.5", "@testing-library/react": "^10.4.9", "@testing-library/user-event": "^7.2.1", "axios": "^1.6.8",