From d597bf63629fc11b32d09d04e9d93f16513c9157 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Jan 2021 13:50:56 +0000 Subject: [PATCH] Bump ini from 1.3.8 to 2.0.0 Bumps [ini](https://github.com/isaacs/ini) from 1.3.8 to 2.0.0. - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](https://github.com/isaacs/ini/compare/v1.3.8...v2.0.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 43e450a..745cb96 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,6 @@ }, "homepage": "https://github.com/thesebas/webpack-ini-loader#readme", "dependencies": { - "ini": "^1.3.4" + "ini": "^2.0.0" } }