From 4b6937c468929f5f76531cae8746f0cc4bc2209d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Dec 2020 23:02:09 +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-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index b8542e2..c7f2fda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2893,9 +2893,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.2.0", diff --git a/package.json b/package.json index 39517e8..f3c1109 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "homepage": "https://github.com/eKulshan/frontend-project-lvl2#readme", "dependencies": { "commander": "^5.1.0", - "ini": "^1.3.5", + "ini": "^1.3.6", "js-yaml": "^3.14.0", "lodash": "^4.17.19" },