Skip to content

Commit 4633d4c

Browse files
committedFeb 14, 2019
fix: breaking change in tough-cookie v3
1 parent 14aa6ee commit 4633d4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
},
3535
"dependencies": {
3636
"request-promise-core": "1.1.1",
37-
"stealthy-require": "^1.1.0",
38-
"tough-cookie": ">=2.3.3"
37+
"stealthy-require": "^1.1.1",
38+
"tough-cookie": "~2.3.3"
Has conversations. Original line has conversations.
3939
},
4040
"peerDependencies": {
4141
"request": "^2.34"

0 commit comments

Comments
 (0)
Please sign in to comment.