Skip to content

Commit fc221fa

Browse files
committed
deps: Lock 'which' dependency
This dependency was being used by the project, but it only worked because some of our dependencies used it. This commit locks the version (I've investigated first which we're using today).
1 parent 9b11295 commit fc221fa

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"request": "^2.88.0",
2424
"semver": "7.3.5",
2525
"tmp-promise": "^3.0.2",
26+
"which": "2.0.2",
2627
"yaml": "^1.5.1"
2728
},
2829
"bin": {

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5649,20 +5649,20 @@ which-module@^2.0.0:
56495649
resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"
56505650
integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=
56515651

5652+
[email protected], which@^2.0.0, which@^2.0.1, which@^2.0.2:
5653+
version "2.0.2"
5654+
resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
5655+
integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==
5656+
dependencies:
5657+
isexe "^2.0.0"
5658+
56525659
which@^1.2.9:
56535660
version "1.3.1"
56545661
resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"
56555662
integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==
56565663
dependencies:
56575664
isexe "^2.0.0"
56585665

5659-
which@^2.0.0, which@^2.0.1, which@^2.0.2:
5660-
version "2.0.2"
5661-
resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
5662-
integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==
5663-
dependencies:
5664-
isexe "^2.0.0"
5665-
56665666
word-wrap@~1.2.3:
56675667
version "1.2.3"
56685668
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c"

0 commit comments

Comments
 (0)