From 3a0673ddb7c1e90bedf2568a35fac357b17a6557 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 13:18:29 +0000 Subject: [PATCH] chore(dev-deps): update shx requirement from ^0.3.3 to ^0.3.4 Updates the requirements on [shx](https://github.com/shelljs/shx) to permit the latest version. - [Changelog](https://github.com/shelljs/shx/blob/main/CHANGELOG.md) - [Commits](https://github.com/shelljs/shx/compare/v0.3.3...v0.3.4) --- updated-dependencies: - dependency-name: shx 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 7841df60..bcbd393d 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "mocha": "^10", "mock-fs": "^5.2.0", "oclif": "^4.5.7", - "shx": "^0.3.3", + "shx": "^0.3.4", "ts-node": "^10.9.1", "typescript": "^5", "vitest": "^1.4.0"