Skip to content

Commit 27f300d

Browse files
committed
Upgrade superagent dependency to resolve security vulnerability.
1 parent 95b3930 commit 27f300d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "confluence-api",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "Confluence API wrapper for NodeJS",
55
"main": "./lib/confluence.js",
66
"scripts": {
@@ -51,6 +51,10 @@
5151
{
5252
"name": "Richard Hurt",
5353
"url": "https://github.com/rnhurt"
54+
},
55+
{
56+
"name": "Ben Limmer",
57+
"url": "https://github.com/blimmer"
5458
}
5559
],
5660
"license": "MIT",
@@ -64,6 +68,6 @@
6468
"mocha": "*"
6569
},
6670
"dependencies": {
67-
"superagent": "^1.2.0"
71+
"superagent": "^3.8.3"
6872
}
6973
}

0 commit comments

Comments
 (0)