From c81997e1ba2a254660fc9707d7b666653602f840 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 1 Nov 2015 01:37:53 -0800 Subject: [PATCH] Update devDependencies. --- npm-shrinkwrap.json | 54 ++++++++++++++++++++++----------------------- package.json | 2 +- 2 files changed, 28 insertions(+), 28 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 6d6a58b4d..4f6eb0f27 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,7 +1,7 @@ { "name": "4chan-X", "npm-shrinkwrap-version": "5.4.1", - "node-version": "v4.1.1", + "node-version": "v4.2.1", "dependencies": { "crx": { "version": "3.0.3", @@ -450,12 +450,12 @@ } }, "grunt-concurrent": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/grunt-concurrent/-/grunt-concurrent-2.0.3.tgz", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/grunt-concurrent/-/grunt-concurrent-2.0.4.tgz", "dependencies": { "async": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/async/-/async-1.4.2.tgz" + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/async/-/async-1.5.0.tgz" }, "indent-string": { "version": "2.1.0", @@ -480,12 +480,12 @@ } }, "pad-stream": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/pad-stream/-/pad-stream-1.1.0.tgz", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/pad-stream/-/pad-stream-1.2.0.tgz", "dependencies": { "meow": { - "version": "3.4.2", - "resolved": "https://registry.npmjs.org/meow/-/meow-3.4.2.tgz", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/meow/-/meow-3.5.0.tgz", "dependencies": { "camelcase-keys": { "version": "1.0.0", @@ -536,12 +536,12 @@ "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.1.tgz", "dependencies": { "spdx-correct": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-1.0.1.tgz", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-1.0.2.tgz", "dependencies": { "spdx-license-ids": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.0.2.tgz" + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.1.0.tgz" } } }, @@ -554,8 +554,8 @@ "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-1.0.3.tgz" }, "spdx-license-ids": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.0.2.tgz" + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.1.0.tgz" } } } @@ -614,8 +614,8 @@ } }, "pify": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-2.2.0.tgz" + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz" }, "pinkie-promise": { "version": "1.0.0", @@ -648,8 +648,8 @@ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.2.tgz" }, "pify": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-2.2.0.tgz" + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz" }, "pinkie-promise": { "version": "1.0.0", @@ -714,8 +714,8 @@ } }, "readable-stream": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.2.tgz", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.4.tgz", "dependencies": { "core-util-is": { "version": "1.0.1", @@ -746,8 +746,8 @@ } }, "pump": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/pump/-/pump-1.0.0.tgz", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/pump/-/pump-1.0.1.tgz", "dependencies": { "end-of-stream": { "version": "1.1.0", @@ -768,8 +768,8 @@ } }, "repeating": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/repeating/-/repeating-1.1.3.tgz", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.0.tgz", "dependencies": { "is-finite": { "version": "1.0.1", @@ -792,8 +792,8 @@ "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.0.tgz", "dependencies": { "readable-stream": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.2.tgz", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.4.tgz", "dependencies": { "core-util-is": { "version": "1.0.1", diff --git a/package.json b/package.json index 13c3b760e..53f908e55 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "crx": "^3.0.3", "font-awesome": "^4.4.0", "grunt": "^0.4.5", - "grunt-concurrent": "^2.0.3", + "grunt-concurrent": "^2.0.4", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-coffee": "^0.13.0", "grunt-contrib-concat": "^0.5.1",