fix(deps): update dependency ldapjs to v2.3.3

This commit is contained in:
renovate[bot] 2024-09-29 12:47:59 +00:00 committed by GitHub
parent 3d33ef8083
commit 381ddca358
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 10 deletions

View file

@ -67,7 +67,7 @@
"got": "11.8.6", "got": "11.8.6",
"irc-framework": "4.14.0", "irc-framework": "4.14.0",
"is-utf8": "0.2.1", "is-utf8": "0.2.1",
"ldapjs": "2.3.1", "ldapjs": "2.3.3",
"linkify-it": "3.0.3", "linkify-it": "3.0.3",
"lodash": "4.17.21", "lodash": "4.17.21",
"mime-types": "2.1.35", "mime-types": "2.1.35",
@ -100,7 +100,7 @@
"@types/content-disposition": "0.5.8", "@types/content-disposition": "0.5.8",
"@types/express": "4.17.21", "@types/express": "4.17.21",
"@types/is-utf8": "0.2.3", "@types/is-utf8": "0.2.3",
"@types/ldapjs": "2.2.2", "@types/ldapjs": "2.2.5",
"@types/linkify-it": "3.0.5", "@types/linkify-it": "3.0.5",
"@types/lodash": "4.14.202", "@types/lodash": "4.14.202",
"@types/mime-types": "2.1.4", "@types/mime-types": "2.1.4",

View file

@ -1615,10 +1615,10 @@
dependencies: dependencies:
"@types/node" "*" "@types/node" "*"
"@types/ldapjs@2.2.2": "@types/ldapjs@2.2.5":
version "2.2.2" version "2.2.5"
resolved "https://registry.yarnpkg.com/@types/ldapjs/-/ldapjs-2.2.2.tgz#cf79510d8dc34e5579442c2743f8a228427eb99c" resolved "https://registry.yarnpkg.com/@types/ldapjs/-/ldapjs-2.2.5.tgz#b6623bc5ad4fab85ef3cfa586db691d016a3598c"
integrity sha512-U5HdnwIZ5uZa+f3usxdqgyfNmOROxOxXvQdQtsu6sKo8fte5vej9br2csHxPvXreAbAO1bs8/rdEzvCLpi67nQ== integrity sha512-Lv/nD6QDCmcT+V1vaTRnEKE8UgOilVv5pHcQuzkU1LcRe4mbHHuUo/KHi0LKrpdHhQY8FJzryF38fcVdeUIrzg==
dependencies: dependencies:
"@types/node" "*" "@types/node" "*"
@ -5672,10 +5672,10 @@ ldap-filter@^0.3.3:
dependencies: dependencies:
assert-plus "^1.0.0" assert-plus "^1.0.0"
ldapjs@2.3.1: ldapjs@2.3.3:
version "2.3.1" version "2.3.3"
resolved "https://registry.yarnpkg.com/ldapjs/-/ldapjs-2.3.1.tgz#04136815fb1f21d692ac87fab5961a04d86e8b04" resolved "https://registry.yarnpkg.com/ldapjs/-/ldapjs-2.3.3.tgz#06c317d3cbb5ac42fbba741e1a8b130ffcf997ab"
integrity sha512-kf0tHHLrpwKaBAQOhYHXgdeh2PkFuCCxWgLb1MRn67ZQVo787D2pij3mmHVZx193GIdM8xcfi8HF6AIYYnj0fQ== integrity sha512-75QiiLJV/PQqtpH+HGls44dXweviFwQ6SiIK27EqzKQ5jU/7UFrl2E5nLdQ3IYRBzJ/AVFJI66u0MZ0uofKYwg==
dependencies: dependencies:
abstract-logging "^2.0.0" abstract-logging "^2.0.0"
asn1 "^0.2.4" asn1 "^0.2.4"