diff --git a/aq-dashboard/package-lock.json b/aq-dashboard/package-lock.json index 3f52d63..bb567d7 100644 --- a/aq-dashboard/package-lock.json +++ b/aq-dashboard/package-lock.json @@ -25,7 +25,7 @@ "react-leaflet": "^5.0.0", "react-scripts": "5.0.1", "typescript": "^4.9.5", - "web-vitals": "^2.1.4" + "web-vitals": "^5.0.3" }, "devDependencies": { "@types/leaflet": "^1.9.20", @@ -16815,9 +16815,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.3", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.0.3.tgz", + "integrity": "sha512-4KmOFYxj7qT6RAdCH0SWwq8eKeXNhAFXR4PmgF6nrWFmrJ41n7lq3UCA6UK0GebQ4uu+XP8e8zGjaDO3wZlqTg==", "license": "Apache-2.0" }, "node_modules/webidl-conversions": { diff --git a/aq-dashboard/package.json b/aq-dashboard/package.json index 5fc8fe9..16001e1 100644 --- a/aq-dashboard/package.json +++ b/aq-dashboard/package.json @@ -21,7 +21,7 @@ "react-leaflet": "^5.0.0", "react-scripts": "5.0.1", "typescript": "^4.9.5", - "web-vitals": "^2.1.4" + "web-vitals": "^5.0.3" }, "scripts": { "start": "react-scripts start",