build(deps-dev): bump vite-plugin-graphql-codegen from 3.6.0 to 3.6.1 in /frontend in the vite group (#4531)

This commit is contained in:
Quentin Gliech
2025-05-09 09:15:52 +02:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -72,7 +72,7 @@
"typescript": "^5.8.3",
"vite": "6.3.5",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-graphql-codegen": "^3.6.0",
"vite-plugin-graphql-codegen": "^3.6.1",
"vite-plugin-manifest-sri": "^0.2.0",
"vitest": "^3.1.2"
}
@@ -14053,9 +14053,9 @@
}
},
"node_modules/vite-plugin-graphql-codegen": {
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/vite-plugin-graphql-codegen/-/vite-plugin-graphql-codegen-3.6.0.tgz",
"integrity": "sha512-Kf11O+vEFDnnBkxRLgfx8Of+TD5DvE+K66keGfLb1OOmJKEmTvZ2a1nf+ahDPC8eUlUI4tlsfekio+SRawH4Ow==",
"version": "3.6.1",
"resolved": "https://registry.npmjs.org/vite-plugin-graphql-codegen/-/vite-plugin-graphql-codegen-3.6.1.tgz",
"integrity": "sha512-6uTRv8jD1pp9kt6StjOL6BGj166qVXmRwe06m9I1qtxjIVf+i7aF95gFv0NKxhEXXaDr1hFVlpp+3Ts+SQAy4g==",
"dev": true,
"license": "MIT",
"peerDependencies": {
+1 -1
View File
@@ -82,7 +82,7 @@
"typescript": "^5.8.3",
"vite": "6.3.5",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-graphql-codegen": "^3.6.0",
"vite-plugin-graphql-codegen": "^3.6.1",
"vite-plugin-manifest-sri": "^0.2.0",
"vitest": "^3.1.2"
},