From 09e4a9d97d1d5b88f9760d66c85c22eeec4db946 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 14:27:04 +0000 Subject: [PATCH] Bump web-vitals from 3.5.2 to 5.1.0 in /docs/gremlint 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] --- docs/gremlint/package-lock.json | 9 +++++---- docs/gremlint/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/gremlint/package-lock.json b/docs/gremlint/package-lock.json index edc0fa12969..b05adfe6dd5 100644 --- a/docs/gremlint/package-lock.json +++ b/docs/gremlint/package-lock.json @@ -18,7 +18,7 @@ "sharp-router": "^4.1.5", "styled-components": "^6.1.14", "typescript": "^4.9.5", - "web-vitals": "^3.5.2" + "web-vitals": "^5.1.0" }, "devDependencies": { "@testing-library/jest-dom": "^6.6.3", @@ -17550,9 +17550,10 @@ } }, "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": { "version": "6.1.0", diff --git a/docs/gremlint/package.json b/docs/gremlint/package.json index 8758c21ce3e..912bd363f23 100644 --- a/docs/gremlint/package.json +++ b/docs/gremlint/package.json @@ -13,7 +13,7 @@ "sharp-router": "^4.1.5", "styled-components": "^6.1.14", "typescript": "^4.9.5", - "web-vitals": "^3.5.2" + "web-vitals": "^5.1.0" }, "scripts": { "predeploy": "npm run build",