diff --git a/shopwild-frontend/package-lock.json b/shopwild-frontend/package-lock.json index 39b20bf..e82a2f9 100644 --- a/shopwild-frontend/package-lock.json +++ b/shopwild-frontend/package-lock.json @@ -18,7 +18,7 @@ "react-router": "^6.28.0", "react-router-dom": "^6.0.0-beta.0", "react-scripts": "4.0.3", - "web-vitals": "^3.5.2" + "web-vitals": "^4.2.4" }, "devDependencies": { "msw": "^1.3.2" @@ -21232,9 +21232,9 @@ } }, "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==" }, "node_modules/webidl-conversions": { "version": "6.1.0", @@ -39314,9 +39314,9 @@ } }, "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==" }, "webidl-conversions": { "version": "6.1.0", diff --git a/shopwild-frontend/package.json b/shopwild-frontend/package.json index 465f5ad..8d8c4d4 100644 --- a/shopwild-frontend/package.json +++ b/shopwild-frontend/package.json @@ -13,7 +13,7 @@ "react-router": "^6.28.0", "react-router-dom": "^6.0.0-beta.0", "react-scripts": "4.0.3", - "web-vitals": "^3.5.2" + "web-vitals": "^4.2.4" }, "scripts": { "start": "react-scripts start",