From 650fd790d5239ec43704bd2039e1b3462a00f8b6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2020 08:33:45 +0000 Subject: [PATCH] Bump shx from 0.2.2 to 0.3.2 Bumps [shx](https://github.com/shelljs/shx) from 0.2.2 to 0.3.2. - [Release notes](https://github.com/shelljs/shx/releases) - [Changelog](https://github.com/shelljs/shx/blob/master/CHANGELOG.md) - [Commits](https://github.com/shelljs/shx/compare/v0.2.2...v0.3.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c2e26bb..55ba06d 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "mocha": "^5.0.0", "nyc": "^11.4.1", "power-assert": "^1.4.4", - "shx": "^0.2.2", + "shx": "^0.3.2", "tslint": "^5.9.1", "typescript": "^2.7.2" },