Bump for 2.0.6

This commit is contained in:
Nick O'Leary
2021-09-02 09:00:54 +01:00
parent ee15e9acc5
commit 3b460fb8fa
9 changed files with 48 additions and 34 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "node-red",
"version": "2.0.5",
"version": "2.0.6",
"description": "Low-code programming for event-driven applications",
"homepage": "http://nodered.org",
"license": "Apache-2.0",
@@ -31,10 +31,10 @@
"flow"
],
"dependencies": {
"@node-red/editor-api": "2.0.5",
"@node-red/runtime": "2.0.5",
"@node-red/util": "2.0.5",
"@node-red/nodes": "2.0.5",
"@node-red/editor-api": "2.0.6",
"@node-red/runtime": "2.0.6",
"@node-red/util": "2.0.6",
"@node-red/nodes": "2.0.6",
"basic-auth": "2.0.1",
"bcryptjs": "2.4.3",
"express": "4.17.1",