Skip to content

Commit ddbc44f

Browse files
committed
Run npm audit fix
The code is not really run on the website. It is run locally, whenever the Markdown-formatted files change, to generate the static web pages. Nevertheless, we can easily quieten the security alerts. So lets' do precisely that. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 7da4105 commit ddbc44f

2 files changed

Lines changed: 43 additions & 26 deletions

File tree

package-lock.json

Lines changed: 42 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"grunt-contrib-connect": "^3.0.0",
2727
"grunt-contrib-cssmin": "^4.0.0",
2828
"grunt-contrib-uglify": "^5.0.1",
29-
"grunt-md2html": "^0.5.1"
29+
"grunt-md2html": "^0.6.1"
3030
},
3131
"engines": {
3232
"node": ">=0.8.0"

0 commit comments

Comments
 (0)