From 33831d1164ac4b39a90f0dd22d9fc12b8a77bcca Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 14:37:28 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 739c668..d16d0fe 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "author": "stefanonepa", "dependencies": { "epfl-exceptions": "^0.0.3", - "ldapjs": "^1.0.0", + "ldapjs": "^2.0.0", "node-cache": "^3.0.0", "o-mapper": "^0.1.2", "snyk": "^1.189.0"