diff --git a/ui/package-lock.json b/ui/package-lock.json index ba4f8be5a..4982dbaea 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -10542,11 +10542,6 @@ "object-visit": "^1.0.0" } }, - "material-ui-nested-menu-item": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/material-ui-nested-menu-item/-/material-ui-nested-menu-item-1.0.2.tgz", - "integrity": "sha512-LZb8xI0FrAI/A3P2vT3CB9bmSoOFWOK0dikTc1t9VvEpp1a8hZkbVUz7VhETnoLUYu3NXCkgulmXcl3zitqI9A==" - }, "md5-hex": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/md5-hex/-/md5-hex-3.0.1.tgz", diff --git a/ui/package.json b/ui/package.json index 1caef17c6..9c3b5c2ec 100644 --- a/ui/package.json +++ b/ui/package.json @@ -7,7 +7,6 @@ "deepmerge": "^4.2.2", "jwt-decode": "^2.2.0", "lodash.throttle": "^4.1.1", - "material-ui-nested-menu-item": "^1.0.2", "md5-hex": "^3.0.1", "prop-types": "^15.7.2", "ra-data-json-server": "^3.5.3",