Bump for 3.1.10 release

This commit is contained in:
Nick O'Leary
2024-06-10 21:14:20 +01:00
parent 1048b16f3c
commit 5124bc6bf8
9 changed files with 40 additions and 17 deletions

View File

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