From a8bd579dc8fd4ca7e53217669bf2bbd344913a70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 17:13:37 +0000 Subject: [PATCH] Bump web-vitals from 2.1.0 to 3.0.2 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 2.1.0 to 3.0.2. - [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/v2.1.0...v3.0.2) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index faf2623..34d60ab 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "react-router-dom": "^5.3.0", "react-scripts": "4.0.3", "uuid": "^8.3.2", - "web-vitals": "^2.1.0" + "web-vitals": "^3.0.2" }, "scripts": { "start": "react-scripts start", diff --git a/yarn.lock b/yarn.lock index 434fe73..fff4482 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11775,10 +11775,10 @@ wbuf@^1.1.0, wbuf@^1.7.3: dependencies: minimalistic-assert "^1.0.0" -web-vitals@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-2.1.0.tgz#ebf5428875ab5bfc1056c2e80cd177001287de7b" - integrity sha512-npEyJP8jHf3J71t1tRTEtz9FeKp8H2udWJUUq5ykfPhhstr//TUxiYhIEzLNwk4zv2ybAilMn7v7N6Mxmuitmg== +web-vitals@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-3.0.2.tgz#a484109dc5d64bc4924f174267ce20e7cd4c7934" + integrity sha512-YygzeCdGpNrCHIjW14AI4SxMX2IcONhDvwhHc9KswCIixfSeVl08WdKDfzZaypq2ynRIG3lzGO3CO5dXYzc9+w== webidl-conversions@^5.0.0: version "5.0.0"