chore(package.json): update run-sequence to v1.1.0

v1.1.0 includes a patch to prevent manipulating arguments passed as arrays
This commit is contained in:
Caitlin Potter 2015-05-13 11:29:30 -04:00
parent 23cec1e8e2
commit fadabf79e3
3 changed files with 14 additions and 14 deletions

View File

@ -8182,7 +8182,7 @@
"version": "0.1.0"
},
"run-sequence": {
"version": "0.3.7",
"version": "1.1.0",
"dependencies": {
"chalk": {
"version": "1.0.0",

24
npm-shrinkwrap.json generated
View File

@ -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"
}
}

View File

@ -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",