Bump for 4.0.4 release

This commit is contained in:
Nick O'Leary
2024-10-09 10:56:14 +01:00
parent acd500fe3d
commit 90ea3c15b3
9 changed files with 34 additions and 17 deletions

View File

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