From 7e5edc2e5d83968923f861d4703c4b470562ac06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 03:09:17 +0000 Subject: [PATCH] build(deps): Bump web-vitals from 5.0.3 to 5.1.0 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 5.0.3 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.3...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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1ceefb1..fa19706 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "react": "^19.1.0", "react-dom": "^19.1.0", "tailwindcss": "^4.1.5", - "web-vitals": "^5.0.3" + "web-vitals": "^5.1.0" }, "devDependencies": { "@testing-library/jest-dom": "^6.6.3", @@ -4855,9 +4855,9 @@ } }, "node_modules/web-vitals": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.0.3.tgz", - "integrity": "sha512-4KmOFYxj7qT6RAdCH0SWwq8eKeXNhAFXR4PmgF6nrWFmrJ41n7lq3UCA6UK0GebQ4uu+XP8e8zGjaDO3wZlqTg==" + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.1.0.tgz", + "integrity": "sha512-ArI3kx5jI0atlTtmV0fWU3fjpLmq/nD3Zr1iFFlJLaqa5wLBkUSzINwBPySCX/8jRyjlmy1Volw1kz1g9XE4Jg==" }, "node_modules/webidl-conversions": { "version": "7.0.0", @@ -8066,9 +8066,9 @@ } }, "web-vitals": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.0.3.tgz", - "integrity": "sha512-4KmOFYxj7qT6RAdCH0SWwq8eKeXNhAFXR4PmgF6nrWFmrJ41n7lq3UCA6UK0GebQ4uu+XP8e8zGjaDO3wZlqTg==" + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.1.0.tgz", + "integrity": "sha512-ArI3kx5jI0atlTtmV0fWU3fjpLmq/nD3Zr1iFFlJLaqa5wLBkUSzINwBPySCX/8jRyjlmy1Volw1kz1g9XE4Jg==" }, "webidl-conversions": { "version": "7.0.0", diff --git a/package.json b/package.json index 5707c45..cb97d74 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "react": "^19.1.0", "react-dom": "^19.1.0", "tailwindcss": "^4.1.5", - "web-vitals": "^5.0.3" + "web-vitals": "^5.1.0" }, "overrides": { "@svgr/webpack": "^8.0.1",