From 01c00a55e4bb7217084e0210f6d14d374723aae5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 09:19:44 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 1 directory with 2 updates Bumps the npm_and_yarn group with 2 updates in the / directory: [shelljs](https://github.com/shelljs/shelljs) and [tmp](https://github.com/raszi/node-tmp). Updates `shelljs` from 0.7.8 to 0.10.0 - [Release notes](https://github.com/shelljs/shelljs/releases) - [Changelog](https://github.com/shelljs/shelljs/blob/main/CHANGELOG.md) - [Commits](https://github.com/shelljs/shelljs/compare/v0.7.8...v0.10.0) Updates `tmp` from 0.0.31 to 0.2.4 - [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md) - [Commits](https://github.com/raszi/node-tmp/compare/v0.0.31...v0.2.4) --- updated-dependencies: - dependency-name: shelljs dependency-version: 0.10.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: tmp dependency-version: 0.2.4 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b4bc9ba..b0f14fe 100644 --- a/package.json +++ b/package.json @@ -21,10 +21,10 @@ "glob": "^7.1.1", "minimist": "^1.2.0", "morgan": "^1.8.1", - "shelljs": "^0.7.7", + "shelljs": "^0.10.0", "sinon": "^2.1.0", "sprintf": "^0.1.5", "tar-fs": "^1.15.2", - "tmp": "0.0.31" + "tmp": "0.2.4" } }