Skip to content

Commit

Permalink
Upgrading superagent and lodash to latest versions. (#21)
Browse files Browse the repository at this point in the history
* Upgrading superagent and lodash to latest versions.

Fixes a couple of vulnerabilies in older versions.

* Downgrading to superagent 3.8.3 to match webtask installed version
  • Loading branch information
tandrup authored and fyockm committed Mar 1, 2019
1 parent 75b74be commit 284be08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"dependencies": {
"auth0-extension-tools": "^1.2.1",
"bluebird": "3.4.6",
"lodash": "4.8.2",
"superagent": "1.2.0"
"lodash": "4.17.11",
"superagent": "3.8.3"
},
"devDependencies": {
"autochecker": "^0.9.2",
Expand Down

0 comments on commit 284be08

Please sign in to comment.