From b627d5296a4e2c2114760e0e8c7874a969775fb7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Nov 2023 14:25:27 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BUNYAN-573166 - https://snyk.io/vuln/SNYK-JS-JSONSCHEMA-1920922 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 57041be..48a0aec 100644 --- a/package.json +++ b/package.json @@ -10,10 +10,10 @@ "cookie-parser": "^1.4.0", "debug": "^2.2.0", "epfl-exceptions": "0.0.1", - "epfl-ldap": "0.4.0", + "epfl-ldap": "0.5.0", "express": "^4.13.3", "express-session": "^1.12.0", - "ldapjs": "^0.7.1", + "ldapjs": "^0.8.0", "method-override": "^2.3.5", "morgan": "^1.6.1", "node-cache": "^3.0.0",