From dafc5b133328e149b6175f82203a1fcf99f881a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 04:09:44 +0000 Subject: [PATCH] Update dependency shelljs to ^0.8.5 [SECURITY] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6cadb49..e6a1ec3 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "chalk": "^1.1.3", "eslint-config-airbnb-base": "^11.1.1", "eslint-plugin-import": "^2.2.0", - "shelljs": "^0.7.7", + "shelljs": "^0.8.5", "yeoman-generator": "^1.1.1", "yosay": "^2.0.0" },