From cadba089204e68f7394eab53fb81484b94ec0afb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 15:06:27 +0000 Subject: [PATCH] build(deps-dev): bump shx from 0.3.4 to 0.4.0 Bumps [shx](https://github.com/shelljs/shx) from 0.3.4 to 0.4.0. - [Release notes](https://github.com/shelljs/shx/releases) - [Changelog](https://github.com/shelljs/shx/blob/main/CHANGELOG.md) - [Commits](https://github.com/shelljs/shx/compare/v0.3.4...v0.4.0) --- updated-dependencies: - dependency-name: shx dependency-version: 0.4.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 03b2111..1ea369a 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "eslint-plugin-n": "16.6.2", "eslint-plugin-promise": "6.2.0", "prettier": "3.3.0", - "shx": "0.3.4", + "shx": "0.4.0", "tsup": "8.1.0", "typescript": "5.4.5", "vite": "5.2.12",