Skip to content

Commit

Permalink
v1.4.1: Updating dependencies, bumping versions and suppressing unfi…
Browse files Browse the repository at this point in the history
…xed vulnerability
  • Loading branch information
djfdyuruiry authored Nov 21, 2020
1 parent 6af58fb commit b0562fb
Show file tree
Hide file tree
Showing 8 changed files with 147 additions and 172 deletions.
2 changes: 2 additions & 0 deletions .iyarc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# no fix available as of Nov 2020
536
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v12
v14
15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pretty-markdown-pdf",
"displayName": "Pretty Markdown PDF",
"description": "Convert Markdown to a Pretty PDF :D",
"version": "1.4.0",
"version": "1.4.1",
"publisher": "djfdyuruiry",
"license": "MIT",
"repository": {
Expand All @@ -15,24 +15,27 @@
},
"scripts": {
"samples": "yarn install && ./generate-samples.sh",
"test": "yarn samples"
"test": "improved-yarn-audit && yarn samples"
},
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"emoji-images": "^0.1.1",
"highlight.js": "^10.1.2",
"markdown-it": "^11.0.0",
"markdown-it": "^12.0.2",
"markdown-it-checkbox": "^1.1.0",
"markdown-it-container": "^3.0.0",
"markdown-it-emoji": "^1.4.0",
"markdown-it-include": "^1.1.0",
"markdown-it-emoji": "^2.0.0",
"markdown-it-include": "^2.0.0",
"markdown-it-named-headers": "0.0.4",
"markdown-it-plantuml": "^1.0.0",
"mkdirp": "^1.0.4",
"mustache": "^4.0.1",
"puppeteer": "^5.2.1",
"rimraf": "^3.0.2",
"vscode-uri": "^2.1.2",
"yargs": "^15.4.1"
"yargs": "^16.1.1"
},
"devDependencies": {
"improved-yarn-audit": "^2.3.1"
}
}
2 changes: 1 addition & 1 deletion sample/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@ <h3 id="page-break">Page Break</h3>
</div></code></pre>
<h2 id="note-on-chromium">Note on Chromium</h2>
<p>Chromium download starts automatically before the first conversion; this is a one time operation, only if your reinstall this package will it be downloaded again.</p>
<p>This isa time-consuming task depending on the environment because of its large size (~ 170Mb Mac, ~ 282Mb Linux, ~ 280Mb Win).</p>
<p>This is a time-consuming task depending on the environment because of its large size (~ 170Mb Mac, ~ 282Mb Linux, ~ 280Mb Win).</p>
<p>During the Chromuim download, the message <code>Installing Chromium</code> will be displayed in the console.</p>

</body>
Expand Down
Binary file modified sample/README.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified sample/README.pdf
Binary file not shown.
Binary file modified sample/README.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
298 changes: 134 additions & 164 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit b0562fb

Please sign in to comment.