From eba282fc4283feb6eead910be62bd14939f180b7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Jan 2023 19:32:10 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 647e989..8dacb30 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,8 @@ "autod": "autod -w --prefix '^'" }, "dependencies": { - "debug": "^2.6.7", - "urllib": "^2.22.0" + "debug": "^3.1.0", + "urllib": "^3.0.0" }, "devDependencies": { "autod": "*",