From b866ddb30ec4acfd6ac4999c4825d0a2e7b28536 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 08:29:01 +0200 Subject: [PATCH] chore(deps): bump dependencies in `/test/react` (#231) Bumps the react-all-deps group in /test/react with 2 updates: [@testing-library/react](https://github.com/testing-library/react-testing-library) and [web-vitals](https://github.com/GoogleChrome/web-vitals). Updates `@testing-library/react` from 15.0.6 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.6...v15.0.7) Updates `web-vitals` from 3.5.2 to 4.0.0 - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v3.5.2...v4.0.0) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: react-all-deps - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-major dependency-group: react-all-deps ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- test/react/package-lock.json | 16 ++++++++-------- test/react/package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/test/react/package-lock.json b/test/react/package-lock.json index fdcac570..67ca2168 100644 --- a/test/react/package-lock.json +++ b/test/react/package-lock.json @@ -9,14 +9,14 @@ "version": "0.1.0", "dependencies": { "@testing-library/jest-dom": "^6.4.5", - "@testing-library/react": "^15.0.6", + "@testing-library/react": "^15.0.7", "@testing-library/user-event": "^14.5.2", "echarts": "^5.5.0", "ods-charts": "file:../..", "react": "^18.3.1", "react-dom": "^18.3.1", "react-scripts": "5.0.1", - "web-vitals": "^3.5.2" + "web-vitals": "^4.0.0" } }, "../..": { @@ -4938,9 +4938,9 @@ } }, "node_modules/@testing-library/react": { - "version": "15.0.6", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-15.0.6.tgz", - "integrity": "sha512-UlbazRtEpQClFOiYp+1BapMT+xyqWMnE+hh9tn5DQ6gmlE7AIZWcGpzZukmDZuFk3By01oiqOf8lRedLS4k6xQ==", + "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", @@ -21378,9 +21378,9 @@ } }, "node_modules/web-vitals": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.2.tgz", - "integrity": "sha512-c0rhqNcHXRkY/ogGDJQxZ9Im9D19hDihbzSQJrsioex+KnFgmMzBiy57Z1EjkhX/+OjyBpclDCzz2ITtjokFmg==" + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.0.0.tgz", + "integrity": "sha512-8wQd4jkwFRwY5q3yAmHZAJ5MjnKR1vRACK+g2OEC8nUqi0WOxBrXfOxGNlJ+QtxzzSn/TkQO58wkW0coE68n0Q==" }, "node_modules/webidl-conversions": { "version": "6.1.0", diff --git a/test/react/package.json b/test/react/package.json index 8eeac203..86973c76 100644 --- a/test/react/package.json +++ b/test/react/package.json @@ -4,14 +4,14 @@ "private": true, "dependencies": { "@testing-library/jest-dom": "^6.4.5", - "@testing-library/react": "^15.0.6", + "@testing-library/react": "^15.0.7", "@testing-library/user-event": "^14.5.2", "echarts": "^5.5.0", "ods-charts": "file:../..", "react": "^18.3.1", "react-dom": "^18.3.1", "react-scripts": "5.0.1", - "web-vitals": "^3.5.2" + "web-vitals": "^4.0.0" }, "scripts": { "start": "react-scripts start",