Skip to content

Commit 493a9b6

Browse files
authored
Merge pull request #90 from StackStorm/update_dependencies
Update prod dependency lodash
2 parents 3ee5917 + 909064c commit 493a9b6

File tree

3 files changed

+17
-10
lines changed

3 files changed

+17
-10
lines changed

CHANGELOG.rst

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
1.2.6 - May 11, 2021
5+
------------------------
6+
7+
Updated
8+
~~~~~~~
9+
* Update ``lodash`` dependency to 4.17.21 (improvement) #90
10+
411
1.2.5 - January 21, 2021
512
------------------------
613

@@ -36,4 +43,4 @@ Fixed
3643
* gulp-mocha-phantomjs: 0.8.1 => 0.12.2
3744
* mocha: 2.0.1 => 7.1.1
3845
* vinyl-buffer: 1.0.0 => 1.0.1
39-
* vinyl-source-stream: 1.0.0 => 2.0.0
46+
* vinyl-source-stream: 1.0.0 => 2.0.0

package-lock.json

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

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "st2client",
3-
"version": "1.2.5",
3+
"version": "1.2.6",
44
"description": "StackStorm ST2 API library",
55
"main": "index.js",
66
"scripts": {
@@ -38,7 +38,7 @@
3838
"dependencies": {
3939
"axios": "^0.21.1",
4040
"eventsource": "^0.1.4",
41-
"lodash": "^4.17.15",
41+
"lodash": "^4.17.21",
4242
"object.assign": "^1.0.1"
4343
},
4444
"devDependencies": {

0 commit comments

Comments
 (0)