From 58cc1be46168353bbc083daa5cf8dbaf8f36afe2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 07:07:23 +0000 Subject: [PATCH] chore(deps): bump web-vitals from 3.5.0 to 4.2.3 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 3.5.0 to 4.2.3. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v3.5.0...v4.2.3) --- 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 bc41f39..4c2ddcf 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.3" }, "devDependencies": { "@types/diff": "5.2.0", @@ -22372,9 +22372,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.3", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.3.tgz", + "integrity": "sha512-/CFAm1mNxSmOj6i0Co+iGFJ58OS4NRGVP+AWS/l509uIK5a1bSoIVaHz/ZumpHTfHSZBpgrJ+wjfpAOrTHok5Q==" }, "node_modules/webidl-conversions": { "version": "6.1.0", diff --git a/package.json b/package.json index 468cd34..f413875 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.3" }, "homepage": "https://ossf.github.io/scorecard-visualizer", "scripts": {