From f9e809d13a9e7fca05bd26f0aab5ecbea9672563 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 09:11:00 +0000 Subject: [PATCH] Bump web-vitals from 2.1.3 to 3.0.3 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 2.1.3 to 3.0.3. - [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.3...v3.0.3) --- 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 5053f3c..b581777 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "simplex-noise": "^3.0.1", "three": "^0.136.0", "typescript": "^4.5.3", - "web-vitals": "^2.1.2" + "web-vitals": "^3.0.3" }, "scripts": { "start": "react-scripts start", diff --git a/yarn.lock b/yarn.lock index 05f2f36..169d4cb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8645,10 +8645,10 @@ wbuf@^1.1.0, wbuf@^1.7.3: dependencies: minimalistic-assert "^1.0.0" -web-vitals@^2.1.2: - version "2.1.3" - resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-2.1.3.tgz#6dca59f41dbc3fcccdb889da06191b437b18f534" - integrity sha512-+ijpniAzcnQicXaXIN0/eHQAiV/jMt1oHGHTmz7VdAJPPkzzDhmoYPSpLgJTuFtUh+jCjxCoeTZPg7Ic+g8o7w== +web-vitals@^3.0.3: + version "3.0.3" + resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-3.0.3.tgz#e08cf4d30398baf91984f230a87872d6049e173f" + integrity sha512-8K6cl3alkVhwv7RQm3WAWFzvP9dBTH4CwOE7G3DfQDEnBJTdtNgX5XMqgE7aE79wac/kJ8fHWftUfH3AVxxbBw== webidl-conversions@^4.0.2: version "4.0.2"