From efc6c9f90b1f1c234a8947dd34dfef59cba2bfea Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Nov 2023 16:30:15 +0000 Subject: [PATCH] fix: example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:hoek:20180212 --- example/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/package.json b/example/package.json index 6e158f6..5670d1c 100644 --- a/example/package.json +++ b/example/package.json @@ -6,7 +6,7 @@ "start": "kappa -c config.json" }, "dependencies": { - "good": "^3", - "good-console": "^2" + "good": "^6.0.0", + "good-console": "^5.0.0" } }