From 262a0a7fd37fc4443d8811a7ecc28eae4b2d9a89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 19:43:44 +0000 Subject: [PATCH] Bump web-vitals from 0.2.4 to 6.0.1 in /enatega-multivendor-web Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 0.2.4 to 6.0.1. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v0.2.4...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] --- 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 d44bdf3..140ca98 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.0.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.0.1", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-6.0.1.tgz", + "integrity": "sha512-iF3+kno3Anlqi5fPVTQk9gYLfsCiL8P69Hof+AmZyVVx00E3e/BiGVvu+EsOy6jvTLqTKuiaRloPyw0JtdKbSw==", + "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 dbb74de..6d27bc3 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.0.1" }, "scripts": { "analyze": "source-map-explorer 'build/static/js/*.js'",