From 4fe40109a47e7ec6970a25895205a82443bf09bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 12:43:55 +0000 Subject: [PATCH] fix(deps): update dependency web-vitals to v3.5.0 --- test-app/package.json | 2 +- test-app/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/test-app/package.json b/test-app/package.json index cabd286d..c3b739ae 100644 --- a/test-app/package.json +++ b/test-app/package.json @@ -14,7 +14,7 @@ "react-dom": "18.2.0", "react-scripts": "5.0.1", "typescript": "5.2.2", - "web-vitals": "3.4.0" + "web-vitals": "3.5.0" }, "scripts": { "start": "react-scripts start", diff --git a/test-app/yarn.lock b/test-app/yarn.lock index 271bb614..5448af7e 100644 --- a/test-app/yarn.lock +++ b/test-app/yarn.lock @@ -9782,10 +9782,10 @@ wbuf@^1.1.0, wbuf@^1.7.3: dependencies: minimalistic-assert "^1.0.0" -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== +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"