mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
fix: Add ldapts to nodes-base package (no-changelog) (#6315)
This commit is contained in:
parent
bcbec52552
commit
1eecb86e06
|
@ -157,7 +157,7 @@
|
|||
"jsonschema": "^1.4.1",
|
||||
"jsonwebtoken": "^9.0.0",
|
||||
"jwks-rsa": "^3.0.1",
|
||||
"ldapts": "^4.2.2",
|
||||
"ldapts": "^4.2.6",
|
||||
"localtunnel": "^2.0.0",
|
||||
"lodash.get": "^4.4.2",
|
||||
"lodash.intersection": "^4.4.0",
|
||||
|
|
|
@ -840,6 +840,7 @@
|
|||
"js-nacl": "^1.4.0",
|
||||
"jsonwebtoken": "^9.0.0",
|
||||
"kafkajs": "^1.14.0",
|
||||
"ldapts": "^4.2.6",
|
||||
"lodash.assign": "^4",
|
||||
"lodash.assignwith": "^4",
|
||||
"lodash.clone": "^4",
|
||||
|
|
|
@ -317,8 +317,8 @@ importers:
|
|||
specifier: ^3.0.1
|
||||
version: 3.0.1
|
||||
ldapts:
|
||||
specifier: ^4.2.2
|
||||
version: 4.2.2
|
||||
specifier: ^4.2.6
|
||||
version: 4.2.6
|
||||
localtunnel:
|
||||
specifier: ^2.0.0
|
||||
version: 2.0.2
|
||||
|
@ -1152,6 +1152,9 @@ importers:
|
|||
kafkajs:
|
||||
specifier: ^1.14.0
|
||||
version: 1.16.0
|
||||
ldapts:
|
||||
specifier: ^4.2.6
|
||||
version: 4.2.6
|
||||
lodash.assign:
|
||||
specifier: ^4
|
||||
version: 4.2.0
|
||||
|
@ -16234,8 +16237,8 @@ packages:
|
|||
invert-kv: 1.0.0
|
||||
dev: true
|
||||
|
||||
/ldapts@4.2.2:
|
||||
resolution: {integrity: sha512-UHe7BtEhPUFHZZ6XHnRvLHWQrftTap3PgGU0nOLtrFeigZvfpXSsqJ8C9uXNouDV+iDHqoWwplS0eHoDu/GIEQ==}
|
||||
/ldapts@4.2.6:
|
||||
resolution: {integrity: sha512-r1eOj2PtTJi+9aZxLirktoHntuYXlbQD9ZXCjiZmJx0VBQtBcWc+rueqABuh/AxMcFHNPDSJLJAXxoj5VevTwQ==}
|
||||
engines: {node: '>=14'}
|
||||
dependencies:
|
||||
'@types/asn1': 0.2.0
|
||||
|
|
Loading…
Reference in a new issue