Skip to content

Commit dfa8671

Browse files
authored
Merge pull request #784 from erwindon/tough-cookie
upgraded to tough-cookie 4.1.3 (fixes Prototype Pollution vulnerability)
2 parents 8bf180d + 5e982b0 commit dfa8671

File tree

2 files changed

+54
-9
lines changed

2 files changed

+54
-9
lines changed

package-lock.json

Lines changed: 51 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,8 @@
7474
"test:unit": "mocha --require @babel/register --trace-warnings --check-leaks --reporter spec tests/unit/",
7575
"test:functional": "mocha --bail --trace-warnings --check-leaks --reporter spec tests/functional/",
7676
"test:coverage": "nyc mocha --require @babel/register --trace-warnings --check-leaks --reporter spec tests/unit/"
77+
},
78+
"dependencies": {
79+
"tough-cookie": "^4.1.3"
7780
}
7881
}

0 commit comments

Comments
 (0)