From 8d44c67c426d846ce14e25bbed70aa1f7acfc2c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 23:12:38 +0000 Subject: [PATCH] Bump web-vitals from 2.1.4 to 3.5.1 in /react-app Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 2.1.4 to 3.5.1. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v2.1.4...v3.5.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 | 8 ++++---- react-app/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/react-app/package-lock.json b/react-app/package-lock.json index f6f9c34..71f093b 100644 --- a/react-app/package-lock.json +++ b/react-app/package-lock.json @@ -21,7 +21,7 @@ "react-dom": "^18.2.0", "react-router-dom": "^6.20.0", "react-scripts": "5.0.1", - "web-vitals": "^2.1.4" + "web-vitals": "^3.5.1" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -21994,9 +21994,9 @@ } }, "node_modules/web-vitals": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.4.tgz", - "integrity": "sha512-sVWcwhU5mX6crfI5Vd2dC4qchyTqxV8URinzt25XqVh+bHEPGH4C3NPrNionCP7Obx59wrYEbNlw4Z8sjALzZg==" + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.1.tgz", + "integrity": "sha512-xQ9lvIpfLxUj0eSmT79ZjRoU5wIRfIr7pNukL7ZE4EcWZSmfZQqOlhuAGfkVa3EFmzPHZhWhXfm2i5ys+THVPg==" }, "node_modules/webidl-conversions": { "version": "6.1.0", diff --git a/react-app/package.json b/react-app/package.json index 74b965a..66aade4 100644 --- a/react-app/package.json +++ b/react-app/package.json @@ -16,7 +16,7 @@ "react-dom": "^18.2.0", "react-router-dom": "^6.20.0", "react-scripts": "5.0.1", - "web-vitals": "^2.1.4" + "web-vitals": "^3.5.1" }, "scripts": { "start": "react-scripts start",