Skip to content

Commit fadabf7

Browse files
committed
chore(package.json): update run-sequence to v1.1.0
v1.1.0 includes a patch to prevent manipulating arguments passed as arrays
1 parent 23cec1e commit fadabf7

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

npm-shrinkwrap.clean.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8182,7 +8182,7 @@
81828182
"version": "0.1.0"
81838183
},
81848184
"run-sequence": {
8185-
"version": "0.3.7",
8185+
"version": "1.1.0",
81868186
"dependencies": {
81878187
"chalk": {
81888188
"version": "1.0.0",

npm-shrinkwrap.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"protractor": "2.0.0",
100100
"q": "^1.0.1",
101101
"react": "^0.13.2",
102-
"run-sequence": "^0.3.6",
102+
"run-sequence": "^1.1.0",
103103
"semver": "^4.3.4",
104104
"sorted-object": "^1.0.0",
105105
"source-map": "^0.3.0",

0 commit comments

Comments
 (0)