Skip to content

Commit 166a41a

Browse files
committedMar 5, 2020
Update jsdom to v16 to fix potential security vulnerabilities
1 parent 0b5d4d5 commit 166a41a

File tree

2 files changed

+739
-356
lines changed

2 files changed

+739
-356
lines changed
 

‎package-lock.json

+737-354
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"jsdom": false
1111
},
1212
"dependencies": {
13-
"jsdom": "^11.9.0"
13+
"jsdom": "^16.2.0"
1414
},
1515
"devDependencies": {
1616
"browserify": "^16.2.3",
@@ -19,7 +19,7 @@
1919
"rollup-plugin-node-resolve": "^3.0.0",
2020
"rollup-plugin-replace": "^2.0.0",
2121
"standard": "^10.0.3",
22-
"turndown-attendant": "0.0.2"
22+
"turndown-attendant": "0.0.3"
2323
},
2424
"files": [
2525
"lib",

0 commit comments

Comments
 (0)
Please sign in to comment.