From b42cb3f957f2ddafb8a79092b4817474059a38b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Apr 2023 07:57:04 +0000 Subject: [PATCH] build(deps): bump @ldapjs/dn from 1.0.0 to 1.1.0 Bumps [@ldapjs/dn](https://github.com/ldapjs/dn) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/ldapjs/dn/releases) - [Commits](https://github.com/ldapjs/dn/compare/v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: "@ldapjs/dn" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4bbb4c1..b830cce 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@ldapjs/attribute": "1.0.0", "@ldapjs/change": "1.0.0", "@ldapjs/controls": "2.0.0", - "@ldapjs/dn": "1.0.0", + "@ldapjs/dn": "1.1.0", "@ldapjs/filter": "2.0.0", "@ldapjs/messages": "1.1.0", "@ldapjs/protocol": "^1.2.1",