Bump some old libs

This commit is contained in:
Dave Conway-Jones
2025-08-08 12:15:27 +01:00
parent a6c09e1e84
commit 213ab0f8d2
3 changed files with 8 additions and 8 deletions

View File

@@ -1,9 +1,9 @@
{
"name": "node-red-node-markdown",
"version": "0.4.0",
"version": "0.5.0",
"description": "A Node-RED node to convert a markdown string to html.",
"dependencies": {
"markdown-it": "^13.0.1"
"markdown-it": "^14.1.0"
},
"repository": {
"type": "git",
@@ -27,6 +27,6 @@
"url": "http://nodered.org"
},
"engines": {
"node": ">=14"
"node": ">=18"
}
}