diff --git a/shopwild-frontend/package-lock.json b/shopwild-frontend/package-lock.json index ac17597..73afd87 100644 --- a/shopwild-frontend/package-lock.json +++ b/shopwild-frontend/package-lock.json @@ -18,7 +18,7 @@ "react-router": "^6.24.1", "react-router-dom": "^6.0.0-beta.0", "react-scripts": "4.0.3", - "web-vitals": "^3.5.2" + "web-vitals": "^4.2.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.2.1", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.1.tgz", + "integrity": "sha512-U6bAxeudnhDqcXNl50JC4hLlqox9DZnngxfISZm3DMZnonW35xtJOVUc091L+DOY+6hVZVpKXoiCP0RiT6339Q==" }, "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.1", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.1.tgz", + "integrity": "sha512-U6bAxeudnhDqcXNl50JC4hLlqox9DZnngxfISZm3DMZnonW35xtJOVUc091L+DOY+6hVZVpKXoiCP0RiT6339Q==" }, "webidl-conversions": { "version": "6.1.0", diff --git a/shopwild-frontend/package.json b/shopwild-frontend/package.json index 6b98134..22b028d 100644 --- a/shopwild-frontend/package.json +++ b/shopwild-frontend/package.json @@ -13,7 +13,7 @@ "react-router": "^6.24.1", "react-router-dom": "^6.0.0-beta.0", "react-scripts": "4.0.3", - "web-vitals": "^3.5.2" + "web-vitals": "^4.2.1" }, "scripts": { "start": "react-scripts start",