From 047cdaefd1e2b3bed9d7e73207a06c13dee39ff3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 05:46:25 +0000 Subject: [PATCH] Bump shelljs from 0.2.6 to 0.8.5 Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.2.6 to 0.8.5. - [Release notes](https://github.com/shelljs/shelljs/releases) - [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md) - [Commits](https://github.com/shelljs/shelljs/compare/v0.2.6...v0.8.5) --- updated-dependencies: - dependency-name: shelljs dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 31a418d..2d63045 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ } , "devDependencies": { "less" : "1.4.2" - , "shelljs": "0.2.6" + , "shelljs": "0.8.5" } , "scripts": {} }