build(deps-dev): bump @graphql-codegen/cli

Bumps the graphql-codegen group in /frontend with 1 update: [@graphql-codegen/cli](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli).


Updates `@graphql-codegen/cli` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/graphql-codegen-cli/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/cli@6.0.1/packages/graphql-codegen-cli)

---
updated-dependencies:
- dependency-name: "@graphql-codegen/cli"
  dependency-version: 6.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: graphql-codegen
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-10-22 13:15:46 +00:00
committed by GitHub
parent d8b5e162da
commit cf4ecaec04
2 changed files with 5 additions and 12 deletions
+4 -11
View File
@@ -33,7 +33,7 @@
"@browser-logos/chrome": "^2.0.0",
"@browser-logos/firefox": "^3.0.10",
"@browser-logos/safari": "^2.1.0",
"@graphql-codegen/cli": "^6.0.0",
"@graphql-codegen/cli": "^6.0.1",
"@graphql-codegen/client-preset": "^5.1.0",
"@graphql-codegen/typescript-msw": "^3.0.1",
"@storybook/addon-docs": "^9.1.10",
@@ -1883,9 +1883,9 @@
"license": "0BSD"
},
"node_modules/@graphql-codegen/cli": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/cli/-/cli-6.0.0.tgz",
"integrity": "sha512-tvchLVCMtorDE+UwgQbrjyaQK16GCZA+QomTxZazRx64ixtgmbEiQV7GhCBy0y0Bo7/tcTJb6sy9G/TL/BgiOg==",
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/@graphql-codegen/cli/-/cli-6.0.1.tgz",
"integrity": "sha512-6iP91joxb7phdicDrIF8Cv9ah2QpPVXUUu7rbOaQKvqey+QKYmHcxGCi9r5/7p4lUiHZPQvfB7xDHURHQca1SA==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -1980,13 +1980,6 @@
"jiti": "lib/jiti-cli.mjs"
}
},
"node_modules/@graphql-codegen/cli/node_modules/tslib": {
"version": "2.6.3",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz",
"integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==",
"dev": true,
"license": "0BSD"
},
"node_modules/@graphql-codegen/client-preset": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/client-preset/-/client-preset-5.1.0.tgz",
+1 -1
View File
@@ -43,7 +43,7 @@
"@browser-logos/chrome": "^2.0.0",
"@browser-logos/firefox": "^3.0.10",
"@browser-logos/safari": "^2.1.0",
"@graphql-codegen/cli": "^6.0.0",
"@graphql-codegen/cli": "^6.0.1",
"@graphql-codegen/client-preset": "^5.1.0",
"@graphql-codegen/typescript-msw": "^3.0.1",
"@storybook/addon-docs": "^9.1.10",