From 4f11532fd359e95b8fac67c3473c3e18d0e569f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 07:13:28 +0000 Subject: [PATCH] chore(deps): bump web-vitals from 3.5.0 to 4.2.4 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 3.5.0 to 4.2.4. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v3.5.0...v4.2.4) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 235fa6d..50032a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "react-router-dom": "6.20.0", "react-scripts": "5.0.1", "typescript": "4.9.5", - "web-vitals": "3.5.0" + "web-vitals": "4.2.4" }, "devDependencies": { "@types/diff": "5.2.1", @@ -17803,9 +17803,9 @@ } }, "node_modules/web-vitals": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.0.tgz", - "integrity": "sha512-f5YnCHVG9Y6uLCePD4tY8bO/Ge15NPEQWtvm3tPzDKygloiqtb4SVqRHBcrIAqo2ztqX5XueqDn97zHF0LdT6w==" + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.4.tgz", + "integrity": "sha512-r4DIlprAGwJ7YM11VZp4R884m0Vmgr6EAKe3P+kO0PPj3Unqyvv59rczf6UiGcb9Z8QxZVcqKNwv/g0WNdWwsw==" }, "node_modules/webidl-conversions": { "version": "6.1.0", diff --git a/package.json b/package.json index 21cc924..6c27253 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "react-router-dom": "6.20.0", "react-scripts": "5.0.1", "typescript": "4.9.5", - "web-vitals": "3.5.0" + "web-vitals": "4.2.4" }, "homepage": "https://ossf.github.io/scorecard-visualizer", "scripts": {