From 775b72d4673975bd336479aebc254b407d0ff79c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 19:43:37 +0000 Subject: [PATCH] Bump web-vitals from 0.2.4 to 6.2.1 in /enatega-multivendor-web Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 0.2.4 to 6.2.1. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v0.2.4...v6.2.1) --- updated-dependencies: - dependency-name: web-vitals dependency-version: 6.2.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- enatega-multivendor-web/package-lock.json | 9 +++++---- enatega-multivendor-web/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/enatega-multivendor-web/package-lock.json b/enatega-multivendor-web/package-lock.json index d44bdf32..954ae9f5 100644 --- a/enatega-multivendor-web/package-lock.json +++ b/enatega-multivendor-web/package-lock.json @@ -55,7 +55,7 @@ "stripe": "^12.3.0", "subscriptions-transport-ws": "^0.11.0", "uuid": "^11.0.5", - "web-vitals": "^0.2.4" + "web-vitals": "^6.2.1" } }, "node_modules/@alloc/quick-lru": { @@ -19227,9 +19227,10 @@ } }, "node_modules/web-vitals": { - "version": "0.2.4", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-0.2.4.tgz", - "integrity": "sha512-6BjspCO9VriYy12z356nL6JBS0GYeEcA457YyRzD+dD6XYCQ75NKhcOHUMHentOE7OcVCIXXDvOm0jKFfQG2Gg==" + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-6.2.1.tgz", + "integrity": "sha512-rLcLXA2sx6+9dE88NHFubwTtGxpK4yYBLj6qHPdFoCaLr0cXGb4efOqtKLlm4loGA4OEKHIQKMKzZkKyOh5ctw==", + "license": "Apache-2.0" }, "node_modules/webidl-conversions": { "version": "6.1.0", diff --git a/enatega-multivendor-web/package.json b/enatega-multivendor-web/package.json index dbb74de1..797b0e9a 100644 --- a/enatega-multivendor-web/package.json +++ b/enatega-multivendor-web/package.json @@ -49,7 +49,7 @@ "stripe": "^12.3.0", "subscriptions-transport-ws": "^0.11.0", "uuid": "^11.0.5", - "web-vitals": "^0.2.4" + "web-vitals": "^6.2.1" }, "scripts": { "analyze": "source-map-explorer 'build/static/js/*.js'",