diff --git a/package-lock.json b/package-lock.json index d7404a7c..1eee4282 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "vite-plugin-environment": "^1.1.3", "vite-plugin-svgr": "^4.2.0", "vite-tsconfig-paths": "^4.3.2", - "web-vitals": "^3.5.2" + "web-vitals": "^4.2.4" }, "devDependencies": { "@babel/preset-env": "^7.24.7", @@ -27407,9 +27407,10 @@ } }, "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==" + "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/webdriver": { "version": "7.31.1", diff --git a/package.json b/package.json index 2347455c..b9e8922b 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "vite-plugin-environment": "^1.1.3", "vite-plugin-svgr": "^4.2.0", "vite-tsconfig-paths": "^4.3.2", - "web-vitals": "^3.5.2" + "web-vitals": "^4.2.4" }, "resolutions": { "autoprefixer": "10.4.5"