Skip to content

Commit 5a348e0

Browse files
committed
Partially address ticket bower#2336
The commit bump the direct dependency request to version 2.74.0 In order for the fix to be complete the node-request-reply will have to be updated as well as soon that IndigoUnited/node-request-replay#7 will be merged and a new package will be released.
1 parent d405917 commit 5a348e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"p-throttler": "0.1.1",
5050
"promptly": "0.2.0",
5151
"q": "^1.1.2",
52-
"request": "2.67.0",
52+
"request": "2.74.0",
5353
"request-progress": "0.3.1",
5454
"requireg": "^0.1.5",
5555
"resolve": "^1.1.7",

packages/bower-registry-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"async": "^0.2.8",
1414
"graceful-fs": "^4.0.0",
1515
"lru-cache": "^2.3.0",
16-
"request": "^2.51.0",
16+
"request": "^2.74.0",
1717
"request-replay": "^0.2.0",
1818
"rimraf": "^2.2.0",
1919
"mkdirp": "^0.3.5"

0 commit comments

Comments
 (0)