diff --git a/package-lock.json b/package-lock.json index 649ed77f20..b2c1859a0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -825,7 +825,6 @@ }, "node_modules/@clack/prompts/node_modules/is-unicode-supported": { "version": "1.3.0", - "extraneous": true, "inBundle": true, "license": "MIT", "engines": { @@ -20737,9 +20736,9 @@ "license": "MIT" }, "node_modules/vite-plugin-static-copy": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-3.1.1.tgz", - "integrity": "sha512-oR53SkL5cX4KT1t18E/xU50vJDo0N8oaHza4EMk0Fm+2/u6nQivxavOfrDk3udWj+dizRizB/QnBvJOOQrTTAQ==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-3.1.2.tgz", + "integrity": "sha512-aVmYOzptLVOI2b1jL+cmkF7O6uhRv1u5fvOkQgbohWZp2CbR22kn9ZqkCUIt9umKF7UhdbsEpshn1rf4720QFg==", "license": "MIT", "dependencies": { "chokidar": "^3.6.0", @@ -22685,7 +22684,7 @@ "fzstd": "0.1.1", "vite": "7.0.6", "vite-plugin-css-injected-by-js": "3.5.2", - "vite-plugin-static-copy": "3.1.1" + "vite-plugin-static-copy": "3.1.2" }, "devDependencies": { "@hpcc-js/wasm-base91": "1.5.0", diff --git a/packages/esbuild-plugins/package.json b/packages/esbuild-plugins/package.json index b45da94546..3e8c54ff1d 100644 --- a/packages/esbuild-plugins/package.json +++ b/packages/esbuild-plugins/package.json @@ -44,7 +44,7 @@ "fzstd": "0.1.1", "vite": "7.0.6", "vite-plugin-css-injected-by-js": "3.5.2", - "vite-plugin-static-copy": "3.1.1" + "vite-plugin-static-copy": "3.1.2" }, "devDependencies": { "@hpcc-js/wasm-base91": "1.5.0",