From 2d33b916d6baca5b75491c08a43408e87024cf8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 06:25:44 +0000 Subject: [PATCH] Bump web-vitals from 2.1.4 to 4.2.0 in /spa Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 2.1.4 to 4.2.0. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v2.1.4...v4.2.0) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- spa/package-lock.json | 8 ++++---- spa/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/spa/package-lock.json b/spa/package-lock.json index a3a300e..aa37e62 100644 --- a/spa/package-lock.json +++ b/spa/package-lock.json @@ -16,7 +16,7 @@ "react-icons": "^4.8.0", "react-router-dom": "^6.9.0", "react-scripts": "5.0.1", - "web-vitals": "^2.1.4" + "web-vitals": "^4.2.0" } }, "node_modules/@adobe/css-tools": { @@ -15840,9 +15840,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": "4.2.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.0.tgz", + "integrity": "sha512-ohj72kbtVWCpKYMxcbJ+xaOBV3En76hW47j52dG+tEGG36LZQgfFw5yHl9xyjmosy3XUMn8d/GBUAy4YPM839w==" }, "node_modules/webidl-conversions": { "version": "6.1.0", diff --git a/spa/package.json b/spa/package.json index b335b8c..8e31dd4 100644 --- a/spa/package.json +++ b/spa/package.json @@ -11,7 +11,7 @@ "react-icons": "^4.8.0", "react-router-dom": "^6.9.0", "react-scripts": "5.0.1", - "web-vitals": "^2.1.4" + "web-vitals": "^4.2.0" }, "scripts": { "start": "react-scripts start",