Update dependencies

This commit is contained in:
Nick O'Leary
2024-05-30 16:43:33 +01:00
parent 87992823d5
commit 3aeb4bd868
10 changed files with 57 additions and 57 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@node-red/runtime",
"version": "4.0.0",
"version": "4.0.0-beta.4",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {
@@ -16,12 +16,12 @@
}
],
"dependencies": {
"@node-red/registry": "4.0.0",
"@node-red/util": "4.0.0",
"async-mutex": "0.4.0",
"@node-red/registry": "4.0.0-beta.4",
"@node-red/util": "4.0.0-beta.4",
"async-mutex": "0.5.0",
"clone": "2.1.2",
"express": "4.19.2",
"fs-extra": "11.1.1",
"fs-extra": "11.2.0",
"json-stringify-safe": "5.0.1",
"rfdc": "^1.3.1"
}