From 8f1b61d9b1823886d822cc68d7e187baf8266d8e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Mon, 27 May 2019 10:03:32 +0000 Subject: [PATCH] Update ini requirement from 1.3.4 to 1.3.5 Updates the requirements on [ini](https://github.com/isaacs/ini) to permit the latest version. - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](https://github.com/isaacs/ini/compare/v1.3.4...v1.3.5) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 85c20f2..a0eca01 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "body-parser": "1.15.2", "docopt": "0.6.2", "express": "4.14.0", - "ini": "1.3.4", + "ini": "1.3.5", "inquirer": "1.1.2", "multer": "1.1.0", "sha512": "0.0.1"