mysql bump underlying lib

and push engines to 18.
This commit is contained in:
Dave Conway-Jones
2025-12-26 13:50:44 +00:00
parent 8965e31e26
commit 5de96ca8fd

View File

@@ -1,9 +1,9 @@
{ {
"name": "node-red-node-mysql", "name": "node-red-node-mysql",
"version": "2.0.0", "version": "3.0.0",
"description": "A Node-RED node to read and write to a MySQL database", "description": "A Node-RED node to read and write to a MySQL database",
"dependencies": { "dependencies": {
"mysql2": "^3.6.5" "mysql2": "^3.16.0"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
@@ -27,6 +27,6 @@
"url": "http://nodered.org" "url": "http://nodered.org"
}, },
"engines": { "engines": {
"node": ">=16" "node": ">=18.0.0"
} }
} }