From 437cf27ec73cbb26f6ff52959ad0ec660c12238d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Jul 2024 08:56:36 +0000 Subject: [PATCH] fix: example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-7414156 --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index 6e158f6..e4f84cb 100644 --- a/example/package.json +++ b/example/package.json @@ -6,7 +6,7 @@ "start": "kappa -c config.json" }, "dependencies": { - "good": "^3", + "good": "^8.1.2", "good-console": "^2" } }