From 98dbb450df4b2f0681b9f7ecffe315b8bf7547a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 16:15:35 +0000 Subject: [PATCH] Bump web-vitals from 2.1.4 to 6.2.0 in /client Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 2.1.4 to 6.2.0. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v2.1.4...v6.2.0) --- updated-dependencies: - dependency-name: web-vitals dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 25 ++++--------------------- client/package.json | 2 +- 2 files changed, 5 insertions(+), 22 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index c244b03..fe3d3c6 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -18,7 +18,7 @@ "react-router-dom": "^7.13.1", "react-scripts": "5.0.1", "typescript": "^4.9.5", - "web-vitals": "^2.1.4" + "web-vitals": "^6.2.0" }, "devDependencies": { "http-proxy-middleware": "^3.0.5" @@ -15782,23 +15782,6 @@ } } }, - "node_modules/tailwindcss/node_modules/yaml": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.9.0.tgz", - "integrity": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==", - "license": "ISC", - "optional": true, - "peer": true, - "bin": { - "yaml": "bin.mjs" - }, - "engines": { - "node": ">= 14.6" - }, - "funding": { - "url": "https://github.com/sponsors/eemeli" - } - }, "node_modules/tapable": { "version": "2.3.3", "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.3.tgz", @@ -16619,9 +16602,9 @@ } }, "node_modules/web-vitals": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.4.tgz", - "integrity": "sha512-sVWcwhU5mX6crfI5Vd2dC4qchyTqxV8URinzt25XqVh+bHEPGH4C3NPrNionCP7Obx59wrYEbNlw4Z8sjALzZg==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-6.2.0.tgz", + "integrity": "sha512-i2jhLkq6eB38jgJX5OIjEkyzQKgsG7FR56v7GphJNjzKAySgbRbwAfsFC0dDfHROWmCycf912SJpU2QoYIcMVg==", "license": "Apache-2.0" }, "node_modules/webidl-conversions": { diff --git a/client/package.json b/client/package.json index fe2d429..3fed778 100644 --- a/client/package.json +++ b/client/package.json @@ -13,7 +13,7 @@ "react-router-dom": "^7.13.1", "react-scripts": "5.0.1", "typescript": "^4.9.5", - "web-vitals": "^2.1.4" + "web-vitals": "^6.2.0" }, "scripts": { "start": "react-scripts start",