From 9c3e0ebd117818a10ea12645bd11ad6fc18c8383 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 13:43:30 +0000 Subject: [PATCH] chore(deps): bump web-vitals from 0.2.4 to 3.0.4 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 0.2.4 to 3.0.4. - [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/v0.2.4...v3.0.4) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/app/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/app/package.json b/packages/app/package.json index d29067c..d7316ba 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -8,7 +8,7 @@ "react": "^17.0.1", "react-dom": "^17.0.1", "react-scripts": "4.0.1", - "web-vitals": "^0.2.4", + "web-vitals": "^3.0.4", "oidc-client": "1.10.1" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index f9f7069..6814e68 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16096,10 +16096,10 @@ wcwidth@^1.0.0: dependencies: defaults "^1.0.3" -web-vitals@^0.2.4: - version "0.2.4" - resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-0.2.4.tgz#ec3df43c834a207fd7cdefd732b2987896e08511" - integrity sha512-6BjspCO9VriYy12z356nL6JBS0GYeEcA457YyRzD+dD6XYCQ75NKhcOHUMHentOE7OcVCIXXDvOm0jKFfQG2Gg== +web-vitals@^3.0.4: + version "3.0.4" + resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-3.0.4.tgz#a78ea93e95f7d7961dd151e0a76ac132c5dee2c9" + integrity sha512-Yau8qf1AJ/dm6MY180Bi0qpCIuWmAfKAnOqmxLecGfIHn0+ND3H4JOhXeY73Pyi9zjSF5J4SNUewHLNUzU7mmA== webidl-conversions@^4.0.2: version "4.0.2"