diff --git a/package-lock.json b/package-lock.json index 93b2aa5d..61a15e3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "react-scripts": "5.0.1", "semantic-ui-react": "2.1.5", "typescript": "4.9.5", - "web-vitals": "3.5.2" + "web-vitals": "4.2.4" }, "devDependencies": { "@fullhuman/postcss-purgecss": "^7.0.0", @@ -18999,9 +18999,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==", "license": "Apache-2.0" }, "node_modules/webidl-conversions": { diff --git a/package.json b/package.json index 4f3e666b..be79ca43 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "react-scripts": "5.0.1", "semantic-ui-react": "2.1.5", "typescript": "4.9.5", - "web-vitals": "3.5.2" + "web-vitals": "4.2.4" }, "scripts": { "start": "react-scripts start",