Fix package versions

pull/5480/head
Nick O'Leary 2026-02-11 10:14:54 +00:00
parent ce91d5d820
commit df96cfab11
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
4 changed files with 12 additions and 12 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@node-red/editor-api",
"version": "4.1.4",
"version": "4.1.5",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {
@ -16,8 +16,8 @@
}
],
"dependencies": {
"@node-red/util": "4.1.4",
"@node-red/editor-client": "4.1.4",
"@node-red/util": "4.1.5",
"@node-red/editor-client": "4.1.5",
"bcryptjs": "3.0.2",
"body-parser": "1.20.4",
"clone": "2.1.2",

View File

@ -1,6 +1,6 @@
{
"name": "@node-red/editor-client",
"version": "4.1.4",
"version": "4.1.5",
"license": "Apache-2.0",
"repository": {
"type": "git",

View File

@ -1,6 +1,6 @@
{
"name": "@node-red/runtime",
"version": "4.1.4",
"version": "4.1.5",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {
@ -16,8 +16,8 @@
}
],
"dependencies": {
"@node-red/registry": "4.1.4",
"@node-red/util": "4.1.4",
"@node-red/registry": "4.1.5",
"@node-red/util": "4.1.5",
"async-mutex": "0.5.0",
"clone": "2.1.2",
"cronosjs": "1.7.1",

View File

@ -1,6 +1,6 @@
{
"name": "node-red",
"version": "4.1.4",
"version": "4.1.5",
"description": "Low-code programming for event-driven applications",
"homepage": "https://nodered.org",
"license": "Apache-2.0",
@ -31,10 +31,10 @@
"flow"
],
"dependencies": {
"@node-red/editor-api": "4.1.4",
"@node-red/runtime": "4.1.4",
"@node-red/util": "4.1.4",
"@node-red/nodes": "4.1.4",
"@node-red/editor-api": "4.1.5",
"@node-red/runtime": "4.1.5",
"@node-red/util": "4.1.5",
"@node-red/nodes": "4.1.5",
"basic-auth": "2.0.1",
"bcryptjs": "3.0.2",
"cors": "2.8.5",