From 69dd4c7a366f7426d326b056f6b22760a49239a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Sep 2021 10:19:58 +0000 Subject: [PATCH] build(deps): bump web-vitals from 1.1.2 to 2.1.0 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 1.1.2 to 2.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/v1.1.2...v2.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 +- yarn.lock | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9ca18882d..c71b4e534 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14570,9 +14570,9 @@ } }, "web-vitals": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-1.1.2.tgz", - "integrity": "sha512-PFMKIY+bRSXlMxVAQ+m2aw9c/ioUYfDgrYot0YUa+/xa0sakubWhSDyxAKwzymvXVdF4CZI71g06W+mqhzu6ig==" + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.0.tgz", + "integrity": "sha512-npEyJP8jHf3J71t1tRTEtz9FeKp8H2udWJUUq5ykfPhhstr//TUxiYhIEzLNwk4zv2ybAilMn7v7N6Mxmuitmg==" }, "webidl-conversions": { "version": "6.1.0", diff --git a/package.json b/package.json index 99832a27b..1cd6f7278 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "three": "^0.132.2", "throttle-debounce": "^3.0.1", "typescript": "^4.4.2", - "web-vitals": "^1.0.1" + "web-vitals": "^2.1.0" }, "scripts": { "start": "react-scripts start", diff --git a/yarn.lock b/yarn.lock index cfae5d2fd..6a0b31642 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11369,10 +11369,10 @@ wbuf@^1.1.0, wbuf@^1.7.3: dependencies: minimalistic-assert "^1.0.0" -web-vitals@^1.0.1: - version "1.1.2" - resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-1.1.2.tgz#06535308168986096239aa84716e68b4c6ae6d1c" - integrity sha512-PFMKIY+bRSXlMxVAQ+m2aw9c/ioUYfDgrYot0YUa+/xa0sakubWhSDyxAKwzymvXVdF4CZI71g06W+mqhzu6ig== +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== webidl-conversions@^5.0.0: version "5.0.0"