From fe89f204528e7a4c557aa7b148afd988526f85c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 05:39:44 +0000 Subject: [PATCH] Bump web-vitals from 1.1.2 to 4.2.0 in /src/frontend/ai-reviewer-admin Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 1.1.2 to 4.2.0. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v1.1.2...v4.2.0) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/frontend/ai-reviewer-admin/package.json | 2 +- src/frontend/ai-reviewer-admin/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/frontend/ai-reviewer-admin/package.json b/src/frontend/ai-reviewer-admin/package.json index c9fb00b1..156650e3 100644 --- a/src/frontend/ai-reviewer-admin/package.json +++ b/src/frontend/ai-reviewer-admin/package.json @@ -18,7 +18,7 @@ "react-router-dom": "^5.2.0", "react-scripts": "5.0.1", "shared-components": "https://github.com/bcgov/react-shared-components/releases/download/v1.2.3/shared-components-1.2.3.tgz", - "web-vitals": "^1.1.2" + "web-vitals": "^4.2.0" }, "scripts": { "start": "react-scripts start", diff --git a/src/frontend/ai-reviewer-admin/yarn.lock b/src/frontend/ai-reviewer-admin/yarn.lock index 7f8bcd2e..229d0170 100644 --- a/src/frontend/ai-reviewer-admin/yarn.lock +++ b/src/frontend/ai-reviewer-admin/yarn.lock @@ -10806,10 +10806,10 @@ wbuf@^1.1.0, wbuf@^1.7.3: dependencies: minimalistic-assert "^1.0.0" -web-vitals@^1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-1.1.2.tgz#06535308168986096239aa84716e68b4c6ae6d1c" - integrity sha512-PFMKIY+bRSXlMxVAQ+m2aw9c/ioUYfDgrYot0YUa+/xa0sakubWhSDyxAKwzymvXVdF4CZI71g06W+mqhzu6ig== +web-vitals@^4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-4.2.0.tgz#008949ab79717a68ccaaa3c4371cbc7bbbd78a92" + integrity sha512-ohj72kbtVWCpKYMxcbJ+xaOBV3En76hW47j52dG+tEGG36LZQgfFw5yHl9xyjmosy3XUMn8d/GBUAy4YPM839w== webidl-conversions@^4.0.2: version "4.0.2"