From 3389265e5d8b4aa29b59f694fbc6c3e053eaec99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 13:57:58 +0000 Subject: [PATCH] Bump shelljs from 0.1.4 to 0.8.5 Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.1.4 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.1.4...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 14ab68d..6c5d38b 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "express": "~ 3.x", "optimist": ">= 0.2.4", "nodeunit": "0.9.0", - "shelljs": "0.1.4", + "shelljs": "0.8.5", "uglify-js": "1.3.5", "websocket": "~1" },