From 1f66ca53c97960dcaafafdb9dd376478e57dea82 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Sep 2024 10:44:30 +0000 Subject: [PATCH] fix: upgrade @testing-library/react from 14.1.2 to 14.3.1 Snyk has created this PR to upgrade @testing-library/react from 14.1.2 to 14.3.1. See this package in npm: @testing-library/react See this project in Snyk: https://app.snyk.io/org/simonottosen/project/f730cd2e-62fb-450b-80f8-46005d5ae1b1?utm_source=github&utm_medium=referral&page=upgrade-pr --- frontend-nextgen/package-lock.json | 9 +++++---- frontend-nextgen/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/frontend-nextgen/package-lock.json b/frontend-nextgen/package-lock.json index 7b4b40d..a60ad13 100644 --- a/frontend-nextgen/package-lock.json +++ b/frontend-nextgen/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "dependencies": { "@testing-library/jest-dom": "^6.0.0", - "@testing-library/react": "^14.1.2", + "@testing-library/react": "^14.3.1", "@testing-library/user-event": "^14.5.2", "axios": "^1.7.4", "bootstrap": "^5.2.3", @@ -4011,9 +4011,10 @@ } }, "node_modules/@testing-library/react": { - "version": "14.1.2", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-14.1.2.tgz", - "integrity": "sha512-z4p7DVBTPjKM5qDZ0t5ZjzkpSNb+fZy1u6bzO7kk8oeGagpPCAtgh4cx1syrfp7a+QWkM021jGqjJaxJJnXAZg==", + "version": "14.3.1", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-14.3.1.tgz", + "integrity": "sha512-H99XjUhWQw0lTgyMN05W3xQG1Nh4lq574D8keFf1dDoNTJgp66VbJozRaczoF+wsiaPJNt/TcnfpLGufGxSrZQ==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.12.5", "@testing-library/dom": "^9.0.0", diff --git a/frontend-nextgen/package.json b/frontend-nextgen/package.json index 1bd7d70..ffbd7a2 100644 --- a/frontend-nextgen/package.json +++ b/frontend-nextgen/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "@testing-library/jest-dom": "^6.0.0", - "@testing-library/react": "^14.1.2", + "@testing-library/react": "^14.3.1", "@testing-library/user-event": "^14.5.2", "axios": "^1.7.4", "bootstrap": "^5.2.3",