chore(deps): bump which from 1.3.1 to 2.0.1 (#185)
Bumps [which](https://github.com/isaacs/node-which) from 1.3.1 to 2.0.1. - [Release notes](https://github.com/isaacs/node-which/releases) - [Changelog](https://github.com/npm/node-which/blob/master/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-which/compare/v1.3.1...v2.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
b1363e7ee4
commit
bb30c70845
2 changed files with 9 additions and 2 deletions
|
@ -40,7 +40,7 @@
|
|||
"p-each-series": "^1.0.0",
|
||||
"parse-git-config": "^3.0.0",
|
||||
"validate-npm-package-name": "^3.0.0",
|
||||
"which": "^1.3.1",
|
||||
"which": "^2.0.1",
|
||||
"@freesewing/i18n": "^2.1.3",
|
||||
"@freesewing/pattern-info": "^2.1.3"
|
||||
},
|
||||
|
|
|
@ -6964,7 +6964,7 @@ create-error-class@^3.0.0:
|
|||
p-each-series "^1.0.0"
|
||||
parse-git-config "^3.0.0"
|
||||
validate-npm-package-name "^3.0.0"
|
||||
which "^1.3.1"
|
||||
which "^2.0.1"
|
||||
|
||||
create-hash@^1.1.0, create-hash@^1.1.2:
|
||||
version "1.2.0"
|
||||
|
@ -20572,6 +20572,13 @@ which@1, which@1.3.1, which@^1.2.9, which@^1.3.0, which@^1.3.1:
|
|||
dependencies:
|
||||
isexe "^2.0.0"
|
||||
|
||||
which@^2.0.1:
|
||||
version "2.0.1"
|
||||
resolved "https://registry.yarnpkg.com/which/-/which-2.0.1.tgz#f1cf94d07a8e571b6ff006aeb91d0300c47ef0a4"
|
||||
integrity sha512-N7GBZOTswtB9lkQBZA4+zAXrjEIWAUOB93AvzUiudRzRxhUdLURQ7D/gAIMY1gatT/LTbmbcv8SiYazy3eYB7w==
|
||||
dependencies:
|
||||
isexe "^2.0.0"
|
||||
|
||||
wide-align@1.1.3, wide-align@^1.1.0:
|
||||
version "1.1.3"
|
||||
resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue