Skip to content

Commit

Permalink
Merge pull request #90 from StackStorm/update_dependencies
Browse files Browse the repository at this point in the history
Update prod dependency lodash
  • Loading branch information
amanda11 authored May 11, 2021
2 parents 3ee5917 + 909064c commit 493a9b6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

1.2.6 - May 11, 2021
------------------------

Updated
~~~~~~~
* Update ``lodash`` dependency to 4.17.21 (improvement) #90

1.2.5 - January 21, 2021
------------------------

Expand Down Expand Up @@ -36,4 +43,4 @@ Fixed
* gulp-mocha-phantomjs: 0.8.1 => 0.12.2
* mocha: 2.0.1 => 7.1.1
* vinyl-buffer: 1.0.0 => 1.0.1
* vinyl-source-stream: 1.0.0 => 2.0.0
* vinyl-source-stream: 1.0.0 => 2.0.0
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "st2client",
"version": "1.2.5",
"version": "1.2.6",
"description": "StackStorm ST2 API library",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"axios": "^0.21.1",
"eventsource": "^0.1.4",
"lodash": "^4.17.15",
"lodash": "^4.17.21",
"object.assign": "^1.0.1"
},
"devDependencies": {
Expand Down

0 comments on commit 493a9b6

Please sign in to comment.