Skip to content

Commit

Permalink
Use tough-cookie 2.3.3 to avoid ReDoS
Browse files Browse the repository at this point in the history
  • Loading branch information
josephfrazier committed Sep 26, 2017
1 parent 6cb54a9 commit accaca8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,8 @@
"optionalDependencies": {
"fsevents": "*"
},
"resolutions": {
"tough-cookie": "2.3.3"
},
"private": true
}
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5616,9 +5616,9 @@ topo@1.x.x:
dependencies:
hoek "2.x.x"

tough-cookie@>=2.3.0, tough-cookie@^2.3.2, tough-cookie@~2.3.0:
version "2.3.2"
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.3.2.tgz#f081f76e4c85720e6c37a5faced737150d84072a"
tough-cookie@2.3.3, tough-cookie@>=2.3.0, tough-cookie@^2.3.2, tough-cookie@~2.3.0:
version "2.3.3"
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.3.3.tgz#0b618a5565b6dea90bf3425d04d55edc475a7561"
dependencies:
punycode "^1.4.1"

Expand Down

0 comments on commit accaca8

Please sign in to comment.