From 289806bb1da40424b669f071ba7605a45c96270d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rouven=20We=C3=9Fling?= Date: Tue, 20 Feb 2018 15:26:55 -0800 Subject: [PATCH 1/2] chore: Update dependencies that were effectivly downgraded in f0f200ba85 --- package.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index b6344b521..cde2398ea 100644 --- a/package.json +++ b/package.json @@ -42,29 +42,29 @@ ] }, "dependencies": { - "async": "2.3.0", + "async": "2.6.0", "caseless": "0.12.0", - "chai": "4.0.2", + "chai": "4.1.2", "clone": "2.1.1", "coffeescript": "1.12.7", - "cross-spawn": "5.0.1", + "cross-spawn": "5.1.0", "dredd-transactions": "6.0.1", "file": "0.2.2", "fs-extra": "5.0.0", "gavel": "1.1.1", - "glob": "7.0.5", + "glob": "7.1.2", "html": "1.0.0", "htmlencode": "0.0.4", "inquirer": "3.3.0", - "js-yaml": "3.8.3", - "markdown-it": "8.3.1", + "js-yaml": "3.10.0", + "markdown-it": "8.4.1", "optimist": "0.6.1", "pitboss-ng": "0.3.3", - "proxyquire": "1.7.10", + "proxyquire": "1.8.0", "request": "2.83.0", "spawn-args": "0.2.0", - "uuid": "3.0.0", - "which": "1.2.14", + "uuid": "3.2.1", + "which": "1.3.0", "winston": "2.2.0" }, "devDependencies": { From fe272fb10e725ebdb2c723fa01e7d8aae2d5cbd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rouven=20We=C3=9Fling?= Date: Tue, 20 Feb 2018 15:36:51 -0800 Subject: [PATCH 2/2] chore: Remove coffee-coverage It's not used anymore. --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index cde2398ea..1ecb96a79 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,6 @@ "babel-core": "6.26.0", "babel-preset-env": "1.6.1", "body-parser": "1.17.1", - "coffee-coverage": "2.0.1", "conventional-changelog-lint": "1.1.9", "coveralls": "2.13.0", "cz-conventional-changelog": "2.0.0",