diff --git a/app/vmui/packages/vmui/package-lock.json b/app/vmui/packages/vmui/package-lock.json index 36faddae1..4cb3746a1 100644 --- a/app/vmui/packages/vmui/package-lock.json +++ b/app/vmui/packages/vmui/package-lock.json @@ -31,7 +31,7 @@ "source-map-explorer": "^2.5.3", "typescript": "~4.6.2", "uplot": "^1.6.30", - "web-vitals": "^4.2.3" + "web-vitals": "^4.2.4" }, "devDependencies": { "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7", @@ -19423,9 +19423,10 @@ } }, "node_modules/web-vitals": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.3.tgz", - "integrity": "sha512-/CFAm1mNxSmOj6i0Co+iGFJ58OS4NRGVP+AWS/l509uIK5a1bSoIVaHz/ZumpHTfHSZBpgrJ+wjfpAOrTHok5Q==" + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.4.tgz", + "integrity": "sha512-r4DIlprAGwJ7YM11VZp4R884m0Vmgr6EAKe3P+kO0PPj3Unqyvv59rczf6UiGcb9Z8QxZVcqKNwv/g0WNdWwsw==", + "license": "Apache-2.0" }, "node_modules/webidl-conversions": { "version": "6.1.0", diff --git a/app/vmui/packages/vmui/package.json b/app/vmui/packages/vmui/package.json index 2ee96d480..256f9b34f 100644 --- a/app/vmui/packages/vmui/package.json +++ b/app/vmui/packages/vmui/package.json @@ -27,7 +27,7 @@ "source-map-explorer": "^2.5.3", "typescript": "~4.6.2", "uplot": "^1.6.30", - "web-vitals": "^4.2.3" + "web-vitals": "^4.2.4" }, "scripts": { "prestart": "npm run copy-metricsql-docs",