diff --git a/package-lock.json b/package-lock.json index 8cebb3c5..c8b4254a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "dependencies": { "preline": "^2.4.1", - "vite-plugin-static-copy": "^1.0.6" + "vite-plugin-static-copy": "^2.2.0" }, "devDependencies": { "@tailwindcss/forms": "^0.5.7", @@ -2503,9 +2503,9 @@ } }, "node_modules/vite-plugin-static-copy": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-1.0.6.tgz", - "integrity": "sha512-3uSvsMwDVFZRitqoWHj0t4137Kz7UynnJeq1EZlRW7e25h2068fyIZX4ORCCOAkfp1FklGxJNVJBkBOD+PZIew==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-2.2.0.tgz", + "integrity": "sha512-ytMrKdR9iWEYHbUxs6x53m+MRl4SJsOSoMu1U1+Pfg0DjPeMlsRVx3RR5jvoonineDquIue83Oq69JvNsFSU5w==", "license": "MIT", "dependencies": { "chokidar": "^3.5.3", @@ -2517,7 +2517,7 @@ "node": "^18.0.0 || >=20.0.0" }, "peerDependencies": { - "vite": "^5.0.0" + "vite": "^5.0.0 || ^6.0.0" } }, "node_modules/which": { diff --git a/package.json b/package.json index c7dd9dc0..d086ccc7 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,6 @@ }, "dependencies": { "preline": "^2.4.1", - "vite-plugin-static-copy": "^1.0.6" + "vite-plugin-static-copy": "^2.2.0" } }