From 6eb3c2a9dd45a2b9de337ea6918ba41b08e57333 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 11:41:48 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 1 directories with 1 update Bumps the npm_and_yarn group with 1 update in the /. directory: [shelljs](https://github.com/shelljs/shelljs). Updates `shelljs` from 0.7.8 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.7.8...v0.8.5) --- updated-dependencies: - dependency-name: shelljs dependency-type: direct:development dependency-group: npm_and_yarn-security-group ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d577cc8d..bce8b9a2 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "gulp": "^3.9.0", "require-dir": "^0.3.2", "requirejs": "^2.2.0", - "shelljs": "^0.7.0" + "shelljs": "^0.8.5" }, "scripts": { "test": "gulp lint",