diff --git a/client/package-lock.json b/client/package-lock.json index 30dc370..32fda58 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.1" } }, "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.1", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.0.1.tgz", + "integrity": "sha512-BsULPWaCKAAtNntUz0aJq1cu1wyuWmDzf4N6vYNMbYA6zzQAf2pzCYbyClf+Ui2MI54bt225AwugXIfL1W+Syg==", "license": "Apache-2.0" }, "node_modules/webidl-conversions": { diff --git a/client/package.json b/client/package.json index 8d98298..76655db 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.1" }, "scripts": { "start": "react-scripts start",