From 1b2823d4786063c00817ac48c4e0153d3fd4db9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 09:41:21 +0000 Subject: [PATCH] Bump @testing-library/react from 15.0.5 to 15.0.6 in /webapp Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 15.0.5 to 15.0.6. - [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.6) --- 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..6cdb65e 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.6", "@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.6", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-15.0.6.tgz", + "integrity": "sha512-UlbazRtEpQClFOiYp+1BapMT+xyqWMnE+hh9tn5DQ6gmlE7AIZWcGpzZukmDZuFk3By01oiqOf8lRedLS4k6xQ==", "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.6", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-15.0.6.tgz", + "integrity": "sha512-UlbazRtEpQClFOiYp+1BapMT+xyqWMnE+hh9tn5DQ6gmlE7AIZWcGpzZukmDZuFk3By01oiqOf8lRedLS4k6xQ==", "requires": { "@babel/runtime": "^7.12.5", "@testing-library/dom": "^10.0.0", diff --git a/webapp/package.json b/webapp/package.json index 3f41179..5a1b88d 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.6", "@testing-library/user-event": "^14.5.2", "axios": "^1.6.8", "i18next": "^23.11.3",