From cf9440b7160c95260212f4fe67c3c3a9d29f4e8e Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 14 Oct 2020 22:06:27 -0700 Subject: [PATCH] chore(deps): update `cliui`, `escalade`, `y18n`, `yargs-parser` (#1783) See https://github.com/yargs/yargs/pull/1776, https://github.com/yargs/yargs-parser/pull/333, https://github.com/yargs/cliui/pull/91, https://github.com/lukeed/escalade/pull/6 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3e2b83601..a9ff8aaa8 100644 --- a/package.json +++ b/package.json @@ -43,13 +43,13 @@ "!*.d.ts" ], "dependencies": { - "cliui": "^7.0.0", - "escalade": "^3.0.2", + "cliui": "^7.0.2", + "escalade": "^3.1.1", "get-caller-file": "^2.0.5", "require-directory": "^2.1.1", "string-width": "^4.2.0", - "y18n": "^5.0.1", - "yargs-parser": "^20.2.0" + "y18n": "^5.0.2", + "yargs-parser": "^20.2.2" }, "devDependencies": { "@types/chai": "^4.2.11", @@ -75,7 +75,7 @@ "yargs-test-extends": "^1.0.1" }, "scripts": { - "fix": "gts fix && npm run fix:js", + "fix": "gts fix && npm run fix:js", "fix:js": "standardx --fix '**/*.mjs' && standardx --fix '**/*.cjs' && standardx --fix './*.mjs' && standardx --fix './*.cjs'", "posttest": "npm run check", "test": "c8 mocha ./test/*.cjs --require ./test/before.cjs --timeout=12000 --check-leaks",