From 820c9b827b3ec1c51e454b0ce7ea6f2427f3b6da Mon Sep 17 00:00:00 2001 From: Patrik Henningsson Date: Tue, 22 Jun 2021 21:17:33 +0200 Subject: [PATCH] Update deps --- package.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index c55b65f1..149f50fc 100644 --- a/package.json +++ b/package.json @@ -43,33 +43,33 @@ "url": "https://www.paypal.me/pahen" }, "dependencies": { - "chalk": "^4.1.0", - "commander": "^6.2.1", + "chalk": "^4.1.1", + "commander": "^7.2.0", "commondir": "^1.0.1", - "debug": "^4.0.1", - "dependency-tree": "^8.0.0", - "detective-amd": "^3.0.1", + "debug": "^4.3.1", + "dependency-tree": "^8.1.1", + "detective-amd": "^3.1.0", "detective-cjs": "^3.1.1", - "detective-es6": "^2.1.0", + "detective-es6": "^2.2.0", "detective-less": "^1.0.2", - "detective-postcss": "^4.0.0", + "detective-postcss": "^5.0.0", "detective-sass": "^3.0.1", "detective-scss": "^2.0.1", "detective-stylus": "^1.0.0", "detective-typescript": "^7.0.0", "graphviz": "0.0.9", - "ora": "^5.1.0", + "ora": "^5.4.1", "pluralize": "^8.0.0", - "precinct": "^7.0.0", - "pretty-ms": "^7.0.0", + "precinct": "^8.1.0", + "pretty-ms": "^7.0.1", "rc": "^1.2.7", "typescript": "^3.9.5", "walkdir": "^0.4.1" }, "devDependencies": { "@aptoma/eslint-config": "^7.0.1", - "eslint": "^6.8.0", - "mocha": "^8.0.1", + "eslint": "^7.29.0", + "mocha": "^9.0.1", "mz": "^2.7.0", "should": "^13.2.3" }