From c11daaeb52d584ed8245451afd7fb18143af644a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 7 Dec 2022 19:33:23 +0000 Subject: [PATCH] fix: upgrade web-vitals from 3.0.4 to 3.1.0 Snyk has created this PR to upgrade web-vitals from 3.0.4 to 3.1.0. See this package in npm: See this project in Snyk: https://app.snyk.io/org/fabiorosado/project/51163629-a151-49b5-b39b-fcd3621777cc?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c2ba325..151033a 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "react-scripts": "5.0.1", "react-speech-recognition": "^3.10.0", "typescript": "^4.8.4", - "web-vitals": "^3.0.4" + "web-vitals": "^3.1.0" }, "scripts": { "start": "react-scripts start", diff --git a/yarn.lock b/yarn.lock index a1edcfe..de44da3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8660,10 +8660,10 @@ wbuf@^1.1.0, wbuf@^1.7.3: dependencies: minimalistic-assert "^1.0.0" -web-vitals@^3.0.4: - version "3.0.4" - resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-3.0.4.tgz#a78ea93e95f7d7961dd151e0a76ac132c5dee2c9" - integrity sha512-Yau8qf1AJ/dm6MY180Bi0qpCIuWmAfKAnOqmxLecGfIHn0+ND3H4JOhXeY73Pyi9zjSF5J4SNUewHLNUzU7mmA== +web-vitals@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-3.1.0.tgz#a6f5156cb6c7fee562da46078540265ac2cd2d16" + integrity sha512-zCeQ+bOjWjJbXv5ZL0r8Py3XP2doCQMZXNKlBGfUjPAVZWokApdeF/kFlK1peuKlCt8sL9TFkKzyXE9/cmNJQA== webidl-conversions@^4.0.2: version "4.0.2"