diff --git a/package-lock.json b/package-lock.json index 5894b882..e8ca802b 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.0.0" }, "devDependencies": { "@tailwindcss/forms": "^0.5.7", @@ -2503,10 +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==", - "license": "MIT", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-2.0.0.tgz", + "integrity": "sha512-b/quFjTUa/RY9t3geIyeeT2GtWEoRI0GawYFFjys5iMLGgVP638NTGu0RoMjwmi8MoZZ3BQw4OQvb1GpVcXZDA==", "dependencies": { "chokidar": "^3.5.3", "fast-glob": "^3.2.11", diff --git a/package.json b/package.json index 9bc4f1ae..c2dfc2d0 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.0.0" } }