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",