Skip to content

Commit

Permalink
Bump all dependencies. Main goal is to get rid of security vulnerabil…
Browse files Browse the repository at this point in the history
…ities.
  • Loading branch information
utluiz committed Nov 2, 2020
1 parent 78e3940 commit 95a37e0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "html-to-mrkdwn",
"name": "@atlassian/html-to-mrkdwn",
"version": "3.0.0",
"description": "Convert HTML to Slack flavored mrkdwn",
"main": "./lib",
Expand All @@ -23,13 +23,13 @@
},
"homepage": "https://github.com/integrations/html-to-mrkdown#readme",
"dependencies": {
"jsdom": "^11.6.2",
"turndown": "^4.0.0-rc.3",
"turndown-plugin-gfm": "1.0.1"
"jsdom": "^16.4.0",
"turndown": "^7.0.0",
"turndown-plugin-gfm": "^1.0.2"
},
"devDependencies": {
"jest": "^23.5.0",
"standard": "^11.0.0"
"jest": "^26.6.2",
"standard": "^16.0.1"
},
"standard": {
"env": [
Expand Down

0 comments on commit 95a37e0

Please sign in to comment.