Merge pull request #5294 from node-red/update-dependencies

Update node-red-admin version
This commit is contained in:
Nick O'Leary
2025-10-09 13:12:18 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -65,7 +65,7 @@
"mqtt": "5.11.0",
"multer": "2.0.2",
"mustache": "4.2.0",
"node-red-admin": "^4.1.1",
"node-red-admin": "^4.1.2",
"node-watch": "0.7.4",
"nopt": "5.0.0",
"oauth2orize": "1.12.0",

View File

@@ -40,7 +40,7 @@
"cors": "2.8.5",
"express": "4.21.2",
"fs-extra": "11.3.0",
"node-red-admin": "^4.1.1",
"node-red-admin": "^4.1.2",
"nopt": "5.0.0",
"semver": "7.7.1"
},