From 1c3caf14bf5efc2e2a968ba914174f62f243e0ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Dec 2020 11:06:10 +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 5be0a41..8da9e13 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "inflection": "^1.12.0", "inflight": "^1.0.6", "inherits": "^2.0.4", - "ini": "^1.3.5", + "ini": "^1.3.6", "ipaddr.js": "^1.9.1", "is-binary-path": "^2.1.0", "is-bluebird": "^1.0.2", diff --git a/yarn.lock b/yarn.lock index 9659b82..41a9925 100644 --- a/yarn.lock +++ b/yarn.lock @@ -799,10 +799,10 @@ inherits@2.0.3: resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4= -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.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== ip-address@^5.8.9: version "5.9.4"