Skip to content

Commit

Permalink
Upgrade superagent dependency to resolve security vulnerability.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpduane committed Dec 14, 2018
1 parent 95b3930 commit 27f300d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "confluence-api",
"version": "1.3.0",
"version": "1.4.0",
"description": "Confluence API wrapper for NodeJS",
"main": "./lib/confluence.js",
"scripts": {
Expand Down Expand Up @@ -51,6 +51,10 @@
{
"name": "Richard Hurt",
"url": "https://github.com/rnhurt"
},
{
"name": "Ben Limmer",
"url": "https://github.com/blimmer"
}
],
"license": "MIT",
Expand All @@ -64,6 +68,6 @@
"mocha": "*"
},
"dependencies": {
"superagent": "^1.2.0"
"superagent": "^3.8.3"
}
}

0 comments on commit 27f300d

Please sign in to comment.