From 11f4356ff6208e02e3db12b2e6ec372d1123b3c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 04:02:01 +0000 Subject: [PATCH] build(deps): bump web-vitals from 0.2.4 to 3.1.1 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 0.2.4 to 3.1.1. - [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.1) --- 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..22adac5 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.1", "workbox-background-sync": "~5.1.4", "workbox-broadcast-update": "~5.1.4", "workbox-cacheable-response": "~5.1.4",