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

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


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

---
updated-dependencies:
- dependency-name: "@graphql-codegen/client-preset"
  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-02-05 14:10:36 +00:00
committed by GitHub
parent b350cef8a7
commit a0ce70328f
2 changed files with 9 additions and 9 deletions

View File

@@ -36,7 +36,7 @@
"@browser-logos/safari": "^2.1.0",
"@codecov/vite-plugin": "^1.8.0",
"@graphql-codegen/cli": "^5.0.4",
"@graphql-codegen/client-preset": "^4.5.1",
"@graphql-codegen/client-preset": "^4.6.1",
"@graphql-codegen/typescript-msw": "^3.0.0",
"@storybook/addon-essentials": "^8.5.3",
"@storybook/addon-interactions": "^8.5.3",
@@ -2000,16 +2000,16 @@
}
},
"node_modules/@graphql-codegen/client-preset": {
"version": "4.6.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/client-preset/-/client-preset-4.6.0.tgz",
"integrity": "sha512-+zSdT2ru3BOX6e1iuBk2VMe04HumJQQZDCXO4N2LXzv9c15ohFmjY8HdTtFjoi9IKsAH4fT32BzszY6pqVSvHw==",
"version": "4.6.1",
"resolved": "https://registry.npmjs.org/@graphql-codegen/client-preset/-/client-preset-4.6.1.tgz",
"integrity": "sha512-KsgXzM1TbLEomS+sT5M8npTAzI3WberRiiYlJejIvbmvOSvcTVBUICK/Np10IbxghYGkeF7ik2kBw0FxnLtkQg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.20.2",
"@babel/template": "^7.20.7",
"@graphql-codegen/add": "^5.0.3",
"@graphql-codegen/gql-tag-operations": "4.0.13",
"@graphql-codegen/gql-tag-operations": "4.0.14",
"@graphql-codegen/plugin-helpers": "^5.1.0",
"@graphql-codegen/typed-document-node": "^5.0.13",
"@graphql-codegen/typescript": "^4.1.3",
@@ -2058,9 +2058,9 @@
"license": "0BSD"
},
"node_modules/@graphql-codegen/gql-tag-operations": {
"version": "4.0.13",
"resolved": "https://registry.npmjs.org/@graphql-codegen/gql-tag-operations/-/gql-tag-operations-4.0.13.tgz",
"integrity": "sha512-oZYa57ywkCAPZdNmiUknoHnHbPx+5HQNfHDVwCBKRKrVmJS0dMVZuHV0Vr/4GQUNQIFP0Jn6EEFjVlqfPwbEMQ==",
"version": "4.0.14",
"resolved": "https://registry.npmjs.org/@graphql-codegen/gql-tag-operations/-/gql-tag-operations-4.0.14.tgz",
"integrity": "sha512-/jyW6zbIt9xiLAmkLsLwJDegeFytg6n5yf79dEbkhOflclIM2t1YhEAXQxIuqgDgM/PQ34Zfu3wtgWSgUOReXg==",
"dev": true,
"license": "MIT",
"dependencies": {

View File

@@ -46,7 +46,7 @@
"@browser-logos/safari": "^2.1.0",
"@codecov/vite-plugin": "^1.8.0",
"@graphql-codegen/cli": "^5.0.4",
"@graphql-codegen/client-preset": "^4.5.1",
"@graphql-codegen/client-preset": "^4.6.1",
"@graphql-codegen/typescript-msw": "^3.0.0",
"@storybook/addon-essentials": "^8.5.3",
"@storybook/addon-interactions": "^8.5.3",