From 89cfa0506b27304093c8cbfa8466a78740ece0c0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Feb 2024 20:32:43 +0000 Subject: [PATCH] fix: example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MOMENT-2440688 - https://snyk.io/vuln/npm:hoek:20180212 - https://snyk.io/vuln/npm:moment:20160126 - https://snyk.io/vuln/npm:moment:20161019 - https://snyk.io/vuln/npm:moment:20170905 --- example/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/package.json b/example/package.json index 6e158f6..92f4023 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": "^8.1.2", + "good-console": "^8.0.0" } }