From 004f8703184825f88492a1a03b341cd171680ebe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Dec 2023 04:57:47 +0000 Subject: [PATCH] fix: shell/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- shell/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/package.json b/shell/package.json index d29aa575f6..52389f0fbe 100644 --- a/shell/package.json +++ b/shell/package.json @@ -14,10 +14,10 @@ "license": "Apache-2.0", "dependencies": { "babel-runtime": "^6.26.0", - "bignum": "^0.12.5", + "bignum": "^0.13.0", "heapdump": "^0.3.9", "intro.js": "git+https://github.com/sandstorm-io/intro.js.git#8e1c7604f251ec874bf4ae4d7b4f11a14cee697e", - "ldapjs": "^1.0.1", + "ldapjs": "^2.0.0", "mailparser": "^0.6.2", "node-forge": "^0.6.49", "nodemailer": "^2.7.2",