Skip to content

Commit b0a98f3

Browse files
authored
Merge pull request #794 from StackStorm/security-depends
Security Updates
2 parents 07582a5 + 920b2ee commit b0a98f3

File tree

2 files changed

+507
-98
lines changed

2 files changed

+507
-98
lines changed

package.json

+18-6
Original file line numberDiff line numberDiff line change
@@ -64,25 +64,37 @@
6464
"@stackstorm/module-api": "^2.4.3",
6565
"@stackstorm/module-router": "^2.4.3",
6666
"@stackstorm/module-store": "^2.4.3",
67-
"moment": "2.24.0",
68-
"urijs": "1.19.1",
67+
"acorn": "^6.4.1",
68+
"elliptic": "^6.5.3",
69+
"js-yaml": "^3.13.1",
70+
"kind-of": "^6.0.3",
6971
"lodash": "4.17.19",
72+
"lodash.template": "^4.5.0",
73+
"minimatch": "^3.0.2",
74+
"mixin-deep": "^1.3.2",
75+
"moment": "2.24.0",
76+
"node-uuid": "^1.4.4",
77+
"open": "^6.0.0",
78+
"qs": "^6.0.4",
7079
"react": "16.8.6",
7180
"react-dom": "16.8.6",
7281
"react-redux": "7.0.2",
73-
"redux": "^4.0.1"
82+
"redux": "^4.0.1",
83+
"set-value": "^2.0.1",
84+
"urijs": "1.19.1",
85+
"websocket-extensions": "^0.1.4"
7486
},
7587
"devDependencies": {
7688
"@stackstorm/module-test-utils": "^2.4.3",
7789
"@stackstorm/st2-build": "^2.4.3",
7890
"babel-eslint": "10.0.1",
79-
"insert-css": "2.0.0",
80-
"ignore-styles": "5.0.1",
8191
"chai": "4.2.0",
82-
"eslint": "5.16.0",
92+
"eslint": "^6.2.1",
8393
"eslint-plugin-notice": "0.7.8",
8494
"eslint-plugin-react": "7.12.4",
8595
"gulp": "4.0.1",
96+
"ignore-styles": "5.0.1",
97+
"insert-css": "2.0.0",
8698
"zombie": "5.0.8"
8799
}
88100
}

0 commit comments

Comments
 (0)