Bump for 3.1.11 release

This commit is contained in:
Nick O'Leary
2024-06-18 11:37:59 +01:00
parent dc239db256
commit 38a77d2b78
9 changed files with 25 additions and 20 deletions

View File

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