From 5bc4b9ba1278aedcf4668d33217164a43a7f2e58 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 16 Jun 2024 01:20:04 +0000 Subject: [PATCH] fix: upgrade @testing-library/react from 14.2.2 to 14.3.1 Snyk has created this PR to upgrade @testing-library/react from 14.2.2 to 14.3.1. See this package in npm: @testing-library/react See this project in Snyk: https://app.snyk.io/org/shini4i-jm6/project/29c39836-cdcd-422b-b876-3b5ec9ab5040?utm_source=github&utm_medium=referral&page=upgrade-pr --- web/package-lock.json | 9 +++++---- web/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 2c9625f..a9bea9e 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -15,7 +15,7 @@ "@mui/lab": "^5.0.0-alpha.169", "@mui/material": "^5.15.18", "@testing-library/jest-dom": "^6.4.5", - "@testing-library/react": "^14.2.2", + "@testing-library/react": "^14.3.1", "@testing-library/user-event": "^14.5.2", "axios": "^1.7.2", "date-fns": "^3.6.0", @@ -4445,9 +4445,10 @@ "integrity": "sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==" }, "node_modules/@testing-library/react": { - "version": "14.2.2", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-14.2.2.tgz", - "integrity": "sha512-SOUuM2ysCvjUWBXTNfQ/ztmnKDmqaiPV3SvoIuyxMUca45rbSWWAT/qB8CUs/JQ/ux/8JFs9DNdFQ3f6jH3crA==", + "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/web/package.json b/web/package.json index 915165c..d3fdddc 100644 --- a/web/package.json +++ b/web/package.json @@ -10,7 +10,7 @@ "@mui/lab": "^5.0.0-alpha.169", "@mui/material": "^5.15.18", "@testing-library/jest-dom": "^6.4.5", - "@testing-library/react": "^14.2.2", + "@testing-library/react": "^14.3.1", "@testing-library/user-event": "^14.5.2", "axios": "^1.7.2", "date-fns": "^3.6.0",