From a683cb30b23897934d112da3d24692ce62221d0b Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 22 Feb 2015 09:09:06 -0800 Subject: [PATCH] Update grunt-contrib-copy. --- npm-shrinkwrap.json | 12 ++++++++---- package.json | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 3b4b5287d..71439f618 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -536,8 +536,8 @@ } }, "grunt-contrib-copy": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/grunt-contrib-copy/-/grunt-contrib-copy-0.7.0.tgz", + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/grunt-contrib-copy/-/grunt-contrib-copy-0.8.0.tgz", "dependencies": { "chalk": { "version": "0.5.1", @@ -548,8 +548,8 @@ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-1.1.0.tgz" }, "escape-string-regexp": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.2.tgz" + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.3.tgz" }, "has-ansi": { "version": "0.1.0", @@ -576,6 +576,10 @@ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-0.2.0.tgz" } } + }, + "file-sync-cmp": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/file-sync-cmp/-/file-sync-cmp-0.1.1.tgz" } } }, diff --git a/package.json b/package.json index 8c4728b85..c5be4ceab 100755 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "grunt-contrib-coffee": "^0.12.0", "grunt-contrib-compress": "^0.13.0", "grunt-contrib-concat": "^0.5.1", - "grunt-contrib-copy": "^0.7.0", + "grunt-contrib-copy": "^0.8.0", "grunt-contrib-jshint": "^0.11.0", "grunt-contrib-watch": "^0.6.1", "grunt-crx": "^0.3.4",