From 974c9678a70e668806fbb1d7c2664e7b69c41f6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 07:20:40 +0000 Subject: [PATCH] Bump web-vitals from 3.1.1 to 4.1.1 in /react-app Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 3.1.1 to 4.1.1. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v3.1.1...v4.1.1) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- react-app/package-lock.json | 14 +++++++------- react-app/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/react-app/package-lock.json b/react-app/package-lock.json index 91ce91e..7d7d000 100644 --- a/react-app/package-lock.json +++ b/react-app/package-lock.json @@ -22,7 +22,7 @@ "react-dom": "^16.13.1", "react-scripts": "5.0.1", "unidiff": "^1.0.2", - "web-vitals": "^3.1.1" + "web-vitals": "^4.1.1" } }, "node_modules/@adobe/css-tools": { @@ -17678,9 +17678,9 @@ } }, "node_modules/web-vitals": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.1.1.tgz", - "integrity": "sha512-qvllU+ZeQChqzBhZ1oyXmWsjJ8a2jHYpH8AMaVuf29yscOPZfTQTjQFRX6+eADTdsDE8IanOZ0cetweHMs8/2A==" + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.1.1.tgz", + "integrity": "sha512-wW3cdBZ56Rc5Az8p1Pw6g1zHU7X8HPLigQjD5Z0ef3EG9SPo4iO7RxsiU87aH3xaaEw0if6Ven2s+zlNGiXYqw==" }, "node_modules/webidl-conversions": { "version": "6.1.0", @@ -31142,9 +31142,9 @@ } }, "web-vitals": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.1.1.tgz", - "integrity": "sha512-qvllU+ZeQChqzBhZ1oyXmWsjJ8a2jHYpH8AMaVuf29yscOPZfTQTjQFRX6+eADTdsDE8IanOZ0cetweHMs8/2A==" + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.1.1.tgz", + "integrity": "sha512-wW3cdBZ56Rc5Az8p1Pw6g1zHU7X8HPLigQjD5Z0ef3EG9SPo4iO7RxsiU87aH3xaaEw0if6Ven2s+zlNGiXYqw==" }, "webidl-conversions": { "version": "6.1.0", diff --git a/react-app/package.json b/react-app/package.json index 3a95678..b914390 100644 --- a/react-app/package.json +++ b/react-app/package.json @@ -17,7 +17,7 @@ "react-dom": "^16.13.1", "react-scripts": "5.0.1", "unidiff": "^1.0.2", - "web-vitals": "^3.1.1" + "web-vitals": "^4.1.1" }, "scripts": { "start": "react-scripts start",