Skip to content

Commit c1aaa77

Browse files
fix(deps): update dependency yargs to v18
1 parent 8341829 commit c1aaa77

File tree

5 files changed

+54
-12
lines changed

5 files changed

+54
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"probot": "13.2.2",
5252
"shelljs": "0.8.5",
5353
"vite-tsconfig-paths": "5.1.4",
54-
"yargs": "17.7.2"
54+
"yargs": "18.0.0"
5555
},
5656
"devDependencies": {
5757
"@changesets/changelog-github": "0.5.0",

packages/ci/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"@graphql-inspector/loaders": "workspace:*",
7979
"@graphql-inspector/logger": "workspace:*",
8080
"tslib": "2.6.2",
81-
"yargs": "17.7.2"
81+
"yargs": "18.0.0"
8282
},
8383
"publishConfig": {
8484
"directory": "dist",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"@graphql-inspector/url-loader": "workspace:*",
9292
"@graphql-inspector/validate-command": "workspace:*",
9393
"tslib": "2.6.2",
94-
"yargs": "17.7.2"
94+
"yargs": "18.0.0"
9595
},
9696
"publishConfig": {
9797
"directory": "dist",

packages/commands/commands/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@graphql-inspector/config": "^4.0.0",
6565
"@graphql-inspector/loaders": "^4.0.5",
6666
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0",
67-
"yargs": "17.7.2"
67+
"yargs": "18.0.0"
6868
},
6969
"dependencies": {
7070
"tslib": "2.6.2"

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)