From 838df76684129ab7883225217d9d8e3339db360a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=96=9B=E5=AE=9A=E8=B0=94=E7=9A=84=E7=8C=AB?= Date: Thu, 14 Sep 2017 20:12:34 -0500 Subject: [PATCH] Chore: upgrade deps. (#9289) --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 898ce38adf4..0fed8f35fd7 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "chalk": "^2.1.0", "concat-stream": "^1.6.0", "cross-spawn": "^5.1.0", - "debug": "^2.6.8", + "debug": "^3.0.1", "doctrine": "^2.0.0", "eslint-scope": "^3.7.1", "espree": "^3.5.0", @@ -64,7 +64,7 @@ "natural-compare": "^1.4.0", "optionator": "^0.8.2", "path-is-inside": "^1.0.2", - "pluralize": "^4.0.0", + "pluralize": "^7.0.0", "progress": "^2.0.0", "require-uncached": "^1.0.3", "semver": "^5.3.0", @@ -89,7 +89,7 @@ "eslint-plugin-node": "^5.1.0", "eslint-release": "^0.10.1", "eslump": "1.6.0", - "esprima": "^3.1.3", + "esprima": "^4.0.0", "esprima-fb": "^15001.1001.0-dev-harmony-fb", "istanbul": "^0.4.5", "jsdoc": "^3.4.3", @@ -100,7 +100,7 @@ "karma-phantomjs-launcher": "^1.0.4", "leche": "^2.1.2", "load-perf": "^0.2.0", - "markdownlint": "^0.5.0", + "markdownlint": "^0.6.1", "mocha": "^3.4.2", "mock-fs": "^4.3.0", "npm-license": "^0.3.3", @@ -108,7 +108,7 @@ "proxyquire": "^1.8.0", "shelljs": "^0.7.7", "shelljs-nodecli": "~0.1.1", - "sinon": "^2.3.2", + "sinon": "^3.2.1", "temp": "^0.8.3", "through": "^2.3.8" },