From ee08f3a00ad06f16f21c9fed972099706ca672c5 Mon Sep 17 00:00:00 2001 From: Nate Fischer Date: Sat, 8 Jan 2022 11:08:35 -0800 Subject: [PATCH] chore: update ShellJS Update to shelljs@0.8.5. See https://github.com/shelljs/shelljs/issues/1058. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a02e994..485c5b4 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "dependencies": { "chalk": "^2.4.1", "minimist": "^1.2.0", - "shelljs": "^0.8.4" + "shelljs": "^0.8.5" }, "engines": { "node": ">=4"