From f8c1c34e60c6da5397042a8286c15e7f9a2bc940 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 11:20:50 +0000 Subject: [PATCH] Bump web-vitals from 3.3.1 to 3.4.0 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 3.3.1 to 3.4.0. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v3.3.1...v3.4.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 fade7bc..5b61e76 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "react-scripts": "5.0.1", "sass": "^1.62.1", "typescript": "^5.0.4", - "web-vitals": "^3.3.1" + "web-vitals": "^3.4.0" }, "scripts": { "start": "cross-env BROWSER=none react-scripts start", diff --git a/yarn.lock b/yarn.lock index 8ca3c2d..21a8865 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9306,10 +9306,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.4.0: + version "3.4.0" + resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-3.4.0.tgz#45ed33a3a2e029dc38d36547eb5d71d1c7e2552d" + integrity sha512-n9fZ5/bG1oeDkyxLWyep0eahrNcPDF6bFqoyispt7xkW0xhDzpUBTgyDKqWDi1twT0MgH4HvvqzpUyh0ZxZV4A== webidl-conversions@^4.0.2: version "4.0.2"