Skip to content

Commit 48eccfd

Browse files
authored
Merge pull request #215 from StackStorm/update-lodash-and-st2client.js
Update to st2client 1.2.5 and lodash 4.17.20
2 parents ac4c9d6 + 709f420 commit 48eccfd

File tree

3 files changed

+26
-39
lines changed

3 files changed

+26
-39
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Changelog
44
in development
55
--------------
66

7+
0.11.2
8+
------
9+
10+
* Update ``lodash`` and ``st2client`` dependencies (improvement) #215
11+
712
0.11.1
813
------
914

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
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.1",
4+
"version": "0.11.2",
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.11",
27+
"lodash": "^4.17.20",
2828
"rsvp": "^4.8.4",
29-
"st2client": "^1.2.3",
29+
"st2client": "^1.2.5",
3030
"truncate": "^2.0.1",
3131
"uuid": "^3.0.0"
3232
},

0 commit comments

Comments
 (0)