From 18a20cf1d0188943957c9c569370d24ec4883cb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 10:00:41 +0000 Subject: [PATCH] deps(admin-ui)(deps): Bump web-vitals from 2.1.4 to 5.1.0 in /admin-ui Dependabot couldn't find the original pull request head commit, 1fd7df745402a337c53275cdeeb316fa4dc30475. --- admin-ui/package-lock.json | 8 ++++---- admin-ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/admin-ui/package-lock.json b/admin-ui/package-lock.json index 427926e..26ded2a 100644 --- a/admin-ui/package-lock.json +++ b/admin-ui/package-lock.json @@ -29,7 +29,7 @@ "react-window": "^2.2.5", "recharts": "^3.7.0", "typescript": "^4.9.5", - "web-vitals": "^2.1.4" + "web-vitals": "^5.1.0" }, "devDependencies": { "@testing-library/jest-dom": "^6.9.1", @@ -17506,9 +17506,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.1.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.1.0.tgz", + "integrity": "sha512-ArI3kx5jI0atlTtmV0fWU3fjpLmq/nD3Zr1iFFlJLaqa5wLBkUSzINwBPySCX/8jRyjlmy1Volw1kz1g9XE4Jg==", "license": "Apache-2.0" }, "node_modules/webidl-conversions": { diff --git a/admin-ui/package.json b/admin-ui/package.json index 3b7dd5e..db66b02 100644 --- a/admin-ui/package.json +++ b/admin-ui/package.json @@ -25,7 +25,7 @@ "react-window": "^2.2.5", "recharts": "^3.7.0", "typescript": "^4.9.5", - "web-vitals": "^2.1.4" + "web-vitals": "^5.1.0" }, "scripts": { "start": "react-scripts start",