From 4b6bdc8d54f5848829792439aaf3c0b6b5196775 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 21:23:40 +0000 Subject: [PATCH] Bump web-vitals from 2.1.0 to 3.0.1 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 2.1.0 to 3.0.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/v2.1.0...v3.0.1) --- 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 8349d1d..51dbf18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15902,9 +15902,9 @@ } }, "web-vitals": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.0.tgz", - "integrity": "sha512-npEyJP8jHf3J71t1tRTEtz9FeKp8H2udWJUUq5ykfPhhstr//TUxiYhIEzLNwk4zv2ybAilMn7v7N6Mxmuitmg==" + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.0.1.tgz", + "integrity": "sha512-n8LgBynM5BU4C8ZMiTWPu6zbv31AfPnuNXEjWClvPWD5g8h2WkcecR0EtAiQaiMcj1iG0LADyHndR+MKYu5Zog==" }, "webfontloader": { "version": "1.6.28", diff --git a/package.json b/package.json index cb43161..9d37bb2 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "react-typeform-embed": "^0.2.1", "styled-components": "^5.3.0", "tabletop": "^1.6.3", - "web-vitals": "^2.1.0" + "web-vitals": "^3.0.1" }, "scripts": { "start": "react-scripts start", diff --git a/yarn.lock b/yarn.lock index 038676f..38d9039 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11511,10 +11511,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.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-3.0.1.tgz#7129668af2d1598ff4a574535a46b1432af337c8" + integrity sha512-n8LgBynM5BU4C8ZMiTWPu6zbv31AfPnuNXEjWClvPWD5g8h2WkcecR0EtAiQaiMcj1iG0LADyHndR+MKYu5Zog== webfontloader@^1.6.27: version "1.6.28"