From f53a73293c269ac0cb31565a037100468bf179cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Dec 2020 20:36:18 +0000 Subject: [PATCH] Bump ini from 1.3.5 to 1.3.6 in /lambda/commit-handler 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] --- lambda/commit-handler/package-lock.json | 6 +++--- lambda/commit-handler/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lambda/commit-handler/package-lock.json b/lambda/commit-handler/package-lock.json index 0e580f9..e6a54dc 100644 --- a/lambda/commit-handler/package-lock.json +++ b/lambda/commit-handler/package-lock.json @@ -511,9 +511,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.6", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.6.tgz", + "integrity": "sha512-IZUoxEjNjubzrmvzZU4lKP7OnYmX72XRl3sqkfJhBKweKi5rnGi5+IUdlj/H1M+Ip5JQ1WzaDMOBRY90Ajc5jg==" }, "inquirer": { "version": "7.0.0", diff --git a/lambda/commit-handler/package.json b/lambda/commit-handler/package.json index adc4326..c9a6472 100644 --- a/lambda/commit-handler/package.json +++ b/lambda/commit-handler/package.json @@ -14,7 +14,7 @@ "test": "eslint ." }, "dependencies": { - "ini": "^1.3.5", + "ini": "^1.3.6", "micromatch": "^4.0.2" } }