From eb36bb898e26a283142345a82ce4b432b6250afc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 11:35:32 +0000 Subject: [PATCH] build(deps): bump web-vitals from 4.2.4 to 5.0.2 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 4.2.4 to 5.0.2. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v4.2.4...v5.0.2) --- updated-dependencies: - dependency-name: web-vitals dependency-version: 5.0.2 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 c077a9ee0..c2cf7a1ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "styled-components": "^6.1.12", "swiper": "^9.2.0", "typescript": "^4.9.5", - "web-vitals": "^4.2.3" + "web-vitals": "^5.0.2" }, "devDependencies": { "@eslint/eslintrc": "^3.3.1", @@ -11958,9 +11958,9 @@ } }, "node_modules/web-vitals": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.4.tgz", - "integrity": "sha512-r4DIlprAGwJ7YM11VZp4R884m0Vmgr6EAKe3P+kO0PPj3Unqyvv59rczf6UiGcb9Z8QxZVcqKNwv/g0WNdWwsw==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.0.2.tgz", + "integrity": "sha512-nhl+fujoz9Io6MdDSyGSiiUSR1DLMvD3Mde1sNaRKrNwsEFYQICripmEIyUvE2DPKDkW1BbHa4saEDo1U/2D/Q==", "license": "Apache-2.0" }, "node_modules/webidl-conversions": { diff --git a/package.json b/package.json index 2bf378a9f..6cb8dc33a 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "styled-components": "^6.1.12", "swiper": "^9.2.0", "typescript": "^4.9.5", - "web-vitals": "^4.2.3" + "web-vitals": "^5.0.2" }, "scripts": { "predeploy": "npm run build",