From 254aa48716c11acc6cb9ecbc2bf40c4619d4e4f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jan 2023 21:05:08 +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. - [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.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 f4cb7e9..de16516 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "eslint-config-oclif-typescript": "^1.0.3", "mocha": "^9", "oclif": "^3", - "shx": "^0.3.3", + "shx": "^0.3.4", "ts-node": "^10.9.1", "tslib": "^2.4.1", "typescript": "^4.9.4"