From cb00dc3816e6178a3692e0ba11713000f19119ee Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Dec 2024 19:26:51 +0000 Subject: [PATCH] fix: parsers/LU/JS/packages/lu/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- parsers/LU/JS/packages/lu/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parsers/LU/JS/packages/lu/package.json b/parsers/LU/JS/packages/lu/package.json index 154886a5c..ba456052f 100644 --- a/parsers/LU/JS/packages/lu/package.json +++ b/parsers/LU/JS/packages/lu/package.json @@ -43,7 +43,7 @@ "delay": "^4.3.0", "fs-extra": "^8.1.0", "get-stdin": "^6.0.0", - "globby": "^10.0.1", + "globby": "^11.0.0", "intercept-stdout": "^0.1.2", "lodash": "^4.17.19", "node-fetch": "~2.6.0",