diff --git a/package-lock.json b/package-lock.json index 68e6102..01dd06a 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.1.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.1.0", + "resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-2.1.0.tgz", + "integrity": "sha512-n8lEOIVM00Y/zronm0RG8RdPyFd0SAAFR0sii3NWmgG3PSCyYMsvUNRQTlb3onp1XeMrKIDwCrPGxthKvqX9OQ==", "dependencies": { "chokidar": "^3.5.3", "fast-glob": "^3.2.11", diff --git a/package.json b/package.json index 9b1d0c7..1a99c7a 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.1.0" } }