Skip to content

Commit

Permalink
fix(deps): bump is-wsl from 2.2.0 to 3.0.0 (#173)
Browse files Browse the repository at this point in the history
Bumps [is-wsl](https://github.com/sindresorhus/is-wsl) from 2.2.0 to 3.0.0.
- [Release notes](https://github.com/sindresorhus/is-wsl/releases)
- [Commits](sindresorhus/is-wsl@v2.2.0...v3.0.0)

---
updated-dependencies:
- dependency-name: is-wsl
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 11, 2023
1 parent 5d6e015 commit 38cb06b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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": "^2.2.0",
"is-wsl": "^3.0.0",
"listr2": "^6.6.1",
"log-update": "^5.0.1",
"playwright-chromium": "^1.37.0",
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4768,6 +4768,13 @@ 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==
dependencies:
is-docker "^3.0.0"

isarray@0.0.1:
version "0.0.1"
resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf"
Expand Down

0 comments on commit 38cb06b

Please sign in to comment.