From 84c30c53b17171c0fe5f8e7c899b53243c30b84d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 07:23:34 +0000 Subject: [PATCH] build(deps): bump @ldapjs/filter from 2.0.0 to 2.1.0 Bumps [@ldapjs/filter](https://github.com/ldapjs/filter) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/ldapjs/filter/releases) - [Changelog](https://github.com/ldapjs/filter/blob/main/CHANGES.md) - [Commits](https://github.com/ldapjs/filter/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: "@ldapjs/filter" 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 e7a66ed..9cc396f 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@ldapjs/change": "1.0.0", "@ldapjs/controls": "2.0.0", "@ldapjs/dn": "1.1.0", - "@ldapjs/filter": "2.0.0", + "@ldapjs/filter": "2.1.0", "@ldapjs/messages": "1.1.0", "@ldapjs/protocol": "^1.2.1", "abstract-logging": "^2.0.1",