Skip to content

Commit bbb68a5

Browse files
fix(deps): update dependency @commander-js/extra-typings to v13 (#8211)
* fix(deps): update dependency @commander-js/extra-typings to v13 * 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>
1 parent 8759bc5 commit bbb68a5

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@graphql-mesh/compose-cli": patch
3+
---
4+
dependencies updates:
5+
- Updated dependency [`@commander-js/extra-typings@^13.0.0` ↗︎](https://www.npmjs.com/package/@commander-js/extra-typings/v/13.0.0) (from `^12.1.0`, in `dependencies`)

packages/compose-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"graphql": "*"
3939
},
4040
"dependencies": {
41-
"@commander-js/extra-typings": "^12.1.0",
41+
"@commander-js/extra-typings": "^13.0.0",
4242
"@graphql-mesh/fusion-composition": "^0.7.16",
4343
"@graphql-mesh/include": "^0.2.9",
4444
"@graphql-mesh/string-interpolation": "^0.5.7",

yarn.lock

+10-1
Original file line numberDiff line numberDiff line change
@@ -3309,6 +3309,15 @@ __metadata:
33093309
languageName: node
33103310
linkType: hard
33113311

3312+
"@commander-js/extra-typings@npm:^13.0.0":
3313+
version: 13.0.0
3314+
resolution: "@commander-js/extra-typings@npm:13.0.0"
3315+
peerDependencies:
3316+
commander: ~13.0.0
3317+
checksum: 10c0/7d1f75624ef5026462600b9ef9f7dbb701cefa3a17204bf57a9946aece44ccff343407d910620645c1daa9416439f5be6597adf75a0b8b4cfd08d59b345d0fcc
3318+
languageName: node
3319+
linkType: hard
3320+
33123321
"@commander-js/extra-typings@patch:@commander-js/extra-typings@npm%3A12.1.0#~/.yarn/patches/@commander-js-extra-typings-npm-12.1.0-65a781f8c6.patch":
33133322
version: 12.1.0
33143323
resolution: "@commander-js/extra-typings@patch:@commander-js/extra-typings@npm%3A12.1.0#~/.yarn/patches/@commander-js-extra-typings-npm-12.1.0-65a781f8c6.patch::version=12.1.0&hash=952fa3"
@@ -6142,7 +6151,7 @@ __metadata:
61426151
version: 0.0.0-use.local
61436152
resolution: "@graphql-mesh/compose-cli@workspace:packages/compose-cli"
61446153
dependencies:
6145-
"@commander-js/extra-typings": "npm:^12.1.0"
6154+
"@commander-js/extra-typings": "npm:^13.0.0"
61466155
"@graphql-mesh/fusion-composition": "npm:^0.7.16"
61476156
"@graphql-mesh/include": "npm:^0.2.9"
61486157
"@graphql-mesh/string-interpolation": "npm:^0.5.7"

0 commit comments

Comments
 (0)