From 780fbadeacb81417ab91df58be5a00dfa85a666d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 04:04:20 +0000 Subject: [PATCH] build(deps): bump web-vitals from 0.2.4 to 3.1.0 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 0.2.4 to 3.1.0. - [Release notes](https://github.com/GoogleChrome/web-vitals/releases) - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v0.2.4...v3.1.0) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1ba714f..97215b6 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "react-router-dom": "~5.3.0", "react-scripts": "5.0.0", "subscriptions-transport-ws": "~0.11.0", - "web-vitals": "~0.2.4", + "web-vitals": "~3.1.0", "workbox-background-sync": "~5.1.4", "workbox-broadcast-update": "~5.1.4", "workbox-cacheable-response": "~5.1.4",