Update for 4.0.9

This commit is contained in:
Nick O'Leary
2025-02-14 17:03:13 +00:00
parent dc69226944
commit e55301c073
9 changed files with 43 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@node-red/runtime",
"version": "4.0.8",
"version": "4.0.9",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {
@@ -16,8 +16,8 @@
}
],
"dependencies": {
"@node-red/registry": "4.0.8",
"@node-red/util": "4.0.8",
"@node-red/registry": "4.0.9",
"@node-red/util": "4.0.9",
"async-mutex": "0.5.0",
"clone": "2.1.2",
"express": "4.21.2",