From 6c52bdcd84a40b59a2c2f156c852edc0a52eaa89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ben=20Z=C3=B6rb?= Date: Wed, 20 Nov 2019 23:34:15 +0100 Subject: [PATCH] fix: bump yargs --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 66b9d46..1bf381c 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "resolve": "1.1.7", "send": "0.16.2", "tunnel": "0.0.3", - "yargs": "12.0.1" + "yargs": "^15.0.2" }, "devDependencies": { "jshint": "2.9.6", @@ -40,5 +40,8 @@ "test-ci": "npm run lint && npm run test-unit && npm run test-behaviour && TEST_MODE=all tests/external-tests.js", "test": "npm run lint && npm run test-unit && npm run test-behaviour && TEST_MODE=required tests/external-tests.js", "update-util": "webpack" + }, + "engine": { + "node": ">=8" } }