From e9cae39276119a3b8ee9e4b0f1330a886ad2023f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 01:41:00 +0000 Subject: [PATCH] chore(deps): bump web-vitals from 3.5.2 to 4.2.3 in /client Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 3.5.2 to 4.2.3. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v3.5.2...v4.2.3) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 8 ++++---- client/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 1732a3e..f06c01b 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -32,7 +32,7 @@ "sass": "^1.69.5", "ts-node": "^10.9.1", "typescript": "^4.9.5", - "web-vitals": "^3.5.0" + "web-vitals": "^4.2.3" }, "devDependencies": { "autoprefixer": "^10.4.16", @@ -17574,9 +17574,9 @@ } }, "node_modules/web-vitals": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.2.tgz", - "integrity": "sha512-c0rhqNcHXRkY/ogGDJQxZ9Im9D19hDihbzSQJrsioex+KnFgmMzBiy57Z1EjkhX/+OjyBpclDCzz2ITtjokFmg==" + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.3.tgz", + "integrity": "sha512-/CFAm1mNxSmOj6i0Co+iGFJ58OS4NRGVP+AWS/l509uIK5a1bSoIVaHz/ZumpHTfHSZBpgrJ+wjfpAOrTHok5Q==" }, "node_modules/webextension-polyfill": { "version": "0.8.0", diff --git a/client/package.json b/client/package.json index f34e5f3..5268a5c 100644 --- a/client/package.json +++ b/client/package.json @@ -31,7 +31,7 @@ "sass": "^1.69.5", "ts-node": "^10.9.1", "typescript": "^4.9.5", - "web-vitals": "^3.5.0" + "web-vitals": "^4.2.3" }, "scripts": { "start": "PORT=3001 react-scripts --max-old-space-size=8192 start",