Skip to content

Commit

Permalink
chore(deps): update dependency yargs to v17.7.2 (#2476)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency yargs to v17.7.2

* chore(dependencies): updated changesets for modified dependencies

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] authored Apr 30, 2023
1 parent 5aececf commit ccfecba
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 14 deletions.
6 changes: 6 additions & 0 deletions .changeset/@graphql-inspector_ci-2476-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@graphql-inspector/ci': patch
---
dependencies updates:
- Updated dependency [`[email protected]` ↗︎](https://www.npmjs.com/package/yargs/v/17.7.2) (from
`17.7.1`, in `dependencies`)
6 changes: 6 additions & 0 deletions .changeset/@graphql-inspector_cli-2476-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@graphql-inspector/cli': patch
---
dependencies updates:
- Updated dependency [`[email protected]` ↗︎](https://www.npmjs.com/package/yargs/v/17.7.2) (from
`17.7.1`, in `dependencies`)
6 changes: 6 additions & 0 deletions .changeset/@graphql-inspector_commands-2476-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@graphql-inspector/commands': patch
---
dependencies updates:
- Updated dependency [`[email protected]` ↗︎](https://www.npmjs.com/package/yargs/v/17.7.2) (from
`17.7.1`, in `peerDependencies`)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"js-yaml": "4.1.0",
"probot": "12.3.0",
"shelljs": "0.8.5",
"yargs": "17.7.1"
"yargs": "17.7.2"
},
"devDependencies": {
"@changesets/changelog-github": "0.4.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/ci/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@graphql-inspector/loaders": "workspace:*",
"@graphql-inspector/logger": "workspace:*",
"tslib": "2.5.0",
"yargs": "17.7.1"
"yargs": "17.7.2"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"@graphql-inspector/url-loader": "workspace:*",
"@graphql-inspector/validate-command": "workspace:*",
"tslib": "2.5.0",
"yargs": "17.7.1"
"yargs": "17.7.2"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/commands/commands/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@graphql-inspector/config": "3.4.5",
"@graphql-inspector/loaders": "3.4.7",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0",
"yargs": "17.7.1"
"yargs": "17.7.2"
},
"dependencies": {
"tslib": "2.5.0"
Expand Down
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ccfecba

Please sign in to comment.