From 8b6e746c4879cbe9723c20a1f1f8a5f0e6554bd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 16:07:26 +0000 Subject: [PATCH] build(deps-dev): bump vite-plugin-static-copy from 2.3.0 to 2.3.2 Bumps [vite-plugin-static-copy](https://github.com/sapphi-red/vite-plugin-static-copy) from 2.3.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.3.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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3c1980d0..10732f14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "@lezer/lr": "^1.4.2", "husky": "^9.1.7", "lint-staged": "^15.4.3", - "vite-plugin-static-copy": "^2.2.0", + "vite-plugin-static-copy": "^2.3.2", "vitepress": "^1.6.3", "vitest": "^3.0.5" } @@ -4153,9 +4153,9 @@ } }, "node_modules/vite-plugin-static-copy": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-2.3.0.tgz", - "integrity": "sha512-LLKwhhHetGaCnWz4mas4qqjjguDka6/6b4+SeIohRroj8aCE7QTfiZECfPecslFQkWZ3HdQuq5kOPmWZjNYlKA==", + "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": { diff --git a/package.json b/package.json index dfc9ce97..045b01a4 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@lezer/lr": "^1.4.2", "husky": "^9.1.7", "lint-staged": "^15.4.3", - "vite-plugin-static-copy": "^2.2.0", + "vite-plugin-static-copy": "^2.3.2", "vitepress": "^1.6.3", "vitest": "^3.0.5" },