diff --git a/package-lock.json b/package-lock.json index e74c116..90ba425 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "vite-plugin-static-copy": "^2.2.0" + "vite-plugin-static-copy": "^2.3.1" }, "devDependencies": { "@tailwindcss/forms": "^0.5.7", @@ -2442,9 +2442,10 @@ } }, "node_modules/vite-plugin-static-copy": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-2.3.0.tgz", - "integrity": "sha512-LLKwhhHetGaCnWz4mas4qqjjguDka6/6b4+SeIohRroj8aCE7QTfiZECfPecslFQkWZ3HdQuq5kOPmWZjNYlKA==", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-2.3.1.tgz", + "integrity": "sha512-EfsPcBm3ewg3UMG8RJaC0ADq6/qnUZnokXx4By4+2cAcipjT9i0Y0owIJGqmZI7d6nxk4qB1q5aXOwNuSyPdyA==", + "license": "MIT", "dependencies": { "chokidar": "^3.5.3", "fast-glob": "^3.2.11", diff --git a/package.json b/package.json index 185b5b6..6f66d5f 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,6 @@ "vite": "^6.3.2" }, "dependencies": { - "vite-plugin-static-copy": "^2.2.0" + "vite-plugin-static-copy": "^2.3.1" } }