Skip to content

Commit 86762f9

Browse files
committed
Bump all dependencies. Main goal is to get rid of security vulnerabilities.
1 parent 78e3940 commit 86762f9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
},
2424
"homepage": "https://github.com/integrations/html-to-mrkdown#readme",
2525
"dependencies": {
26-
"jsdom": "^11.6.2",
27-
"turndown": "^4.0.0-rc.3",
28-
"turndown-plugin-gfm": "1.0.1"
26+
"jsdom": "^16.4.0",
27+
"turndown": "^7.0.0",
28+
"turndown-plugin-gfm": "^1.0.2"
2929
},
3030
"devDependencies": {
31-
"jest": "^23.5.0",
32-
"standard": "^11.0.0"
31+
"jest": "^26.6.2",
32+
"standard": "^16.0.1"
3333
},
3434
"standard": {
3535
"env": [

0 commit comments

Comments
 (0)