From 77aed7426f76b94d27a3e32569efb3ef69ec5062 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 17:43:00 +0000 Subject: [PATCH] chore(deps): bump web-vitals from 3.5.2 to 5.1.0 in /client 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] --- client/package-lock.json | 8 ++++---- client/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 7c1aeaf9..0e97c983 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -56,7 +56,7 @@ "style-loader": "^4.0.0", "styled-components": "^6.1.19", "terser-webpack-plugin": "^5.3.14", - "web-vitals": "^3.5.0", + "web-vitals": "^5.1.0", "webpack": "^5.99.8", "webpack-dev-server": "^5.2.2", "webpack-manifest-plugin": "^5.0.1", @@ -21656,9 +21656,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/client/package.json b/client/package.json index 5390ebe2..422c5644 100644 --- a/client/package.json +++ b/client/package.json @@ -55,7 +55,7 @@ "style-loader": "^4.0.0", "styled-components": "^6.1.19", "terser-webpack-plugin": "^5.3.14", - "web-vitals": "^3.5.0", + "web-vitals": "^5.1.0", "webpack": "^5.99.8", "webpack-dev-server": "^5.2.2", "webpack-manifest-plugin": "^5.0.1",