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",