From b40532ddc5dfab0c47f0cac66793ee9292a6d001 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 22:43:06 +0000 Subject: [PATCH] chore(deps): bump web-vitals from 3.5.2 to 5.0.3 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 3.5.2 to 5.0.3. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v3.5.2...v5.0.3) --- updated-dependencies: - dependency-name: web-vitals dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- yarn.lock | 13 ++++--------- 3 files changed, 10 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 13cecc2..946375f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "react-tooltip": "^5.26.4", "styled-components": "^6.1.13", "swiper": "^9.4.1", - "web-vitals": "^3.5.2" + "web-vitals": "^5.0.3" }, "devDependencies": { "@babel/plugin-proposal-private-property-in-object": "^7.21.11", @@ -25253,9 +25253,10 @@ } }, "node_modules/web-vitals": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.2.tgz", - "integrity": "sha512-c0rhqNcHXRkY/ogGDJQxZ9Im9D19hDihbzSQJrsioex+KnFgmMzBiy57Z1EjkhX/+OjyBpclDCzz2ITtjokFmg==" + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.0.3.tgz", + "integrity": "sha512-4KmOFYxj7qT6RAdCH0SWwq8eKeXNhAFXR4PmgF6nrWFmrJ41n7lq3UCA6UK0GebQ4uu+XP8e8zGjaDO3wZlqTg==", + "license": "Apache-2.0" }, "node_modules/webidl-conversions": { "version": "6.1.0", diff --git a/package.json b/package.json index bb27e5e..1c77e3f 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "react-tooltip": "^5.26.4", "styled-components": "^6.1.13", "swiper": "^9.4.1", - "web-vitals": "^3.5.2" + "web-vitals": "^5.0.3" }, "scripts": { "start": "react-scripts start", diff --git a/yarn.lock b/yarn.lock index f801622..5dd2ca3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9080,11 +9080,6 @@ react-is@18.1.0: resolved "https://registry.npmjs.org/react-is/-/react-is-18.1.0.tgz" integrity sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg== -react-is@18.1.0: - version "18.1.0" - resolved "https://registry.npmjs.org/react-is/-/react-is-18.1.0.tgz" - integrity sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg== - react-is@^16.13.1: version "16.13.1" resolved "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz" @@ -10841,10 +10836,10 @@ wcwidth@^1.0.1: dependencies: defaults "^1.0.3" -web-vitals@^3.5.2: - version "3.5.2" - resolved "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.2.tgz" - integrity sha512-c0rhqNcHXRkY/ogGDJQxZ9Im9D19hDihbzSQJrsioex+KnFgmMzBiy57Z1EjkhX/+OjyBpclDCzz2ITtjokFmg== +web-vitals@^5.0.3: + version "5.0.3" + resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-5.0.3.tgz#29708ca3ab7ff96f676c6ff68fa8e8ed09a93d9b" + integrity sha512-4KmOFYxj7qT6RAdCH0SWwq8eKeXNhAFXR4PmgF6nrWFmrJ41n7lq3UCA6UK0GebQ4uu+XP8e8zGjaDO3wZlqTg== webidl-conversions@^4.0.2: version "4.0.2"