From 6dfc8c9973b00c57660c6d9cf62d174111103908 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 13:07:26 +0000 Subject: [PATCH] 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 bb19e4b..60760ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "react-helmet": "^6.1.0", "react-router-dom": "^6.16.0", "react-scripts": "5.0.1", - "web-vitals": "^3.4.0" + "web-vitals": "^3.5.0" }, "devDependencies": { "autoprefixer": "^10.4.16", @@ -21250,9 +21250,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 db468e9..1d580ce 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "react-helmet": "^6.1.0", "react-router-dom": "^6.16.0", "react-scripts": "5.0.1", - "web-vitals": "^3.4.0" + "web-vitals": "^3.5.0" }, "scripts": { "start": "react-scripts start",