diff --git a/fallctf.com/package-lock.json b/fallctf.com/package-lock.json index 4f637ab1..13c1ba46 100644 --- a/fallctf.com/package-lock.json +++ b/fallctf.com/package-lock.json @@ -28,7 +28,7 @@ "devDependencies": { "autoprefixer": "^10.4.20", "postcss-nested": "^6.2.0", - "vite-plugin-static-copy": "^1.0.6" + "vite-plugin-static-copy": "^2.0.0" } }, "node_modules/@alloc/quick-lru": { @@ -8789,11 +8789,10 @@ } }, "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, - "license": "MIT", "dependencies": { "chokidar": "^3.5.3", "fast-glob": "^3.2.11", diff --git a/fallctf.com/package.json b/fallctf.com/package.json index b19781f2..f1509d63 100644 --- a/fallctf.com/package.json +++ b/fallctf.com/package.json @@ -37,6 +37,6 @@ "devDependencies": { "autoprefixer": "^10.4.20", "postcss-nested": "^6.2.0", - "vite-plugin-static-copy": "^1.0.6" + "vite-plugin-static-copy": "^2.0.0" } }