From f48ab5572a66cd302bd1c61f181160cfa7b5d5d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 11:16:04 +0000 Subject: [PATCH] Bump web-vitals from 3.1.1 to 4.2.0 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 3.1.1 to 4.2.0. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v3.1.1...v4.2.0) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 61783e1..518ecaf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "react-router-dom": "^6.10.0", "sass": "^1.60.0", "typescript": "^4.9.5", - "web-vitals": "^3.1.1" + "web-vitals": "^4.2.0" }, "devDependencies": { "@vitejs/plugin-react": "^4.0.0", @@ -15462,9 +15462,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.2.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.0.tgz", + "integrity": "sha512-ohj72kbtVWCpKYMxcbJ+xaOBV3En76hW47j52dG+tEGG36LZQgfFw5yHl9xyjmosy3XUMn8d/GBUAy4YPM839w==" }, "node_modules/webcrypto-core": { "version": "1.7.5", @@ -27868,9 +27868,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.2.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.0.tgz", + "integrity": "sha512-ohj72kbtVWCpKYMxcbJ+xaOBV3En76hW47j52dG+tEGG36LZQgfFw5yHl9xyjmosy3XUMn8d/GBUAy4YPM839w==" }, "webcrypto-core": { "version": "1.7.5", diff --git a/package.json b/package.json index 685ce17..2b03562 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "react-router-dom": "^6.10.0", "sass": "^1.60.0", "typescript": "^4.9.5", - "web-vitals": "^3.1.1" + "web-vitals": "^4.2.0" }, "scripts": { "start": "vite",