mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
chore(deps): update dependency is-wsl to v2 (#5587)
This commit is contained in:
parent
31a15559e5
commit
9ada36e08e
@ -61,7 +61,7 @@
|
||||
"fs-extra": "^7.0.1",
|
||||
"get-port": "^5.0.0",
|
||||
"glob": "^7.1.3",
|
||||
"is-wsl": "^1.1.0",
|
||||
"is-wsl": "^2.0.0",
|
||||
"jest": "^24.7.1",
|
||||
"jsdom": "^15.0.0",
|
||||
"klaw-sync": "^6.0.0",
|
||||
|
@ -6040,6 +6040,11 @@ is-wsl@^1.1.0:
|
||||
resolved "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d"
|
||||
integrity sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=
|
||||
|
||||
is-wsl@^2.0.0:
|
||||
version "2.0.0"
|
||||
resolved "https://registry.npmjs.org/is-wsl/-/is-wsl-2.0.0.tgz#32849d5bf66413883ce07fada2e924f5505ed493"
|
||||
integrity sha512-58xqeym9YpL60zUX4GlBfSLgV0mOL5JRQ6b8HnmmD4crNxprFdL7JGuo9AgtY38+JqseeA6t+XzYCprTkD4nmg==
|
||||
|
||||
isarray@1.0.0, isarray@^1.0.0, isarray@~1.0.0:
|
||||
version "1.0.0"
|
||||
resolved "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
|
||||
|
Loading…
Reference in New Issue
Block a user