From 56bd43ac8649874d12530afab5154c7e504590dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 15:29:19 +0000 Subject: [PATCH] chore(deps): Bump web-vitals from 3.3.2 to 3.5.0 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 3.3.2 to 3.5.0. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v3.3.2...v3.5.0) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index e492f01..2f059a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6481,9 +6481,9 @@ } }, "web-vitals": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.3.2.tgz", - "integrity": "sha512-qRkpmSeKfEWAzNhtX541xA8gCJ+pqCqBmUlDVkVDSCSYUvfvNqF+k9g8I+uyreRcDBdfiJrd0/aLbTy5ydo49Q==" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.0.tgz", + "integrity": "sha512-f5YnCHVG9Y6uLCePD4tY8bO/Ge15NPEQWtvm3tPzDKygloiqtb4SVqRHBcrIAqo2ztqX5XueqDn97zHF0LdT6w==" }, "which": { "version": "2.0.2", diff --git a/package.json b/package.json index 7d41a48..1894d81 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "swr": "^2.2.2", - "web-vitals": "^3.3.2" + "web-vitals": "^3.5.0" }, "devDependencies": { "@babel/core": "^7.22.5",