From 18b432609474d22da9112c36d54c8545335f04ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 15:09:34 +0000 Subject: [PATCH] Bump web-vitals from 3.0.3 to 3.5.0 in /frontend Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 3.0.3 to 3.5.0. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v3.0.3...v3.5.0) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index c84aeac..b22a1b6 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -10,7 +10,7 @@ "react-router-dom": "^6.4.2", "react-scripts": "5.0.1", "typescript": "^4.8.4", - "web-vitals": "^3.0.3" + "web-vitals": "^3.5.0" }, "scripts": { "start": "react-scripts start", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 4fe5ad8..11355ed 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -8354,10 +8354,10 @@ wbuf@^1.1.0, wbuf@^1.7.3: dependencies: minimalistic-assert "^1.0.0" -web-vitals@^3.0.3: - version "3.0.3" - resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-3.0.3.tgz#e08cf4d30398baf91984f230a87872d6049e173f" - integrity sha512-8K6cl3alkVhwv7RQm3WAWFzvP9dBTH4CwOE7G3DfQDEnBJTdtNgX5XMqgE7aE79wac/kJ8fHWftUfH3AVxxbBw== +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"