From 0aa78784a7bd6ae6558eb86d29c6849b10c52209 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 12:27:18 +0000 Subject: [PATCH] chore(deps): update dependency vite-plugin-comlink to v5.1.0 --- frontend/package-lock.json | 18 +++++++++--------- frontend/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 277a7b3db8..0ac6f9a48c 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -102,7 +102,7 @@ "sass": "1.32.13", "unplugin-vue-components": "0.27.4", "vite": "5.4.11", - "vite-plugin-comlink": "5.0.1", + "vite-plugin-comlink": "5.1.0", "vite-plugin-vue2-svg": "0.4.0", "vitest": "2.1.4", "vitest-canvas-mock": "0.3.3", @@ -11397,14 +11397,14 @@ } }, "node_modules/vite-plugin-comlink": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/vite-plugin-comlink/-/vite-plugin-comlink-5.0.1.tgz", - "integrity": "sha512-4TGw5+bTg5ROd8N2m9O/y0CoS81g8nyce9EI/eV51i54EJ938lFadXEButhaptJs89l5NY9+TkdjI5jXX4cWOw==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/vite-plugin-comlink/-/vite-plugin-comlink-5.1.0.tgz", + "integrity": "sha512-ROKDAITiEasFstFQD3Hyd0F980qLWUsMfx9HvD1z4r/ZyzJf4agWoj5dfOE9pNxSGj3meOw7bmMujTjzR5zxTA==", "dev": true, "license": "MIT", "dependencies": { "json5": "2.2.3", - "magic-string": "0.30.10", + "magic-string": "0.30.12", "source-map": "^0.7.4" }, "peerDependencies": { @@ -11413,13 +11413,13 @@ } }, "node_modules/vite-plugin-comlink/node_modules/magic-string": { - "version": "0.30.10", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.10.tgz", - "integrity": "sha512-iIRwTIf0QKV3UAnYK4PU8uiEc4SRh5jX0mwpIwETPpHdhVM4f53RSwS/vXvN1JhGX+Cs7B8qIq3d6AH49O5fAQ==", + "version": "0.30.12", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.12.tgz", + "integrity": "sha512-Ea8I3sQMVXr8JhN4z+H/d8zwo+tYDgHE9+5G4Wnrwhs0gaK9fXTKx0Tw5Xwsd/bCPTTZNRAdpyzvoeORe9LYpw==", "dev": true, "license": "MIT", "dependencies": { - "@jridgewell/sourcemap-codec": "^1.4.15" + "@jridgewell/sourcemap-codec": "^1.5.0" } }, "node_modules/vite-plugin-vue2-svg": { diff --git a/frontend/package.json b/frontend/package.json index 47aad96b65..36b84f80e1 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -114,7 +114,7 @@ "sass": "1.32.13", "unplugin-vue-components": "0.27.4", "vite": "5.4.11", - "vite-plugin-comlink": "5.0.1", + "vite-plugin-comlink": "5.1.0", "vite-plugin-vue2-svg": "0.4.0", "vitest": "2.1.4", "vitest-canvas-mock": "0.3.3",