From d10db72af466a6a608a70cdbbf86044a7dd88e4d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 15:43:03 +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 b225f6d..b3a7242 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,6 @@ }, "license": "MIT", "dependencies": { - "lebab": "^2.6.1" + "lebab": "^3.2.0" } }