From 5a4ab3c0e8cd518921c63c869a9b6fc9e4732cc8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 12 Jan 2026 09:39:50 +0000 Subject: [PATCH] feat: upgrade web-vitals from 2.1.4 to 5.0.3 Snyk has created this PR to upgrade web-vitals from 2.1.4 to 5.0.3. See this package in npm: web-vitals See this project in Snyk: https://app.snyk.io/org/lcsogthb/project/c2b95214-2aa7-47c9-b51d-ab7a1c993cf2?utm_source=github&utm_medium=referral&page=upgrade-pr --- aq-dashboard/package-lock.json | 8 ++++---- aq-dashboard/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",