diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 9717ae674..4b6904d66 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -70,9 +70,9 @@ "storybook-react-i18next": "^3.3.1", "tailwindcss": "^3.4.17", "typescript": "^5.8.3", - "vite": "6.3.4", + "vite": "6.3.5", "vite-plugin-compression": "^0.5.1", - "vite-plugin-graphql-codegen": "^3.5.0", + "vite-plugin-graphql-codegen": "^3.6.0", "vite-plugin-manifest-sri": "^0.2.0", "vitest": "^3.1.2" } @@ -13930,9 +13930,9 @@ } }, "node_modules/vite": { - "version": "6.3.4", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.3.4.tgz", - "integrity": "sha512-BiReIiMS2fyFqbqNT/Qqt4CVITDU9M9vE+DKcVAsB+ZV0wvTKd+3hMbkpxz1b+NmEDMegpVbisKiAZOnvO92Sw==", + "version": "6.3.5", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.3.5.tgz", + "integrity": "sha512-cZn6NDFE7wdTpINgs++ZJ4N49W2vRp8LCKrn3Ob1kYNtOo21vfDoaV5GzBfLU4MovSAB8uNRm4jgzVQZ+mBzPQ==", "dev": true, "license": "MIT", "dependencies": { @@ -14058,14 +14058,11 @@ } }, "node_modules/vite-plugin-graphql-codegen": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/vite-plugin-graphql-codegen/-/vite-plugin-graphql-codegen-3.5.0.tgz", - "integrity": "sha512-K9SDS30BTdzHEjPDlfyB2K7zTBSrB8jBWxM+uR1Jo/bIZPT5IZKbZeTS2R1fGTIFbAuYUf4AWOVMsOZ4v/XcTw==", + "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==", "dev": true, "license": "MIT", - "dependencies": { - "@graphql-codegen/plugin-helpers": "^5.1.0" - }, "peerDependencies": { "@graphql-codegen/cli": ">=1.0.0 <6.0.0", "graphql": ">=14.0.0 <17.0.0", diff --git a/frontend/package.json b/frontend/package.json index 0c59a85dd..74f39a1c0 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -80,9 +80,9 @@ "storybook-react-i18next": "^3.3.1", "tailwindcss": "^3.4.17", "typescript": "^5.8.3", - "vite": "6.3.4", + "vite": "6.3.5", "vite-plugin-compression": "^0.5.1", - "vite-plugin-graphql-codegen": "^3.5.0", + "vite-plugin-graphql-codegen": "^3.6.0", "vite-plugin-manifest-sri": "^0.2.0", "vitest": "^3.1.2" },