From 4fc077d4a0615595aedb634783bdc4bd5e8cc8e6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 Feb 2024 15:17:08 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-6240864 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 647e989..9caf2fb 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "debug": "^2.6.7", - "urllib": "^2.22.0" + "urllib": "^3.0.0" }, "devDependencies": { "autod": "*",