build(deps-dev): bump @graphql-codegen/cli from 6.0.0 to 6.0.1 in /frontend in the graphql-codegen group (#5175)

This commit is contained in:
Quentin Gliech
2025-10-22 16:03:54 +02:00
committed by GitHub
2 changed files with 5 additions and 12 deletions

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.13",
@@ -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",

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.13",