diff --git a/package-lock.json b/package-lock.json index fa9d73184..5c9dfcfe3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "typescript": "5.4.2", "vite": "5.1.7", "vitest": "1.4.0", - "web-vitals": "3.5.2" + "web-vitals": "4.2.0" }, "engines": { "node": ">=16", @@ -21952,10 +21952,11 @@ } }, "node_modules/web-vitals": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.2.tgz", - "integrity": "sha512-c0rhqNcHXRkY/ogGDJQxZ9Im9D19hDihbzSQJrsioex+KnFgmMzBiy57Z1EjkhX/+OjyBpclDCzz2ITtjokFmg==", - "dev": true + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.0.tgz", + "integrity": "sha512-ohj72kbtVWCpKYMxcbJ+xaOBV3En76hW47j52dG+tEGG36LZQgfFw5yHl9xyjmosy3XUMn8d/GBUAy4YPM839w==", + "dev": true, + "license": "Apache-2.0" }, "node_modules/webcrypto-core": { "version": "1.7.5", diff --git a/package.json b/package.json index 1a959bce2..7f0a861ae 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "typescript": "5.4.2", "vite": "5.1.7", "vitest": "1.4.0", - "web-vitals": "3.5.2" + "web-vitals": "4.2.0" }, "engines": { "node": ">=16",