Update package for 2.1.4

This commit is contained in:
Nick O'Leary
2021-12-01 16:06:03 +00:00
parent 1fa13efe19
commit d9f976baea
9 changed files with 71 additions and 38 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@node-red/editor-api",
"version": "2.1.3",
"version": "2.1.4",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {
@@ -16,8 +16,8 @@
}
],
"dependencies": {
"@node-red/util": "2.1.3",
"@node-red/editor-client": "2.1.3",
"@node-red/util": "2.1.4",
"@node-red/editor-client": "2.1.4",
"bcryptjs": "2.4.3",
"body-parser": "1.19.0",
"clone": "2.1.2",
@@ -28,7 +28,7 @@
"mime": "2.5.2",
"multer": "1.4.3",
"mustache": "4.2.0",
"oauth2orize": "1.11.0",
"oauth2orize": "1.11.1",
"passport-http-bearer": "1.0.1",
"passport-oauth2-client-password": "0.1.2",
"passport": "0.5.0",