From 9bb9c5c0c6b30accc1128e7deb3e2df1965fb25d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 04:33:24 +0000 Subject: [PATCH] fix(deps): bump is-wsl from 3.0.0 to 3.1.0 Bumps [is-wsl](https://github.com/sindresorhus/is-wsl) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/sindresorhus/is-wsl/releases) - [Commits](https://github.com/sindresorhus/is-wsl/compare/v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: is-wsl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 25737928a..29d661a0f 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "enquirer": "^2.4.1", "fs-extra": "^11.1.1", "is-docker": "^3.0.0", - "is-wsl": "^3.0.0", + "is-wsl": "^3.1.0", "listr2": "^6.6.1", "log-update": "^5.0.1", "playwright-chromium": "^1.38.1", diff --git a/yarn.lock b/yarn.lock index aec0702e5..12118ff48 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4874,12 +4874,12 @@ is-wsl@^2.1.1, is-wsl@^2.2.0: dependencies: is-docker "^2.0.0" -is-wsl@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-3.0.0.tgz#8d51da05a88746f0944a44b51e5bcd0fb7eaa8b4" - integrity sha512-TQ7xXW/fTBaz/HhGSV779AC99ocpvb9qJPuPwyIea+F+Z+htcQ1wouAA0xEQaa4saVqyP8mwkoYp5efeM/4Gbg== +is-wsl@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-3.1.0.tgz#e1c657e39c10090afcbedec61720f6b924c3cbd2" + integrity sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw== dependencies: - is-docker "^3.0.0" + is-inside-container "^1.0.0" isarray@0.0.1: version "0.0.1"