From f44ec35effa6af9345ac13086270a8f491b48e5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 15:33:46 +0000 Subject: [PATCH] Bump vite-plugin-static-copy from 1.0.6 to 2.3.2 Bumps [vite-plugin-static-copy](https://github.com/sapphi-red/vite-plugin-static-copy) from 1.0.6 to 2.3.2. - [Release notes](https://github.com/sapphi-red/vite-plugin-static-copy/releases) - [Changelog](https://github.com/sapphi-red/vite-plugin-static-copy/blob/vite-plugin-static-copy@2.3.2/CHANGELOG.md) - [Commits](https://github.com/sapphi-red/vite-plugin-static-copy/compare/vite-plugin-static-copy@1.0.6...vite-plugin-static-copy@2.3.2) --- updated-dependencies: - dependency-name: vite-plugin-static-copy dependency-version: 2.3.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 14 ++++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f9e484c..9ceabcf 100644 --- a/package.json +++ b/package.json @@ -88,6 +88,6 @@ "typescript": "^5.2.2", "vite": "^5.2.0", "vite-plugin-singlefile": "^2.0.1", - "vite-plugin-static-copy": "^1.0.1" + "vite-plugin-static-copy": "^2.3.2" } } diff --git a/yarn.lock b/yarn.lock index 8f80a71..9af3d52 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6321,6 +6321,11 @@ p-map@^5.1.0: dependencies: aggregate-error "^4.0.0" +p-map@^7.0.3: + version "7.0.3" + resolved "https://registry.yarnpkg.com/p-map/-/p-map-7.0.3.tgz#7ac210a2d36f81ec28b736134810f7ba4418cdb6" + integrity sha512-VkndIv2fIB99swvQoA65bm+fsmt6UNdGeIB0oxBs+WhAhdh08QA04JXpI7rbB9r08/nkbysKoya9rtDERYOYMA== + p-some@^5.0.0: version "5.0.0" resolved "https://registry.yarnpkg.com/p-some/-/p-some-5.0.0.tgz#8b730c74b4fe5169d7264a240ad010b6ebc686a4" @@ -8170,14 +8175,15 @@ vite-plugin-singlefile@^2.0.1: dependencies: micromatch "^4.0.8" -vite-plugin-static-copy@^1.0.1: - version "1.0.6" - resolved "https://registry.yarnpkg.com/vite-plugin-static-copy/-/vite-plugin-static-copy-1.0.6.tgz#ff457c16e8cfa564472aafd1698790ac89d05508" - integrity sha512-3uSvsMwDVFZRitqoWHj0t4137Kz7UynnJeq1EZlRW7e25h2068fyIZX4ORCCOAkfp1FklGxJNVJBkBOD+PZIew== +vite-plugin-static-copy@^2.3.2: + version "2.3.2" + resolved "https://registry.yarnpkg.com/vite-plugin-static-copy/-/vite-plugin-static-copy-2.3.2.tgz#1b6be634c21541d6363dd72ab7870b1ce14bfa53" + integrity sha512-iwrrf+JupY4b9stBttRWzGHzZbeMjAHBhkrn67MNACXJVjEMRpCI10Q3AkxdBkl45IHaTfw/CNVevzQhP7yTwg== dependencies: chokidar "^3.5.3" fast-glob "^3.2.11" fs-extra "^11.1.0" + p-map "^7.0.3" picocolors "^1.0.0" vite@^5.2.0: