Skip to content

Commit 48603f2

Browse files
author
Karl Norling
committed
Updating tough-cookie due to security fix.
- See: https://www.versioneye.com/Node.JS/tough-cookie/2.3.2 - Also tough-cookie: - salesforce/tough-cookie#97 - salesforce/tough-cookie#92
1 parent fc09f64 commit 48603f2

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

package-lock.json

Lines changed: 14 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsdom",
3-
"version": "11.2.0",
3+
"version": "11.2.1",
44
"description": "A JavaScript implementation of many web standards",
55
"keywords": [
66
"dom",
@@ -34,7 +34,7 @@
3434
"request-promise-native": "^1.0.3",
3535
"sax": "^1.2.1",
3636
"symbol-tree": "^3.2.1",
37-
"tough-cookie": "^2.3.2",
37+
"tough-cookie": "^2.3.3",
3838
"webidl-conversions": "^4.0.0",
3939
"whatwg-encoding": "^1.0.1",
4040
"whatwg-url": "^6.1.0",

0 commit comments

Comments
 (0)