Skip to content

Commit 562c570

Browse files
authored
Merge pull request #219 from StackStorm/update_dependencies
Update dependencies
2 parents b104793 + c8ff139 commit 562c570

File tree

3 files changed

+18
-17
lines changed

3 files changed

+18
-17
lines changed

CHANGELOG.rst

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Changelog
33

44
in development
55
--------------
6+
* Update ``lodash`` and ``st2client`` dependencies (improvement)
67

78
0.11.2
89
------

package-lock.json

+14-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hubot-stackstorm",
33
"description": "A hubot plugin for integrating with StackStorm event-driven infrastructure automation platform.",
4-
"version": "0.11.2",
4+
"version": "0.11.3",
55
"author": "StackStorm, Inc. <[email protected]>",
66
"license": "Apache-2.0",
77
"keywords": [
@@ -24,9 +24,9 @@
2424
"cli-table": "<=1.0.0",
2525
"coffee-register": "1.0.0",
2626
"coffee-script": "1.12.7",
27-
"lodash": "^4.17.20",
27+
"lodash": "^4.17.21",
2828
"rsvp": "^4.8.4",
29-
"st2client": "^1.2.5",
29+
"st2client": "^1.2.6",
3030
"truncate": "^2.0.1",
3131
"uuid": "^3.0.0"
3232
},

0 commit comments

Comments
 (0)