diff --git a/demo/package-lock.json b/demo/package-lock.json index 1dedd0a..d23d025 100644 --- a/demo/package-lock.json +++ b/demo/package-lock.json @@ -15,7 +15,7 @@ "typescript": "^5.9.3", "vite": "^8.0.0", "vite-plugin-checker": "^0.12.0", - "vite-plugin-static-copy": "^3.2.0" + "vite-plugin-static-copy": "^3.3.0" } }, "../rustoku-wasm/pkg": { @@ -1197,9 +1197,9 @@ } }, "node_modules/vite-plugin-static-copy": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-3.2.0.tgz", - "integrity": "sha512-g2k9z8B/1Bx7D4wnFjPLx9dyYGrqWMLTpwTtPHhcU+ElNZP2O4+4OsyaficiDClus0dzVhdGvoGFYMJxoXZ12Q==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-3.3.0.tgz", + "integrity": "sha512-XiAtZcev7nppxNFgKoD55rfL+ukVp/RtrnTJONRwRuzv/B2FK2h2ZRCYjvxhwBV/Oarse83SiyXBSxMTfeEM0Q==", "dev": true, "license": "MIT", "dependencies": { @@ -1216,7 +1216,7 @@ "url": "https://github.com/sponsors/sapphi-red" }, "peerDependencies": { - "vite": "^5.0.0 || ^6.0.0 || ^7.0.0" + "vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0" } }, "node_modules/vite-plugin-static-copy/node_modules/chokidar": { diff --git a/demo/package.json b/demo/package.json index 4e4eacd..649e25b 100644 --- a/demo/package.json +++ b/demo/package.json @@ -13,7 +13,7 @@ "typescript": "^5.9.3", "vite": "^8.0.0", "vite-plugin-checker": "^0.12.0", - "vite-plugin-static-copy": "^3.2.0" + "vite-plugin-static-copy": "^3.3.0" }, "dependencies": { "vite-plugin-wasm": "^3.5.0",