Skip to content

Commit

Permalink
fix(deps): bump is-wsl from 3.0.0 to 3.1.0
Browse files Browse the repository at this point in the history
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](sindresorhus/is-wsl@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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 29, 2023
1 parent 3c1c31f commit 9bb9c5c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9bb9c5c

Please sign in to comment.