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",