diff --git a/package-lock.json b/package-lock.json index b2fc79219..3c3dc4c64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "typescript": "5.4.2", "vite": "5.1.6", "vitest": "1.4.0", - "web-vitals": "3.5.2" + "web-vitals": "4.1.0" }, "engines": { "node": ">=16", @@ -21862,10 +21862,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.1.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.1.0.tgz", + "integrity": "sha512-wz5ubPZK7DSKrlQvjsaCqdfa+9AjAYoUzj9GDzUmBTdfyfyl1fOIjfTh46DGKM8MdN+lcbNY8ObXo6TmHqRzVw==", + "dev": true, + "license": "Apache-2.0" }, "node_modules/webcrypto-core": { "version": "1.7.5", diff --git a/package.json b/package.json index e03266b82..9fd47a537 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "typescript": "5.4.2", "vite": "5.1.6", "vitest": "1.4.0", - "web-vitals": "3.5.2" + "web-vitals": "4.1.0" }, "engines": { "node": ">=16",