From a39c5d4e782dd61be73951088295ec9622dd2d2d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 1 Feb 2026 11:30:50 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5280ee6..852dd4d 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "config" ], "dependencies": { - "etcd3": "^0.2.13" + "etcd3": "^1.0.0" }, "devDependencies": { "autod": "^3.0.1",