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" } }