From b8586cbef40b995646e87bc3b4121d6163297e7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 10:02:03 +0000 Subject: [PATCH] Bump @testing-library/react from 15.0.5 to 15.0.7 in /webapp Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 15.0.5 to 15.0.7. - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/react-testing-library/compare/v15.0.5...v15.0.7) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- webapp/package-lock.json | 20 +++++++++++++------- webapp/package.json | 2 +- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/webapp/package-lock.json b/webapp/package-lock.json index 3635e1f..4284426 100644 --- a/webapp/package-lock.json +++ b/webapp/package-lock.json @@ -13,7 +13,7 @@ "@mui/icons-material": "^5.15.10", "@mui/material": "^5.15.3", "@testing-library/jest-dom": "^5.17.0", - "@testing-library/react": "^15.0.5", + "@testing-library/react": "^15.0.7", "@testing-library/user-event": "^14.5.2", "axios": "^1.6.8", "i18next": "^23.11.3", @@ -5579,9 +5579,9 @@ } }, "node_modules/@testing-library/react": { - "version": "15.0.5", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-15.0.5.tgz", - "integrity": "sha512-ttodVWYA2i2w4hRa6krKrmS1vKxAEkwDz34y+CwbcrbZUxFzUYN3a5xZyFKo+K6LBseCRCUkwcjATpaNn/UsIA==", + "version": "15.0.7", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-15.0.7.tgz", + "integrity": "sha512-cg0RvEdD1TIhhkm1IeYMQxrzy0MtUNfa3minv4MjbgcYzJAZ7yD0i0lwoPOTPr+INtiXFezt2o8xMSnyHhEn2Q==", "dependencies": { "@babel/runtime": "^7.12.5", "@testing-library/dom": "^10.0.0", @@ -5591,8 +5591,14 @@ "node": ">=18" }, "peerDependencies": { + "@types/react": "^18.0.0", "react": "^18.0.0", "react-dom": "^18.0.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } } }, "node_modules/@testing-library/user-event": { @@ -31657,9 +31663,9 @@ } }, "@testing-library/react": { - "version": "15.0.5", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-15.0.5.tgz", - "integrity": "sha512-ttodVWYA2i2w4hRa6krKrmS1vKxAEkwDz34y+CwbcrbZUxFzUYN3a5xZyFKo+K6LBseCRCUkwcjATpaNn/UsIA==", + "version": "15.0.7", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-15.0.7.tgz", + "integrity": "sha512-cg0RvEdD1TIhhkm1IeYMQxrzy0MtUNfa3minv4MjbgcYzJAZ7yD0i0lwoPOTPr+INtiXFezt2o8xMSnyHhEn2Q==", "requires": { "@babel/runtime": "^7.12.5", "@testing-library/dom": "^10.0.0", diff --git a/webapp/package.json b/webapp/package.json index 3f41179..dc52e18 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -17,7 +17,7 @@ "@mui/icons-material": "^5.15.10", "@mui/material": "^5.15.3", "@testing-library/jest-dom": "^5.17.0", - "@testing-library/react": "^15.0.5", + "@testing-library/react": "^15.0.7", "@testing-library/user-event": "^14.5.2", "axios": "^1.6.8", "i18next": "^23.11.3",