diff --git a/package-lock.json b/package-lock.json index 4144bb0..e9bd03f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,6 +7,7 @@ "": { "name": "vite-rust-wasm", "version": "0.0.0", + "license": "Proprietary", "devDependencies": { "@sveltejs/vite-plugin-svelte": "^3.0.1", "@tsconfig/svelte": "^5.0.2", @@ -16,7 +17,7 @@ "typescript": "^5.2.2", "vite": "^5.0.8", "vite-plugin-top-level-await": "^1.4.1", - "vite-plugin-wasm": "^3.3.0" + "vite-plugin-wasm": "^3.4.1" } }, "node_modules/@ampproject/remapping": { @@ -2079,12 +2080,12 @@ } }, "node_modules/vite-plugin-wasm": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/vite-plugin-wasm/-/vite-plugin-wasm-3.3.0.tgz", - "integrity": "sha512-tVhz6w+W9MVsOCHzxo6SSMSswCeIw4HTrXEi6qL3IRzATl83jl09JVO1djBqPSwfjgnpVHNLYcaMbaDX5WB/pg==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/vite-plugin-wasm/-/vite-plugin-wasm-3.4.1.tgz", + "integrity": "sha512-ja3nSo2UCkVeitltJGkS3pfQHAanHv/DqGatdI39ja6McgABlpsZ5hVgl6wuR8Qx5etY3T5qgDQhOWzc5RReZA==", "dev": true, "peerDependencies": { - "vite": "^2 || ^3 || ^4 || ^5" + "vite": "^2 || ^3 || ^4 || ^5 || ^6" } }, "node_modules/vitefu": { diff --git a/package.json b/package.json index 14fe4e8..19e08b2 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,6 @@ "typescript": "^5.2.2", "vite": "^5.0.8", "vite-plugin-top-level-await": "^1.4.1", - "vite-plugin-wasm": "^3.3.0" + "vite-plugin-wasm": "^3.4.1" } }