From 4fb0e3e48d13b90c115154abb79c79c6f39239e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 11:27:06 +0000 Subject: [PATCH] Bump @testing-library/react from 15.0.5 to 15.0.7 in /client 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] --- client/package-lock.json | 14 ++++++++++---- client/package.json | 2 +- client/pnpm-lock.yaml | 12 ++++++++---- 3 files changed, 19 insertions(+), 9 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index cf742f0..cdadd42 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -15,7 +15,7 @@ "@mui/icons-material": "^5.15.18", "@mui/material": "^5.12.0", "@testing-library/jest-dom": "^5.17.0", - "@testing-library/react": "^15.0.5", + "@testing-library/react": "^15.0.7", "@testing-library/user-event": "^13.5.0", "axios": "^1.6.8", "chroma-js": "^2.4.2", @@ -4155,9 +4155,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", @@ -4167,8 +4167,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": { diff --git a/client/package.json b/client/package.json index 5b2c562..0ecf98d 100644 --- a/client/package.json +++ b/client/package.json @@ -9,7 +9,7 @@ "@mui/icons-material": "^5.15.18", "@mui/material": "^5.12.0", "@testing-library/jest-dom": "^5.17.0", - "@testing-library/react": "^15.0.5", + "@testing-library/react": "^15.0.7", "@testing-library/user-event": "^13.5.0", "axios": "^1.6.8", "chroma-js": "^2.4.2", diff --git a/client/pnpm-lock.yaml b/client/pnpm-lock.yaml index 6792f6a..a4aa050 100644 --- a/client/pnpm-lock.yaml +++ b/client/pnpm-lock.yaml @@ -24,8 +24,8 @@ dependencies: specifier: ^5.17.0 version: 5.17.0 '@testing-library/react': - specifier: ^15.0.5 - version: 15.0.5(react-dom@18.3.1)(react@18.3.1) + specifier: ^15.0.7 + version: 15.0.7(react-dom@18.3.1)(react@18.3.1) '@testing-library/user-event': specifier: ^13.5.0 version: 13.5.0(@testing-library/dom@10.0.0) @@ -2711,12 +2711,16 @@ packages: redent: 3.0.0 dev: false - /@testing-library/react@15.0.5(react-dom@18.3.1)(react@18.3.1): - resolution: {integrity: sha512-ttodVWYA2i2w4hRa6krKrmS1vKxAEkwDz34y+CwbcrbZUxFzUYN3a5xZyFKo+K6LBseCRCUkwcjATpaNn/UsIA==} + /@testing-library/react@15.0.7(react-dom@18.3.1)(react@18.3.1): + resolution: {integrity: sha512-cg0RvEdD1TIhhkm1IeYMQxrzy0MtUNfa3minv4MjbgcYzJAZ7yD0i0lwoPOTPr+INtiXFezt2o8xMSnyHhEn2Q==} engines: {node: '>=18'} peerDependencies: + '@types/react': ^18.0.0 react: ^18.0.0 react-dom: ^18.0.0 + peerDependenciesMeta: + '@types/react': + optional: true dependencies: '@babel/runtime': 7.24.1 '@testing-library/dom': 10.0.0