From 3c9f2345d130aa9de7a17e0e1de878d91ce2857b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 00:04:15 +0000 Subject: [PATCH] Bump web-vitals from 2.1.4 to 3.5.2 in /react-app Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 2.1.4 to 3.5.2. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v2.1.4...v3.5.2) --- 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 b9731d1..ebae466 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.2" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -21991,9 +21991,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.2", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.2.tgz", + "integrity": "sha512-c0rhqNcHXRkY/ogGDJQxZ9Im9D19hDihbzSQJrsioex+KnFgmMzBiy57Z1EjkhX/+OjyBpclDCzz2ITtjokFmg==" }, "node_modules/webidl-conversions": { "version": "6.1.0", diff --git a/react-app/package.json b/react-app/package.json index 60564af..17d9603 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.2" }, "scripts": { "start": "react-scripts start",