From 24796cbcda0d3bf3e22dc74f77b7b72d4410577a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 22 Dec 2025 08:33:39 +0000 Subject: [PATCH] fix: upgrade shelljs from 0.9.2 to 0.10.0 Snyk has created this PR to upgrade shelljs from 0.9.2 to 0.10.0. See this package in npm: shelljs See this project in Snyk: https://app.snyk.io/org/canur11/project/69e6cec1-5a08-41e2-bfb8-9cde8e524c1b?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f8043f8..d18ef88 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "homepage": "https://github.com/adriantanasa/github-wiki-sidebar#readme", "dependencies": { "inquirer": "^8.2.7", - "shelljs": "^0.9.0", + "shelljs": "^0.10.0", "chalk": "^2.4.1" }, "devDependencies": {