diff --git a/package-lock.json b/package-lock.json index aba9260f..cef2b318 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "react-router": "^7.9.5", "react-router-dom": "^7.6.1", "rimraf": "^6.1.0", - "web-vitals": "^4.2.4" + "web-vitals": "^5.1.0" }, "devDependencies": { "@babel/plugin-transform-class-properties": "^7.25.9", @@ -7152,9 +7152,9 @@ } }, "node_modules/web-vitals": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.4.tgz", - "integrity": "sha512-r4DIlprAGwJ7YM11VZp4R884m0Vmgr6EAKe3P+kO0PPj3Unqyvv59rczf6UiGcb9Z8QxZVcqKNwv/g0WNdWwsw==", + "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/which": { diff --git a/package.json b/package.json index 94e9a53b..7cfcff6e 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "react-router": "^7.9.5", "react-router-dom": "^7.6.1", "rimraf": "^6.1.0", - "web-vitals": "^4.2.4" + "web-vitals": "^5.1.0" }, "scripts": { "dev": "vite",