diff --git a/package-lock.json b/package-lock.json index 7337509d..e08d6e9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "@nextcloud/vite-config": "2.2.2", "@vue/test-utils": "^2.4.6", "happy-dom": "^15.7.4", - "vite-plugin-static-copy": "^1.0.6", + "vite-plugin-static-copy": "^2.0.0", "vitest": "^2.1.2" }, "engines": { @@ -13621,9 +13621,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.0.0", + "resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-2.0.0.tgz", + "integrity": "sha512-b/quFjTUa/RY9t3geIyeeT2GtWEoRI0GawYFFjys5iMLGgVP638NTGu0RoMjwmi8MoZZ3BQw4OQvb1GpVcXZDA==", "dev": true, "dependencies": { "chokidar": "^3.5.3", diff --git a/package.json b/package.json index 8ba9da18..04dad897 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@nextcloud/vite-config": "2.2.2", "@vue/test-utils": "^2.4.6", "happy-dom": "^15.7.4", - "vite-plugin-static-copy": "^1.0.6", + "vite-plugin-static-copy": "^2.0.0", "vitest": "^2.1.2" }, "engines": {