From ffed384bc5bd511abd5003d0fb44991f82d64c59 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Wed, 24 Jul 2024 15:21:23 +0300 Subject: [PATCH] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3f489a95..eb1abb81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vscode-docs", "devDependencies": { - "shelljs": "0.7.8" + "shelljs": "0.8.5" } }