bump markdown node library, and overal libs for test

This commit is contained in:
Dave Conway-Jones 2019-10-05 21:13:58 +01:00
parent 18f42be574
commit b35de37ec1
No known key found for this signature in database
GPG Key ID: 302A6725C594817F
3 changed files with 323 additions and 1307 deletions

1614
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -40,20 +40,20 @@
"grunt-simple-mocha": "^0.4.1",
"imap": "^0.8.19",
"mailparser": "^2.7.1",
"markdown-it": "^9.0.0",
"mocha": "^6.1.4",
"markdown-it": "^10.0.0",
"mocha": "~6.2.1",
"msgpack-lite": "^0.1.26",
"multilang-sentiment": "^1.2.0",
"ngeohash": "^0.6.3",
"node-red": "~0.20.7",
"node-red": "~1.0.0",
"node-red-node-test-helper": "~0.2.3",
"nodemailer": "^6.2.1",
"nodemailer": "~6.3.0",
"poplib": "^0.1.7",
"proxyquire": "^2.1.0",
"proxyquire": "~2.1.3",
"pushbullet": "^2.4.0",
"sentiment": "^2.1.0",
"should": "^13.2.3",
"sinon": "^7.2.7",
"sinon": "~7.5.0",
"supertest": "^4.0.2",
"when": "^3.7.8"
},

View File

@ -1,9 +1,9 @@
{
"name": "node-red-node-markdown",
"version": "0.1.2",
"version": "0.1.3",
"description": "A Node-RED node to convert a markdown string to html.",
"dependencies": {
"markdown-it": "^9.0.0"
"markdown-it": "^10.0.0"
},
"repository": {
"type": "git",