Skip to content

Commit ddb3af9

Browse files
author
Jameson Lopp
committed
bump express to patch vulnerabilities reported on snyk
Summary: fix some DoS vulnerabilities in the old Express version Reviewers: arik, benchan, alex Reviewed By: alex Subscribers: ben Differential Revision: https://phabricator.bitgo.com/D5637
1 parent 4c1bd0f commit ddb3af9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bitgo",
3-
"version": "3.3.2",
3+
"version": "3.3.3",
44
"description": "BitGo Javascript SDK",
55
"main": "./src/index.js",
66
"keywords": [
@@ -74,7 +74,7 @@
7474
"create-hmac": "~1.1.4",
7575
"ecurve": "~1.0.2",
7676
"eol": "0.5.0",
77-
"express": "~4.11.1",
77+
"express": "~4.15.3",
7878
"http-proxy": "1.11.1",
7979
"lodash": "4.13.1",
8080
"minimist": "0.2.0",

0 commit comments

Comments
 (0)