From 058091f1a6462b0974e57feb64b89f20d1419139 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 19:07:39 +0000 Subject: [PATCH] Bump web-vitals from 2.1.3 to 3.1.0 in /calendar_task Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 2.1.3 to 3.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/v2.1.3...v3.1.0) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- calendar_task/package.json | 2 +- calendar_task/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/calendar_task/package.json b/calendar_task/package.json index 525016e..f41c685 100644 --- a/calendar_task/package.json +++ b/calendar_task/package.json @@ -15,7 +15,7 @@ "react-scripts": "5.0.0", "sass": "^1.49.0", "typescript": "^4.5.4", - "web-vitals": "^2.1.3" + "web-vitals": "^3.1.0" }, "scripts": { "start": "react-scripts start", diff --git a/calendar_task/yarn.lock b/calendar_task/yarn.lock index 31fcecb..f4d36b5 100644 --- a/calendar_task/yarn.lock +++ b/calendar_task/yarn.lock @@ -8714,10 +8714,10 @@ wbuf@^1.1.0, wbuf@^1.7.3: dependencies: minimalistic-assert "^1.0.0" -web-vitals@^2.1.3: - 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.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"