From e6fa10d4272c243bedcf7d6ce00e61fb27602776 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 23 Apr 2019 10:14:33 +0000 Subject: [PATCH] Update is-wsl requirement from ^1.1.0 to ^2.0.0 Updates the requirements on [is-wsl](https://github.com/sindresorhus/is-wsl) to permit the latest version. - [Release notes](https://github.com/sindresorhus/is-wsl/releases) - [Commits](https://github.com/sindresorhus/is-wsl/compare/v1.1.0...v2.0.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e105fead..4fc4f0de 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "bluebird": "^3.0.6", "fs-extra": "^7.0.0", "glob-all": "^3.1.0", - "is-wsl": "^1.1.0", + "is-wsl": "^2.0.0", "jszip": "^3.1.0", "lodash.get": "^4.4.2", "lodash.set": "^4.3.2",