From 1a54c773c065c13c323b1254e106e7e0322078fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2020 17:45:46 +0000 Subject: [PATCH] Bump minimist from 1.1.3 to 1.2.5 in /duk-sys/duktape/debugger Bumps [minimist](https://github.com/substack/minimist) from 1.1.3 to 1.2.5. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.1.3...1.2.5) Signed-off-by: dependabot[bot] --- duk-sys/duktape/debugger/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/duk-sys/duktape/debugger/package.json b/duk-sys/duktape/debugger/package.json index 870cf65..40fad19 100644 --- a/duk-sys/duktape/debugger/package.json +++ b/duk-sys/duktape/debugger/package.json @@ -13,7 +13,7 @@ "events": "~1.0.2", "express": "~4.10.1", "http": "0.0.0", - "minimist": "~1.1.0", + "minimist": "~1.2.5", "readline": "0.0.5", "recursive-readdir-sync": "^1.0.6", "socket.io": "~1.2.1",