From 047b61fea211b611c7e8fc2c716bc0268e9bfa1a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 15:16:52 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e21d620..7eced30 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "dependencies": { "cashify": "^2.0.2", "chalk": "^3.0.0", - "conf": "^6.2.0", + "conf": "^7.0.0", "getopts": "^2.2.5", "got": "^9.6.0", "mem": "^6.0.1",