Skip to content

Commit 6ee7b70

Browse files
fix: pin yargs-parser to 21 for VSCode compatibility (#562)
1 parent 7fa4a2f commit 6ee7b70

File tree

2 files changed

+6
-26
lines changed

2 files changed

+6
-26
lines changed

package-lock.json

Lines changed: 5 additions & 25 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
@@ -115,7 +115,7 @@
115115
"oauth4webapi": "^3.8.0",
116116
"openapi-fetch": "^0.14.0",
117117
"ts-levenshtein": "^1.0.7",
118-
"yargs-parser": "^22.0.0",
118+
"yargs-parser": "^21.1.1",
119119
"zod": "^3.25.76"
120120
},
121121
"engines": {

0 commit comments

Comments
 (0)