Bump for 3.1.12 release

This commit is contained in:
Nick O'Leary
2024-09-17 14:28:55 +01:00
parent 2a4fb7123d
commit 3fe4c12468
9 changed files with 28 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@node-red/runtime",
"version": "3.1.11",
"version": "3.1.12",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {
@@ -16,11 +16,11 @@
}
],
"dependencies": {
"@node-red/registry": "3.1.11",
"@node-red/util": "3.1.11",
"@node-red/registry": "3.1.12",
"@node-red/util": "3.1.12",
"async-mutex": "0.4.0",
"clone": "2.1.2",
"express": "4.19.2",
"express": "4.21.0",
"fs-extra": "11.1.1",
"json-stringify-safe": "5.0.1"
}