diff --git a/package-lock.json b/package-lock.json index ab87331..0a2d8e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -74,7 +74,7 @@ "tailwindcss": "3.4.3", "typescript": "5.4.5", "vite": "5.2.11", - "vite-plugin-static-copy": "1.0.4", + "vite-plugin-static-copy": "1.0.5", "vite-tsconfig-paths": "4.3.2" }, "engines": { @@ -20916,10 +20916,11 @@ } }, "node_modules/vite-plugin-static-copy": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-1.0.4.tgz", - "integrity": "sha512-UtyOttgoeotSCwmBugsEZCZJZcIpjE9NGO7jlZ9OeedYpBueBdspD8waRZrjE+yQLH6qGNU2CvYB2FILviCQjg==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-1.0.5.tgz", + "integrity": "sha512-02k0Rox+buYdEOfeilKZSgs1gXfPf9RjVztZEIYZgVIxjsVZi6AXssjzdi+qW6zYt00d3bq+tpP2voVXN2fKLw==", "dev": true, + "license": "MIT", "dependencies": { "chokidar": "^3.5.3", "fast-glob": "^3.2.11", @@ -20938,6 +20939,7 @@ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz", "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==", "dev": true, + "license": "MIT", "dependencies": { "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", diff --git a/package.json b/package.json index 980b073..5ee1a83 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "tailwindcss": "3.4.3", "typescript": "5.4.5", "vite": "5.2.11", - "vite-plugin-static-copy": "1.0.4", + "vite-plugin-static-copy": "1.0.5", "vite-tsconfig-paths": "4.3.2" }, "engines": {