From 42f0b1b07a981cfb7fa0bc54b439ee0a990a102e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Aug 2025 11:06:50 +0000 Subject: [PATCH] Update dependency vite-plugin-static-copy to v2 [SECURITY] --- package-lock.json | 25 ++++++++++++++++++++----- package.json | 2 +- 2 files changed, 21 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 34a390f7..89d4d722 100644 --- a/package-lock.json +++ b/package-lock.json @@ -93,7 +93,7 @@ "typescript": "4.9.4", "vite": "5.4.19", "vite-plugin-pwa": "0.20.5", - "vite-plugin-static-copy": "1.0.4", + "vite-plugin-static-copy": "2.3.2", "vite-plugin-top-level-await": "1.4.4" }, "engines": { @@ -9152,6 +9152,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-retry": { "version": "4.6.2", "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz", @@ -11210,21 +11223,23 @@ } }, "node_modules/vite-plugin-static-copy": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-1.0.4.tgz", - "integrity": "sha512-UtyOttgoeotSCwmBugsEZCZJZcIpjE9NGO7jlZ9OeedYpBueBdspD8waRZrjE+yQLH6qGNU2CvYB2FILviCQjg==", + "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": { "node": "^18.0.0 || >=20.0.0" }, "peerDependencies": { - "vite": "^5.0.0" + "vite": "^5.0.0 || ^6.0.0" } }, "node_modules/vite-plugin-top-level-await": { diff --git a/package.json b/package.json index 0c06993e..f0fa46c7 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "typescript": "4.9.4", "vite": "5.4.19", "vite-plugin-pwa": "0.20.5", - "vite-plugin-static-copy": "1.0.4", + "vite-plugin-static-copy": "2.3.2", "vite-plugin-top-level-await": "1.4.4" } }