From c4b1e6b0cc62f71de09ce545030cf0c45671d7f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 05:05:59 +0000 Subject: [PATCH] chore(deps): bump web-vitals from 2.1.0 to 3.3.1 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 2.1.0 to 3.3.1. - [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.0...v3.3.1) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-major ... 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 f3cba02..a6bccf7 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "typescript": "^4.4.3", "uuid": "^8.3.2", "validator": "^13.6.0", - "web-vitals": "^2.1.0", + "web-vitals": "^3.3.1", "xid-js": "^1.0.1", "zbase32": "github:projectdiscovery/zbase32" }, diff --git a/yarn.lock b/yarn.lock index 12f5e00..7fdf501 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12612,10 +12612,10 @@ wbuf@^1.1.0, wbuf@^1.7.3: dependencies: minimalistic-assert "^1.0.0" -web-vitals@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-2.1.0.tgz#ebf5428875ab5bfc1056c2e80cd177001287de7b" - integrity sha512-npEyJP8jHf3J71t1tRTEtz9FeKp8H2udWJUUq5ykfPhhstr//TUxiYhIEzLNwk4zv2ybAilMn7v7N6Mxmuitmg== +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== webidl-conversions@^5.0.0: version "5.0.0"