diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 6eb7cc0cf25..24f18b6666f 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -99,7 +99,7 @@ "sass": "1.32.13", "unplugin-vue-components": "0.27.0", "vite": "5.2.11", - "vite-plugin-comlink": "4.1.0", + "vite-plugin-comlink": "5.0.0", "vite-plugin-vue2-svg": "0.4.0", "vitest": "1.6.0", "vitest-canvas-mock": "0.3.3", @@ -12691,9 +12691,9 @@ } }, "node_modules/vite-plugin-comlink": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/vite-plugin-comlink/-/vite-plugin-comlink-4.1.0.tgz", - "integrity": "sha512-wsCLCobd7k8X7oB803XzPAvcypcoQj6cTaw6n1qb11jhegssZSwDhI52vLtitVUjYi/1/IqtKpQZeyUsLvuLdg==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/vite-plugin-comlink/-/vite-plugin-comlink-5.0.0.tgz", + "integrity": "sha512-nkVjmviuvUFnBZYH7SV0NthiE3kpZ5/+UcwyG3imZVYhswL33X5GwlZzX32PxOONEK5pK6Fp0NNv7AEnHutTTg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index f5bb5dcef29..55ee275c151 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -111,7 +111,7 @@ "sass": "1.32.13", "unplugin-vue-components": "0.27.0", "vite": "5.2.11", - "vite-plugin-comlink": "4.1.0", + "vite-plugin-comlink": "5.0.0", "vite-plugin-vue2-svg": "0.4.0", "vitest": "1.6.0", "vitest-canvas-mock": "0.3.3",