From d9cb049ac3a883628ca8f05e0411c9084a2efec3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Jan 2026 10:48:28 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e0a2381..9a4f110 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,6 @@ "dependencies": { "minimist": "^1.2.5", "node-fetch": "^2.6.1", - "pkg": "^4.4.9" + "pkg": "^5.0.0" } }