From 02e31af8e5a3fec692171f84a8c2c93b70504a87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 20:55:38 +0000 Subject: [PATCH] Bump web-vitals from 2.1.4 to 5.0.1 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 2.1.4 to 5.0.1. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v2.1.4...v5.0.1) --- updated-dependencies: - dependency-name: web-vitals dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5bd38e6..ff369ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "slick-carousel": "^1.8.1", "styled-components": "^6.1.15", "three": "^0.172.0", - "web-vitals": "^2.1.4", + "web-vitals": "^5.0.1", "workbox-core": "^7.3.0", "workbox-expiration": "^7.3.0", "workbox-precaching": "^7.3.0", @@ -18696,9 +18696,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": "5.0.1", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.0.1.tgz", + "integrity": "sha512-BsULPWaCKAAtNntUz0aJq1cu1wyuWmDzf4N6vYNMbYA6zzQAf2pzCYbyClf+Ui2MI54bt225AwugXIfL1W+Syg==", "license": "Apache-2.0" }, "node_modules/webidl-conversions": { diff --git a/package.json b/package.json index b6cb6f2..acf8e95 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "slick-carousel": "^1.8.1", "styled-components": "^6.1.15", "three": "^0.172.0", - "web-vitals": "^2.1.4", + "web-vitals": "^5.0.1", "workbox-core": "^7.3.0", "workbox-expiration": "^7.3.0", "workbox-precaching": "^7.3.0",