From 81f6dcb7506f7f328a9ddf1bf9c358b19b1e44af Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Jan 2022 16:12:00 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SHELLJS-2332187 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ad37bf5..74e075f 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "boxen": "^0.8.1", "inquirer": "^1.2.2", "insight": "^0.8.3", - "shelljs": "^0.7.4", + "shelljs": "^0.8.5", "tabtab": "^2.2.1", "taketalk": "^1.0.0" }