From dd7329baa3f1f96e9d5e3a8329b619002bfe72a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 18:29:19 +0000 Subject: [PATCH] Bump shelljs from 0.9.2 to 0.10.0 Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.9.2 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.9.2...v0.10.0) --- updated-dependencies: - dependency-name: shelljs dependency-version: 0.10.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ec020d54..6ae709e9 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "gts": "^6.0.2", "jest": "^29.4.1", "npm-run-all": "^4.1.5", - "shelljs": "^0.9.1", + "shelljs": "^0.10.0", "simple-git": "^3.15.1", "source-map-js": "^1.0.2", "tar": "^7.4.3",