From: Chris Rebert Date: Thu, 23 Apr 2015 19:14:00 +0000 (-0700) Subject: update shrinkwrap X-Git-Tag: v3.3.5~100^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F16344%2Fhead;p=thirdparty%2Fbootstrap.git update shrinkwrap [skip sauce] [skip validator] --- diff --git a/test-infra/npm-shrinkwrap.json b/test-infra/npm-shrinkwrap.json index 0c304399da..d84e363930 100644 --- a/test-infra/npm-shrinkwrap.json +++ b/test-infra/npm-shrinkwrap.json @@ -3879,12 +3879,17 @@ } }, "grunt-sed": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/grunt-sed/-/grunt-sed-0.1.1.tgz", + "version": "0.2.0", + "from": "grunt-sed@git://github.com/twbs/grunt-sed.git#8dd1aea67ad1bab8a6719f0cf209bef719c66ad7", + "resolved": "git://github.com/twbs/grunt-sed.git#8dd1aea67ad1bab8a6719f0cf209bef719c66ad7", "dependencies": { + "lodash": { + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.7.0.tgz" + }, "replace": { - "version": "0.2.10", - "resolved": "https://registry.npmjs.org/replace/-/replace-0.2.10.tgz", + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/replace/-/replace-0.3.0.tgz", "dependencies": { "colors": { "version": "0.5.1",