fix(xo-server-auth-ldap): ensure-array dependency (#5887)

This commit is contained in:
Pierre Donias
2021-08-30 12:01:06 +02:00
committed by GitHub
parent cafa1ffa14
commit 79b8e1b4e4
2 changed files with 3 additions and 1 deletions

View File

@@ -27,3 +27,5 @@
> - major: if the change breaks compatibility
>
> In case of conflict, the highest (lowest in previous list) `$version` wins.
- xo-server-auth-ldap patch

View File

@@ -32,6 +32,7 @@
},
"dependencies": {
"@xen-orchestra/log": "^0.3.0",
"ensure-array": "^1.0.0",
"exec-promise": "^0.7.0",
"inquirer": "^8.0.0",
"ldapts": "^2.2.1",
@@ -42,7 +43,6 @@
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"cross-env": "^7.0.2",
"ensure-array": "^1.0.0",
"rimraf": "^3.0.0"
},
"scripts": {