From 0d460f5ebe6c4212c5924366c37771fe00b2b670 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 07:40:15 +0000 Subject: [PATCH] Bump web-vitals from 2.1.4 to 3.5.0 in /react-app Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 2.1.4 to 3.5.0. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v2.1.4...v3.5.0) --- 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 feb4d33..6bffccd 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.0" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -17435,9 +17435,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.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.0.tgz", + "integrity": "sha512-f5YnCHVG9Y6uLCePD4tY8bO/Ge15NPEQWtvm3tPzDKygloiqtb4SVqRHBcrIAqo2ztqX5XueqDn97zHF0LdT6w==" }, "node_modules/webidl-conversions": { "version": "6.1.0", diff --git a/react-app/package.json b/react-app/package.json index e89850e..8846e3a 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.0" }, "scripts": { "start": "react-scripts start",