From fadabf79e3f64efd556993b6047596f5d4ac820a Mon Sep 17 00:00:00 2001 From: Caitlin Potter Date: Wed, 13 May 2015 11:29:30 -0400 Subject: [PATCH] chore(package.json): update run-sequence to v1.1.0 v1.1.0 includes a patch to prevent manipulating arguments passed as arrays --- npm-shrinkwrap.clean.json | 2 +- npm-shrinkwrap.json | 24 ++++++++++++------------ package.json | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/npm-shrinkwrap.clean.json b/npm-shrinkwrap.clean.json index c8089519b7..d74d1101d5 100644 --- a/npm-shrinkwrap.clean.json +++ b/npm-shrinkwrap.clean.json @@ -8182,7 +8182,7 @@ "version": "0.1.0" }, "run-sequence": { - "version": "0.3.7", + "version": "1.1.0", "dependencies": { "chalk": { "version": "1.0.0", diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 64503f1b77..745ef0b5f9 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -12637,57 +12637,57 @@ "resolved": "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.1.0.tgz" }, "run-sequence": { - "version": "0.3.7", - "from": "https://registry.npmjs.org/run-sequence/-/run-sequence-0.3.7.tgz", - "resolved": "https://registry.npmjs.org/run-sequence/-/run-sequence-0.3.7.tgz", + "version": "1.1.0", + "from": "run-sequence@1.1.0", + "resolved": "https://registry.npmjs.org/run-sequence/-/run-sequence-1.1.0.tgz", "dependencies": { "chalk": { "version": "1.0.0", - "from": "https://registry.npmjs.org/chalk/-/chalk-1.0.0.tgz", + "from": "chalk@*", "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.0.0.tgz", "dependencies": { "ansi-styles": { "version": "2.0.1", - "from": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.0.1.tgz", + "from": "ansi-styles@>=2.0.1 <3.0.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.0.1.tgz" }, "escape-string-regexp": { "version": "1.0.3", - "from": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.3.tgz", + "from": "escape-string-regexp@>=1.0.2 <2.0.0", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.3.tgz" }, "has-ansi": { "version": "1.0.3", - "from": "https://registry.npmjs.org/has-ansi/-/has-ansi-1.0.3.tgz", + "from": "has-ansi@>=1.0.3 <2.0.0", "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-1.0.3.tgz", "dependencies": { "ansi-regex": { "version": "1.1.1", - "from": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-1.1.1.tgz", + "from": "ansi-regex@>=1.1.0 <2.0.0", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-1.1.1.tgz" }, "get-stdin": { "version": "4.0.1", - "from": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz", + "from": "get-stdin@>=4.0.1 <5.0.0", "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz" } } }, "strip-ansi": { "version": "2.0.1", - "from": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-2.0.1.tgz", + "from": "strip-ansi@>=2.0.1 <3.0.0", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-2.0.1.tgz", "dependencies": { "ansi-regex": { "version": "1.1.1", - "from": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-1.1.1.tgz", + "from": "ansi-regex@>=1.1.0 <2.0.0", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-1.1.1.tgz" } } }, "supports-color": { "version": "1.3.1", - "from": "https://registry.npmjs.org/supports-color/-/supports-color-1.3.1.tgz", + "from": "supports-color@>=1.3.0 <2.0.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-1.3.1.tgz" } } diff --git a/package.json b/package.json index a19390e3a4..e61ea56e2e 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "protractor": "2.0.0", "q": "^1.0.1", "react": "^0.13.2", - "run-sequence": "^0.3.6", + "run-sequence": "^1.1.0", "semver": "^4.3.4", "sorted-object": "^1.0.0", "source-map": "^0.3.0",