Skip to content

Commit fe36638

Browse files
renovate[bot]hgsgtk
authored andcommitted
fix(deps): update dependency which to v3
1 parent fad484f commit fe36638

File tree

3 files changed

+109
-13
lines changed

3 files changed

+109
-13
lines changed

integration-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"jest": "^28.1.3",
3434
"strip-ansi": "^6.0.1",
3535
"tslib": "^2.5.0",
36-
"which": "^2.0.2"
36+
"which": "^3.0.0"
3737
},
3838
"devDependencies": {
3939
"@types/express": "^4.17.17",

package-lock.json

Lines changed: 107 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"tsimportlib": "^0.0.3",
4141
"unzip-stream": "^0.3.1",
4242
"uuid": "^8.3.2",
43-
"which": "^2.0.2",
43+
"which": "^3.0.0",
4444
"winston": "^3.8.2",
4545
"xstate": "^4.35.4"
4646
},

0 commit comments

Comments
 (0)