From 3077376384b22d4a0142d4d3c0903525618bb14a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 07:06:41 +0000 Subject: [PATCH] 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-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ed54af7..bcb1dd4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15288,9 +15288,9 @@ } }, "web-vitals": { - "version": "0.2.4", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-0.2.4.tgz", - "integrity": "sha512-6BjspCO9VriYy12z356nL6JBS0GYeEcA457YyRzD+dD6XYCQ75NKhcOHUMHentOE7OcVCIXXDvOm0jKFfQG2Gg==" + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.1.0.tgz", + "integrity": "sha512-zCeQ+bOjWjJbXv5ZL0r8Py3XP2doCQMZXNKlBGfUjPAVZWokApdeF/kFlK1peuKlCt8sL9TFkKzyXE9/cmNJQA==" }, "webidl-conversions": { "version": "6.1.0", diff --git a/package.json b/package.json index 07ef4ca..46441dc 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "react-router-dom": "^5.2.0", "react-scripts": "4.0.1", "styled-components": "^5.2.3", - "web-vitals": "^0.2.4" + "web-vitals": "^3.1.0" }, "scripts": { "start": "react-scripts start",