From 64d18b94e092e35357aa403351e1dad8f1d9185f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 07:47:30 +0000 Subject: [PATCH] Update dependency shelljs to ^0.10.0 [SECURITY] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6cadb49..4a40876 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.10.0", "yeoman-generator": "^1.1.1", "yosay": "^2.0.0" },