Skip to content

Commit 4fb737f

Browse files
chore: downgrade yargs-parser to v21
1 parent 071fc3b commit 4fb737f

File tree

2 files changed

+7
-27
lines changed

2 files changed

+7
-27
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
"@types/yargs-parser": "^21.0.3",
7575
"@typescript-eslint/parser": "^8.44.0",
7676
"@vitest/coverage-v8": "^3.2.4",
77+
"@vitest/eslint-plugin": "^1.3.4",
7778
"ai": "^4.3.17",
7879
"duplexpair": "^1.0.2",
7980
"eslint": "^9.34.0",
@@ -93,7 +94,6 @@
9394
"tsx": "^4.20.5",
9495
"typescript": "^5.9.2",
9596
"typescript-eslint": "^8.41.0",
96-
"@vitest/eslint-plugin": "^1.3.4",
9797
"uuid": "^13.0.0",
9898
"vitest": "^3.2.4"
9999
},
@@ -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)