From 77be2d924c38075012f289fd9d954cd45fce826a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 05:05:39 +0000 Subject: [PATCH] [npm] Bump web-vitals from 3.5.2 to 5.1.0 in /frontend Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 3.5.2 to 5.1.0. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v3.5.2...v5.1.0) --- updated-dependencies: - dependency-name: web-vitals dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index db4cc05c..f3f7b17a 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -41,7 +41,7 @@ "styled-components": "^6.1.17", "typescript": "^5.8.3", "universal-cookie": "^7.2.2", - "web-vitals": "^3.5.2", + "web-vitals": "^5.1.0", "yup": "^1.6.1" } }, @@ -19947,9 +19947,9 @@ } }, "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.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/frontend/package.json b/frontend/package.json index d87e9f30..ef4acf99 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -36,7 +36,7 @@ "styled-components": "^6.1.17", "typescript": "^5.8.3", "universal-cookie": "^7.2.2", - "web-vitals": "^3.5.2", + "web-vitals": "^5.1.0", "yup": "^1.6.1" }, "scripts": {