From 862ed783e7de03d2102d2f34d9800790beb93b79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Dec 2020 03:31:27 +0000 Subject: [PATCH] Bump ini from 1.3.5 to 1.3.8 in /community-frontend Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8) Signed-off-by: dependabot[bot] --- community-frontend/package-lock.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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": {