From 971f3260d91bd904701fdb53380cafac3fcee43e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 15:57:19 +0000 Subject: [PATCH] Bump vite-plugin-static-copy from 2.2.0 to 2.3.2 Bumps [vite-plugin-static-copy](https://github.com/sapphi-red/vite-plugin-static-copy) from 2.2.0 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@2.2.0...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-lock.json | 22 ++++++++++++++++++---- package.json | 2 +- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6015dafd..6b4cc28b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -90,7 +90,7 @@ "vite": "~6.3.4", "vite-plugin-node-polyfills": "~0.23.0", "vite-plugin-pwa": "~0.21.1", - "vite-plugin-static-copy": "~2.2.0", + "vite-plugin-static-copy": "~2.3.2", "vite-plugin-vuetify": "~2.0.4", "vue": "~2.7.16", "vue-apexcharts": "~1.7.0", @@ -9765,6 +9765,19 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/p-map": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-7.0.3.tgz", + "integrity": "sha512-VkndIv2fIB99swvQoA65bm+fsmt6UNdGeIB0oxBs+WhAhdh08QA04JXpI7rbB9r08/nkbysKoya9rtDERYOYMA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/p-try": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", @@ -12657,15 +12670,16 @@ } }, "node_modules/vite-plugin-static-copy": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-2.2.0.tgz", - "integrity": "sha512-ytMrKdR9iWEYHbUxs6x53m+MRl4SJsOSoMu1U1+Pfg0DjPeMlsRVx3RR5jvoonineDquIue83Oq69JvNsFSU5w==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-2.3.2.tgz", + "integrity": "sha512-iwrrf+JupY4b9stBttRWzGHzZbeMjAHBhkrn67MNACXJVjEMRpCI10Q3AkxdBkl45IHaTfw/CNVevzQhP7yTwg==", "dev": true, "license": "MIT", "dependencies": { "chokidar": "^3.5.3", "fast-glob": "^3.2.11", "fs-extra": "^11.1.0", + "p-map": "^7.0.3", "picocolors": "^1.0.0" }, "engines": { diff --git a/package.json b/package.json index 42c106a1..b0820ed1 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "vite": "~6.3.4", "vite-plugin-node-polyfills": "~0.23.0", "vite-plugin-pwa": "~0.21.1", - "vite-plugin-static-copy": "~2.2.0", + "vite-plugin-static-copy": "~2.3.2", "vite-plugin-vuetify": "~2.0.4", "vue": "~2.7.16", "vue-apexcharts": "~1.7.0",