diff --git a/package-lock.json b/package-lock.json index 44e753a..bf5b065 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "vite": "^7.0.0", "vite-plugin-dts": "^4.5.4", "vite-plugin-node-polyfills": "^0.25.0", - "vite-plugin-static-copy": "^3.0.2", + "vite-plugin-static-copy": "^4.0.0", "vitest": "^4.0.0" } }, @@ -4131,7 +4131,9 @@ "license": "MIT" }, "node_modules/p-map": { - "version": "7.0.3", + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-7.0.4.tgz", + "integrity": "sha512-tkAQEw8ysMzmkhgw8k+1U/iPhWNhykKnSk4Rd5zLoPJCuJaGRPo6YposrZgaxHKzDHdDWWZvE/Sk7hsL2X/CpQ==", "dev": true, "license": "MIT", "engines": { @@ -5612,21 +5614,26 @@ } }, "node_modules/vite-plugin-static-copy": { - "version": "3.1.2", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-4.1.0.tgz", + "integrity": "sha512-9XOarNV7LgP0KBB7AApxdgFikLXx3daZdqjC3AevYsL6MrUH62zphonLUs2a6LZc1HN1GY+vQdheZ8VVJb6dQQ==", "dev": true, "license": "MIT", "dependencies": { "chokidar": "^3.6.0", - "fs-extra": "^11.3.0", - "p-map": "^7.0.3", + "p-map": "^7.0.4", "picocolors": "^1.1.1", - "tinyglobby": "^0.2.14" + "tinyglobby": "^0.2.15" }, "engines": { - "node": "^18.0.0 || >=20.0.0" + "node": "^22.0.0 || >=24.0.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/sapphi-red" }, "peerDependencies": { - "vite": "^5.0.0 || ^6.0.0 || ^7.0.0" + "vite": "^6.0.0 || ^7.0.0 || ^8.0.0" } }, "node_modules/vitest": { diff --git a/package.json b/package.json index 96be33d..3012dd1 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "vite": "^7.0.0", "vite-plugin-dts": "^4.5.4", "vite-plugin-node-polyfills": "^0.25.0", - "vite-plugin-static-copy": "^3.0.2", + "vite-plugin-static-copy": "^4.0.0", "vitest": "^4.0.0" }, "publishConfig": {