From c9c1cd8af89e78b56daae5ee7c70f6443ed68071 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 14:16:44 +0000 Subject: [PATCH] Bump web-vitals from 3.3.1 to 3.5.0 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 3.3.1 to 3.5.0. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v3.3.1...v3.5.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 a9eed04..19425b1 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "react-dom": "^18.2.0", "react-scripts": "5.0.1", "typescript": "^5.1.6", - "web-vitals": "^3.3.1" + "web-vitals": "^3.5.0" }, "scripts": { "start": "react-scripts start", diff --git a/yarn.lock b/yarn.lock index c73d3c5..5734f7f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8856,10 +8856,10 @@ wbuf@^1.1.0, wbuf@^1.7.3: dependencies: minimalistic-assert "^1.0.0" -web-vitals@^3.3.1: - version "3.3.1" - resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-3.3.1.tgz#f80e4fd01784476c023c8b2c4219075bbe96f64d" - integrity sha512-LTfY5GjcY3ngFzNsYFSYL+AmVmlWrzPTUxSMDis2rZbf+SzT7HH3NH4Y/l45XOlrAIunOBeURN9qtBHkRskAiA== +web-vitals@^3.5.0: + version "3.5.0" + resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-3.5.0.tgz#3a5571f00743ecd059394b61e0adceec7fac2634" + integrity sha512-f5YnCHVG9Y6uLCePD4tY8bO/Ge15NPEQWtvm3tPzDKygloiqtb4SVqRHBcrIAqo2ztqX5XueqDn97zHF0LdT6w== webidl-conversions@^4.0.2: version "4.0.2"