From dadf36d9adfd8bb89b784c292605774e5624bb5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 May 2025 12:27:59 +0000 Subject: [PATCH] Bump web-vitals from 5.0.0 to 5.0.1 in /src Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 5.0.0 to 5.0.1. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: web-vitals dependency-version: 5.0.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/package-lock.json | 8 ++++---- src/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/package-lock.json b/src/package-lock.json index 9927f465524..0c0e7c3bd28 100644 --- a/src/package-lock.json +++ b/src/package-lock.json @@ -21,7 +21,7 @@ "run-script-os": "1.1.6", "showdown": "2.1.0", "smartypants": "0.2.2", - "web-vitals": "5.0.0", + "web-vitals": "5.0.1", "xml-js": "1.6.11" } }, @@ -1881,9 +1881,9 @@ } }, "node_modules/web-vitals": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.0.0.tgz", - "integrity": "sha512-yuayYLYyO4QdqB7YriMtUZxCIsUbcpZLnoPCJXocLvTRcAh/Jz2rgqsHrh9Oz/NHApB/Somd05NMsuhJV3YcLQ==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.0.1.tgz", + "integrity": "sha512-BsULPWaCKAAtNntUz0aJq1cu1wyuWmDzf4N6vYNMbYA6zzQAf2pzCYbyClf+Ui2MI54bt225AwugXIfL1W+Syg==", "dev": true, "license": "Apache-2.0" }, diff --git a/src/package.json b/src/package.json index 2660ca67f4c..8226e5b947c 100644 --- a/src/package.json +++ b/src/package.json @@ -47,7 +47,7 @@ "run-script-os": "1.1.6", "showdown": "2.1.0", "smartypants": "0.2.2", - "web-vitals": "5.0.0", + "web-vitals": "5.0.1", "xml-js": "1.6.11" } }