Skip to content

Commit 2f4d20c

Browse files
feat(deps): update dependency @types/which to ^2.0.2
1 parent a9277e6 commit 2f4d20c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@types/mkdirp": "^1.0.2",
6262
"@types/node": "^18.11.18",
6363
"@types/rimraf": "^3.0.2",
64-
"@types/which": "^2.0.1",
64+
"@types/which": "^2.0.2",
6565
"@typescript-eslint/eslint-plugin": "^5.48.2",
6666
"@typescript-eslint/parser": "^5.48.2",
6767
"commitizen": "^4.2.6",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1984,10 +1984,10 @@
19841984
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.6.tgz#250a7b16c3b91f672a24552ec64678eeb1d3a08d"
19851985
integrity sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==
19861986

1987-
"@types/which@^2.0.1":
1988-
version "2.0.1"
1989-
resolved "https://registry.yarnpkg.com/@types/which/-/which-2.0.1.tgz#27ecd67f915b7c3d6ba552135bb1eecd66e63501"
1990-
integrity sha512-Jjakcv8Roqtio6w1gr0D7y6twbhx6gGgFGF5BLwajPpnOIOxFkakFhCq+LmyyeAz7BX6ULrjBOxdKaCDy+4+dQ==
1987+
"@types/which@^2.0.2":
1988+
version "2.0.2"
1989+
resolved "https://registry.yarnpkg.com/@types/which/-/which-2.0.2.tgz#54541d02d6b1daee5ec01ac0d1b37cecf37db1ae"
1990+
integrity sha512-113D3mDkZDjo+EeUEHCFy0qniNc1ZpecGiAU7WSo7YDoSzolZIQKpYFHrPpjkB2nuyahcKfrmLXeQlh7gqJYdw==
19911991

19921992
"@types/yargs-parser@*":
19931993
version "20.2.1"

0 commit comments

Comments
 (0)