From 80389dfe493f52355afbd005f4bcd62cf23c1b5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Dec 2020 21:16:06 +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 e619953..067021b 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "errorhandler": "^1.5.1", "express": "^4.17.1", "fstream": "^1.0.12", - "ini": "^1.3.5", + "ini": "^1.3.6", "json-over-tcp": "^0.3.2", "jwt-simple": "^0.5.6", "koa": "^2.13.0", diff --git a/yarn.lock b/yarn.lock index cf085c2..cd33f94 100644 --- a/yarn.lock +++ b/yarn.lock @@ -557,10 +557,10 @@ inherits@2.0.3: resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4= -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.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== ipaddr.js@1.9.1: version "1.9.1"