diff --git a/package-lock.json b/package-lock.json index a4e45a19..d16bed1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "tinymce": "^8.3.2", "vite": "^7.3.1", "vite-plugin-purgecss": "^0.2.13", - "vite-plugin-static-copy": "^3.3.0" + "vite-plugin-static-copy": "^4.0.0" } }, "node_modules/@esbuild/aix-ppc64": { @@ -3688,9 +3688,9 @@ } }, "node_modules/vite-plugin-static-copy": { - "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==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-4.0.0.tgz", + "integrity": "sha512-TTf6cVTV4M2pH2Wfr3zhevdRsIQezfm2ltDkSfkjqvvdryJHYQyNoPISvuytX3r9jFZV0yVeMYyGTsAvAH2XLw==", "dev": true, "license": "MIT", "dependencies": { @@ -3700,14 +3700,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 || ^8.0.0" + "vite": "^6.0.0 || ^7.0.0 || ^8.0.0" } }, "node_modules/vite/node_modules/fdir": { diff --git a/package.json b/package.json index b5e315c3..5d7a4e20 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "tinymce": "^8.3.2", "vite": "^7.3.1", "vite-plugin-purgecss": "^0.2.13", - "vite-plugin-static-copy": "^3.3.0" + "vite-plugin-static-copy": "^4.0.0" }, "dependencies": { "flatpickr": "^4.6.13",