From b656a9325bfe398ea349f51438d60a8d5819b0a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Dec 2020 02:57:21 +0000 Subject: [PATCH] Bump ini in /newsletter_with_frontend/static/newsletter_with_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] --- .../static/newsletter_with_frontend/package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/newsletter_with_frontend/static/newsletter_with_frontend/package-lock.json b/newsletter_with_frontend/static/newsletter_with_frontend/package-lock.json index a1974ea..089f312 100644 --- a/newsletter_with_frontend/static/newsletter_with_frontend/package-lock.json +++ b/newsletter_with_frontend/static/newsletter_with_frontend/package-lock.json @@ -1,6 +1,6 @@ { "name": "@kademi/keditor", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -3888,9 +3888,9 @@ "dev": true }, "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 }, "interpret": {