mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-12-27 07:21:08 +01:00
Bump some old libs
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
"flow"
|
"flow"
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"exif": "^0.6.0",
|
"exifreader": "^4.31.1",
|
||||||
"feedparser": "^2.2.10",
|
"feedparser": "^2.2.10",
|
||||||
"grunt": "^1.6.1",
|
"grunt": "^1.6.1",
|
||||||
"grunt-cli": "^1.4.3",
|
"grunt-cli": "^1.4.3",
|
||||||
@@ -41,14 +41,14 @@
|
|||||||
"grunt-simple-mocha": "^0.4.1",
|
"grunt-simple-mocha": "^0.4.1",
|
||||||
"imap": "^0.8.19",
|
"imap": "^0.8.19",
|
||||||
"mailparser": "^3.7.2",
|
"mailparser": "^3.7.2",
|
||||||
"markdown-it": "^12.3.2",
|
"markdown-it": "^14.1.0",
|
||||||
"mocha": "~6.2.3",
|
"mocha": "~6.2.3",
|
||||||
"msgpack-lite": "^0.1.26",
|
"msgpack-lite": "^0.1.26",
|
||||||
"multilang-sentiment": "^1.2.0",
|
"multilang-sentiment": "^1.2.0",
|
||||||
"ngeohash": "^0.6.3",
|
"ngeohash": "^0.6.3",
|
||||||
"node-red": "^4.0.9",
|
"node-red": "^4.0.9",
|
||||||
"node-red-node-test-helper": "^0.3.2",
|
"node-red-node-test-helper": "^0.3.2",
|
||||||
"nodemailer": "^6.10.1",
|
"nodemailer": "^7.0.5",
|
||||||
"node-pop3": "^0.9.1",
|
"node-pop3": "^0.9.1",
|
||||||
"proxyquire": "^2.1.3",
|
"proxyquire": "^2.1.3",
|
||||||
"pushbullet": "^2.4.0",
|
"pushbullet": "^2.4.0",
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "node-red-node-markdown",
|
"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.",
|
"description": "A Node-RED node to convert a markdown string to html.",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"markdown-it": "^13.0.1"
|
"markdown-it": "^14.1.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@@ -27,6 +27,6 @@
|
|||||||
"url": "http://nodered.org"
|
"url": "http://nodered.org"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14"
|
"node": ">=18"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "node-red-node-exif",
|
"name": "node-red-node-exif",
|
||||||
"version": "1.2.1",
|
"version": "1.2.2",
|
||||||
"description": "A Node-RED node that extracts Exif information from image buffers.",
|
"description": "A Node-RED node that extracts Exif information from image buffers.",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"exifreader": "^4.28.1"
|
"exifreader": "^4.31.1"
|
||||||
},
|
},
|
||||||
"bundledDependencies": [
|
"bundledDependencies": [
|
||||||
"exifreader"
|
"exifreader"
|
||||||
|
|||||||
Reference in New Issue
Block a user