From e52f568347eaa4ff6f87fda255a8ab7b64551ed3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 19:15:49 +0000 Subject: [PATCH] chore(deps): bump web-vitals from 5.3.0 to 6.0.1 in /quantara/frontend Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 5.3.0 to 6.0.1. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v5.3.0...v6.0.1) --- updated-dependencies: - dependency-name: web-vitals dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- quantara/frontend/package.json | 2 +- quantara/frontend/yarn.lock | 17 +++++------------ 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/quantara/frontend/package.json b/quantara/frontend/package.json index aadcae7e..a939a60d 100644 --- a/quantara/frontend/package.json +++ b/quantara/frontend/package.json @@ -30,7 +30,7 @@ "vite": "^6.0.11", "vite-plugin-environment": "^1.1.3", "vite-tsconfig-paths": "^6.1.1", - "web-vitals": "^5.3.0", + "web-vitals": "^6.0.1", "zustand": "^5.0.1" }, "scripts": { diff --git a/quantara/frontend/yarn.lock b/quantara/frontend/yarn.lock index 17860b5b..0e70ad85 100644 --- a/quantara/frontend/yarn.lock +++ b/quantara/frontend/yarn.lock @@ -331,13 +331,6 @@ "@babel/helper-plugin-utils" "^7.20.2" "@babel/plugin-syntax-private-property-in-object" "^7.14.5" -"@babel/plugin-syntax-decorators@^7.25.9": - version "7.25.9" - resolved "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.25.9.tgz" - integrity sha512-ryzI0McXUPJnRCvMo4lumIKZUzhYUO/ScI+Mz4YVaTLt04DHNSjEUjKVvbzQjZFLuod/cYEc07mJWhzl6v4DPg== - dependencies: - "@babel/helper-plugin-utils" "^7.25.9" - "@babel/plugin-syntax-flow@^7.26.0": version "7.26.0" resolved "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.26.0.tgz" @@ -5158,7 +5151,7 @@ safe-array-concat@^1.1.3: has-symbols "^1.1.0" isarray "^2.0.5" -safe-buffer@^5.1.0, safe-buffer@^5.2.1, safe-buffer@~5.2.0: +safe-buffer@^5.2.1, safe-buffer@~5.2.0: version "5.2.1" resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz" integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== @@ -5967,10 +5960,10 @@ w3c-xmlserializer@^5.0.0: dependencies: xml-name-validator "^5.0.0" -web-vitals@^5.3.0: - version "5.3.0" - resolved "https://registry.npmjs.org/web-vitals/-/web-vitals-5.3.0.tgz" - integrity sha512-q6LWsLatGYZp5VGBIOvbTj6JBV2nOmC8KvWztXBmwJcfFAzhwKwbOxhUH306XY3CcaZDUlSmSuNPBsCn0bFu+g== +web-vitals@^6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-6.0.1.tgz#774de5fba561154313bcc09d125990f046fdd174" + integrity sha512-iF3+kno3Anlqi5fPVTQk9gYLfsCiL8P69Hof+AmZyVVx00E3e/BiGVvu+EsOy6jvTLqTKuiaRloPyw0JtdKbSw== webidl-conversions@^7.0.0: version "7.0.0"