From 292120017deb3905bce83b6b299c67079a3fdea6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 11:23:19 +0000 Subject: [PATCH] deps: bump web-vitals from 2.1.4 to 5.0.0 in /client Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 2.1.4 to 5.0.0. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v2.1.4...v5.0.0) --- updated-dependencies: - dependency-name: web-vitals dependency-version: 5.0.0 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 30dc370..fa32c00 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -18,7 +18,7 @@ "stream-chat": "^8.51.0", "stream-chat-react": "^12.10.0", "universal-cookie": "^7.2.2", - "web-vitals": "^2.1.4" + "web-vitals": "^5.0.0" } }, "node_modules/@adobe/css-tools": { @@ -19254,9 +19254,9 @@ } }, "node_modules/web-vitals": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.4.tgz", - "integrity": "sha512-sVWcwhU5mX6crfI5Vd2dC4qchyTqxV8URinzt25XqVh+bHEPGH4C3NPrNionCP7Obx59wrYEbNlw4Z8sjALzZg==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.0.0.tgz", + "integrity": "sha512-yuayYLYyO4QdqB7YriMtUZxCIsUbcpZLnoPCJXocLvTRcAh/Jz2rgqsHrh9Oz/NHApB/Somd05NMsuhJV3YcLQ==", "license": "Apache-2.0" }, "node_modules/webidl-conversions": { diff --git a/client/package.json b/client/package.json index 8d98298..4b55e7b 100644 --- a/client/package.json +++ b/client/package.json @@ -13,7 +13,7 @@ "stream-chat": "^8.51.0", "stream-chat-react": "^12.10.0", "universal-cookie": "^7.2.2", - "web-vitals": "^2.1.4" + "web-vitals": "^5.0.0" }, "scripts": { "start": "react-scripts start",