From c699998201f97e2b0365aac25545ee26fa4a87b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 03:37:58 +0000 Subject: [PATCH] chore(deps): bump web-vitals from 1.1.2 to 3.5.0 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 1.1.2 to 3.5.0. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v1.1.2...v3.5.0) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/code/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/code/package.json b/frontend/code/package.json index 9cc0748..ff431c2 100644 --- a/frontend/code/package.json +++ b/frontend/code/package.json @@ -16,7 +16,7 @@ "react-scripts": "4.0.3", "typehole": "^1.6.2", "typescript": "^4.1.2", - "web-vitals": "^1.0.1" + "web-vitals": "^3.5.0" }, "scripts": { "start": "react-scripts start", diff --git a/yarn.lock b/yarn.lock index 3232797..974be29 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14281,10 +14281,10 @@ web-streams-polyfill@^3.0.3: resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz#71c2718c52b45fd49dbeee88634b3a60ceab42a6" integrity sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q== -web-vitals@^1.0.1: - 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@^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@^3.0.0: version "3.0.1"