From 452490cfe6078d9cddecd20fb6332f2974733cc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 07:11:37 +0000 Subject: [PATCH] chore(deps): bump web-vitals from 3.4.0 to 3.5.0 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 3.4.0 to 3.5.0. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v3.4.0...v3.5.0) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-minor ... 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 82973f4..e6a848f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "react-router-dom": "6.16.0", "react-scripts": "5.0.1", "typescript": "4.9.5", - "web-vitals": "3.4.0" + "web-vitals": "3.5.0" }, "devDependencies": { "@types/diff": "5.0.7", @@ -22362,9 +22362,9 @@ } }, "node_modules/web-vitals": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.4.0.tgz", - "integrity": "sha512-n9fZ5/bG1oeDkyxLWyep0eahrNcPDF6bFqoyispt7xkW0xhDzpUBTgyDKqWDi1twT0MgH4HvvqzpUyh0ZxZV4A==" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.0.tgz", + "integrity": "sha512-f5YnCHVG9Y6uLCePD4tY8bO/Ge15NPEQWtvm3tPzDKygloiqtb4SVqRHBcrIAqo2ztqX5XueqDn97zHF0LdT6w==" }, "node_modules/webidl-conversions": { "version": "6.1.0", diff --git a/package.json b/package.json index 2c38711..f430cc5 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "react-router-dom": "6.16.0", "react-scripts": "5.0.1", "typescript": "4.9.5", - "web-vitals": "3.4.0" + "web-vitals": "3.5.0" }, "homepage": "https://kooltheba.github.io/openssf-scorecard-api-visualizer", "scripts": {