From daecab496eb60228eb30b8b6a992cd32d37d4cbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 May 2025 20:29:20 +0000 Subject: [PATCH] build(deps): Bump web-vitals from 5.0.0 to 5.0.1 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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f52c938..8f859d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "react": "^19.0.0", "react-dom": "^19.1.0", "react-scripts": "^5.0.1", - "web-vitals": "^5.0.0" + "web-vitals": "^5.0.1" } }, "node_modules/@adobe/css-tools": { @@ -15549,9 +15549,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==", "license": "Apache-2.0" }, "node_modules/webidl-conversions": { @@ -27403,9 +27403,9 @@ } }, "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==" }, "webidl-conversions": { "version": "6.1.0", diff --git a/package.json b/package.json index 78a3ec7..ef2c0db 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "react": "^19.0.0", "react-dom": "^19.1.0", "react-scripts": "^5.0.1", - "web-vitals": "^5.0.0" + "web-vitals": "^5.0.1" }, "scripts": { "start": "react-scripts start", -- GitLab