From c8f5cb9277c433c92edbf7b0c2044dc4ed79e04f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 15:36:20 +0000 Subject: [PATCH] build(deps-dev): 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-lock.json | 25 ++++++++++++++++++++----- package.json | 2 +- 2 files changed, 21 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 081464534..80a359796 100644 --- a/package-lock.json +++ b/package-lock.json @@ -77,7 +77,7 @@ "ts-loader": "^9.5.1", "typescript": "^5.6.3", "url-loader": "^4.1.1", - "vite-plugin-static-copy": "^1.0.6", + "vite-plugin-static-copy": "^2.3.2", "vitest": "^2.1.1", "webpack": "^5.56.1", "webpack-bundle-analyzer": "^4.5.0", @@ -12865,21 +12865,36 @@ } }, "node_modules/vite-plugin-static-copy": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-1.0.6.tgz", - "integrity": "sha512-3uSvsMwDVFZRitqoWHj0t4137Kz7UynnJeq1EZlRW7e25h2068fyIZX4ORCCOAkfp1FklGxJNVJBkBOD+PZIew==", + "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-static-copy/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/vitest": { diff --git a/package.json b/package.json index a01e37817..6ecd5400d 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "ts-loader": "^9.5.1", "typescript": "^5.6.3", "url-loader": "^4.1.1", - "vite-plugin-static-copy": "^1.0.6", + "vite-plugin-static-copy": "^2.3.2", "vitest": "^2.1.1", "webpack": "^5.56.1", "webpack-bundle-analyzer": "^4.5.0",