diff --git a/ui/package-lock.json b/ui/package-lock.json index a5382da2..c3efa1e1 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -39,8 +39,7 @@ "react-scripts": "^4.0.3", "redux": "^4.1.0", "redux-saga": "^1.1.3", - "uuid": "^8.3.2", - "web-vitals": "^0.2.4" + "uuid": "^8.3.2" }, "devDependencies": { "@testing-library/jest-dom": "^5.12.0", @@ -19017,11 +19016,6 @@ "minimalistic-assert": "^1.0.0" } }, - "node_modules/web-vitals": { - "version": "0.2.4", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-0.2.4.tgz", - "integrity": "sha512-6BjspCO9VriYy12z356nL6JBS0GYeEcA457YyRzD+dD6XYCQ75NKhcOHUMHentOE7OcVCIXXDvOm0jKFfQG2Gg==" - }, "node_modules/webidl-conversions": { "version": "6.1.0", "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz", @@ -36785,11 +36779,6 @@ "minimalistic-assert": "^1.0.0" } }, - "web-vitals": { - "version": "0.2.4", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-0.2.4.tgz", - "integrity": "sha512-6BjspCO9VriYy12z356nL6JBS0GYeEcA457YyRzD+dD6XYCQ75NKhcOHUMHentOE7OcVCIXXDvOm0jKFfQG2Gg==" - }, "webidl-conversions": { "version": "6.1.0", "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz", diff --git a/ui/package.json b/ui/package.json index 4f351b94..a2caff67 100644 --- a/ui/package.json +++ b/ui/package.json @@ -34,8 +34,7 @@ "react-scripts": "^4.0.3", "redux": "^4.1.0", "redux-saga": "^1.1.3", - "uuid": "^8.3.2", - "web-vitals": "^0.2.4" + "uuid": "^8.3.2" }, "devDependencies": { "@testing-library/jest-dom": "^5.12.0",