diff --git a/shopwild-frontend/package-lock.json b/shopwild-frontend/package-lock.json index f61f78c..a6477f0 100644 --- a/shopwild-frontend/package-lock.json +++ b/shopwild-frontend/package-lock.json @@ -18,7 +18,7 @@ "react-router": "^6.23.1", "react-router-dom": "^6.0.0-beta.0", "react-scripts": "4.0.3", - "web-vitals": "^3.5.2" + "web-vitals": "^4.0.1" }, "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.0.1", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.0.1.tgz", + "integrity": "sha512-AW6qT/vXK3pbf+WgVcEBXY//AWCpXjVKgdb6rt0cARSUdtT+NUtZCOeo+CSLUX7PjSQ275DmxfkAs7QlPbtR6w==" }, "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.0.1", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.0.1.tgz", + "integrity": "sha512-AW6qT/vXK3pbf+WgVcEBXY//AWCpXjVKgdb6rt0cARSUdtT+NUtZCOeo+CSLUX7PjSQ275DmxfkAs7QlPbtR6w==" }, "webidl-conversions": { "version": "6.1.0", diff --git a/shopwild-frontend/package.json b/shopwild-frontend/package.json index fec97d6..c3a6986 100644 --- a/shopwild-frontend/package.json +++ b/shopwild-frontend/package.json @@ -13,7 +13,7 @@ "react-router": "^6.23.1", "react-router-dom": "^6.0.0-beta.0", "react-scripts": "4.0.3", - "web-vitals": "^3.5.2" + "web-vitals": "^4.0.1" }, "scripts": { "start": "react-scripts start",