From 47ed16f69be3715f3979c7b1b23963578a63df53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 19:00:45 +0000 Subject: [PATCH] Bump web-vitals from 3.1.0 to 3.3.0 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 3.1.0 to 3.3.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/v3.1.0...v3.3.0) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-minor ... 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 74fc0b2..a96511f 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "react": "^17.0.2", "react-dom": "^17.0.2", "react-scripts": "4.0.3", - "web-vitals": "^3.1.0" + "web-vitals": "^3.3.0" }, "scripts": { "start": "react-scripts start", diff --git a/yarn.lock b/yarn.lock index 38511b4..cbd1ea2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11794,10 +11794,10 @@ wbuf@^1.1.0, wbuf@^1.7.3: dependencies: minimalistic-assert "^1.0.0" -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== +web-vitals@^3.3.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-3.3.0.tgz#2e14bcbb3acf71d00c49519ab92cc517511476d5" + integrity sha512-GZsEmJBNclIpViS/7QVOTr7Kbt4BgLeR7kQ5zCCtJVuiWsA+K6xTXaoEXssvl8yYFICEyNmA2Nr+vgBYTnS4bA== webidl-conversions@^5.0.0: version "5.0.0"