From 8c3ed605796b42edfebbab576d2651707e788074 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 11:20:34 -0700 Subject: [PATCH] Bump vite-plugin-static-copy from 3.1.1 to 3.1.2 (#252) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- src-web/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 162fa949..6c348b85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17962,9 +17962,9 @@ } }, "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==", "dev": true, "license": "MIT", "dependencies": { @@ -19118,7 +19118,7 @@ "postcss-nesting": "^13.0.2", "tailwindcss": "^3.4.17", "vite": "^7.0.7", - "vite-plugin-static-copy": "^3.1.1", + "vite-plugin-static-copy": "^3.1.2", "vite-plugin-svgr": "^4.3.0", "vite-plugin-top-level-await": "^1.5.0", "vite-plugin-wasm": "^3.5.0" diff --git a/src-web/package.json b/src-web/package.json index 0555b312..dd5142f5 100644 --- a/src-web/package.json +++ b/src-web/package.json @@ -92,7 +92,7 @@ "postcss-nesting": "^13.0.2", "tailwindcss": "^3.4.17", "vite": "^7.0.7", - "vite-plugin-static-copy": "^3.1.1", + "vite-plugin-static-copy": "^3.1.2", "vite-plugin-svgr": "^4.3.0", "vite-plugin-top-level-await": "^1.5.0", "vite-plugin-wasm": "^3.5.0"