Skip to content

Commit

Permalink
build(deps): bump which from 2.0.1 to 2.0.2 (#1293)
Browse files Browse the repository at this point in the history
* build(deps): bump which from 2.0.1 to 2.0.2

Bumps [which](https://github.com/isaacs/node-which) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/isaacs/node-which/releases)
- [Changelog](https://github.com/npm/node-which/blob/master/CHANGELOG.md)
- [Commits](npm/node-which@v2.0.1...v2.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Finish upgrading via bolt
  • Loading branch information
dependabot-preview[bot] authored and malept committed Nov 21, 2019
1 parent 622c3b8 commit b5b2ad5
Show file tree
Hide file tree
Showing 3 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 @@ -90,7 +90,7 @@
"webpack-dev-middleware": "^3.7.2",
"webpack-hot-middleware": "^2.25.0",
"webpack-merge": "^4.2.2",
"which": "^2.0.1",
"which": "^2.0.2",
"xterm": "^4.2.0",
"yarn-or-npm": "^3.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/maker/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"dependencies": {
"@electron-forge/shared-types": "6.0.0-beta.45",
"fs-extra": "^8.1.0",
"which": "^2.0.1"
"which": "^2.0.2"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9172,10 +9172,10 @@ which@1.3.1, which@^1.2.14, 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==
which@^2.0.1, which@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==
dependencies:
isexe "^2.0.0"

Expand Down

0 comments on commit b5b2ad5

Please sign in to comment.