build(deps-dev): bump vite-plugin-graphql-codegen

Bumps the vite group in /frontend with 1 update: [vite-plugin-graphql-codegen](https://github.com/danielwaltz/vite-plugin-graphql-codegen).


Updates `vite-plugin-graphql-codegen` from 3.4.4 to 3.4.5
- [Release notes](https://github.com/danielwaltz/vite-plugin-graphql-codegen/releases)
- [Changelog](https://github.com/danielwaltz/vite-plugin-graphql-codegen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v3.4.4...v3.4.5)

---
updated-dependencies:
- dependency-name: vite-plugin-graphql-codegen
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vite
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-01-27 13:34:50 +00:00
committed by GitHub
parent 34a553c9b2
commit 5c2122dcc3
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -73,7 +73,7 @@
"typescript": "^5.7.3",
"vite": "6.0.11",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-graphql-codegen": "^3.4.4",
"vite-plugin-graphql-codegen": "^3.4.5",
"vite-plugin-manifest-sri": "^0.2.0",
"vitest": "^3.0.1"
}
@@ -16178,9 +16178,9 @@
}
},
"node_modules/vite-plugin-graphql-codegen": {
"version": "3.4.4",
"resolved": "https://registry.npmjs.org/vite-plugin-graphql-codegen/-/vite-plugin-graphql-codegen-3.4.4.tgz",
"integrity": "sha512-khEobnKcWVjJnWcqIWbRIAT1ytSORF0vSgePZUWx8SBc6cqqfw9JjydO71/tMxS6FzsvzYEGCF4Ef3sTtUwOww==",
"version": "3.4.5",
"resolved": "https://registry.npmjs.org/vite-plugin-graphql-codegen/-/vite-plugin-graphql-codegen-3.4.5.tgz",
"integrity": "sha512-+SpN1O7tBzHCsaJz4riNMULhSUd+/bO0gIOrK3uCU6Xtjy62KaHhU2yhsWMe8o6C05Ik36Gukku9LxF0n69rmg==",
"dev": true,
"license": "MIT",
"dependencies": {
+1 -1
View File
@@ -83,7 +83,7 @@
"typescript": "^5.7.3",
"vite": "6.0.11",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-graphql-codegen": "^3.4.4",
"vite-plugin-graphql-codegen": "^3.4.5",
"vite-plugin-manifest-sri": "^0.2.0",
"vitest": "^3.0.1"
},