diff --git a/community-frontend/package-lock.json b/community-frontend/package-lock.json index 31aa72e9..14b5e333 100644 --- a/community-frontend/package-lock.json +++ b/community-frontend/package-lock.json @@ -1397,7 +1397,6 @@ "@community/admin": { "version": "file:app/community-admin", "requires": { - "@community/core": "0.0.1", "@material-ui/core": "^4.11.0", "clsx": "^1.1.1", "next": "^9.5.0", @@ -1412,7 +1411,6 @@ "@community/frontend": { "version": "file:app/community-frontend", "requires": { - "@community/core": "0.0.1", "@material-ui/core": "^4.11.0", "@material-ui/icons": "^4.9.1", "clsx": "^1.1.1", @@ -9882,9 +9880,9 @@ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" }, "ini": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz", - "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==", + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", "dev": true }, "init-package-json": {