From f05d559f382b9a91faf0350820897d8380d5f484 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Dec 2025 10:14:04 +0000 Subject: [PATCH] build(deps): bump web-vitals from 5.0.2 to 5.1.0 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 5.0.2 to 5.1.0. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v5.0.2...v5.1.0) --- updated-dependencies: - dependency-name: web-vitals dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 426c287e..380d6837 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "swiper": "^9.2.0", "tailwind-merge": "^3.4.0", "typescript": "^4.9.5", - "web-vitals": "^5.0.2" + "web-vitals": "^5.1.0" }, "devDependencies": { "@eslint/eslintrc": "^3.3.1", @@ -14390,9 +14390,9 @@ } }, "node_modules/web-vitals": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.0.2.tgz", - "integrity": "sha512-nhl+fujoz9Io6MdDSyGSiiUSR1DLMvD3Mde1sNaRKrNwsEFYQICripmEIyUvE2DPKDkW1BbHa4saEDo1U/2D/Q==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.1.0.tgz", + "integrity": "sha512-ArI3kx5jI0atlTtmV0fWU3fjpLmq/nD3Zr1iFFlJLaqa5wLBkUSzINwBPySCX/8jRyjlmy1Volw1kz1g9XE4Jg==", "license": "Apache-2.0" }, "node_modules/webidl-conversions": { diff --git a/package.json b/package.json index 6f8a5973..47446674 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "swiper": "^9.2.0", "tailwind-merge": "^3.4.0", "typescript": "^4.9.5", - "web-vitals": "^5.0.2" + "web-vitals": "^5.1.0" }, "scripts": { "predeploy": "npm run build",