From a4dbc66ff1daac89981ce56ee0ffc3c0abf93126 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Dec 2020 19:43:25 +0000 Subject: [PATCH] Bump ini from 1.3.5 to 1.3.6 Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.6. - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.6) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c06da89..91494b8 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "d3": "^5.16.0", "electron-store": "^6.0.1", "freedesktop-icons": "^1.0.0", - "ini": "^1.3.5", + "ini": "^1.3.6", "mathjs": "^7.0.1", "pixi.js": "^5.2.4", "r-dom": "^2.4.0", diff --git a/yarn.lock b/yarn.lock index 60eb93f..fae3a52 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4615,10 +4615,10 @@ inherits@2.0.4, inherits@^2.0.4, inherits@~2.0.1: resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== -ini@^1.3.4, ini@^1.3.5, ini@~1.3.0: - version "1.3.5" - resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927" - integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw== +ini@^1.3.4, ini@^1.3.5, ini@^1.3.6, ini@~1.3.0: + version "1.3.6" + resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.6.tgz#f1c46a2a93a253e7b3905115e74d527cd23061a1" + integrity sha512-IZUoxEjNjubzrmvzZU4lKP7OnYmX72XRl3sqkfJhBKweKi5rnGi5+IUdlj/H1M+Ip5JQ1WzaDMOBRY90Ajc5jg== inquirer@5.2.0: version "5.2.0"