From b837825a3e18023ed6a7f3c6b2e363c5f8e52711 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 16:00:44 +0000 Subject: [PATCH] Bump vite-plugin-static-copy from 3.1.0 to 3.1.2 Bumps [vite-plugin-static-copy](https://github.com/sapphi-red/vite-plugin-static-copy) from 3.1.0 to 3.1.2. - [Release notes](https://github.com/sapphi-red/vite-plugin-static-copy/releases) - [Changelog](https://github.com/sapphi-red/vite-plugin-static-copy/blob/main/CHANGELOG.md) - [Commits](https://github.com/sapphi-red/vite-plugin-static-copy/compare/vite-plugin-static-copy@3.1.0...vite-plugin-static-copy@3.1.2) --- updated-dependencies: - dependency-name: vite-plugin-static-copy dependency-version: 3.1.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 211e6b5b..8062510b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "mocha": "^11.2.2", "vite": "^6.3.5", "vite-plugin-pwa": "^1.0.0", - "vite-plugin-static-copy": "^3.0.0" + "vite-plugin-static-copy": "^3.1.2" } }, "node_modules/@ampproject/remapping": { @@ -7332,13 +7332,13 @@ } }, "node_modules/vite-plugin-static-copy": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-3.1.0.tgz", - "integrity": "sha512-ONFBaYoN1qIiCxMCfeHI96lqLza7ujx/QClIXp4kEULUbyH2qLgYoaL8JHhk3FWjSB4TpzoaN3iMCyCFldyXzw==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-3.1.2.tgz", + "integrity": "sha512-aVmYOzptLVOI2b1jL+cmkF7O6uhRv1u5fvOkQgbohWZp2CbR22kn9ZqkCUIt9umKF7UhdbsEpshn1rf4720QFg==", "dev": true, "license": "MIT", "dependencies": { - "chokidar": "^3.5.3", + "chokidar": "^3.6.0", "fs-extra": "^11.3.0", "p-map": "^7.0.3", "picocolors": "^1.1.1", diff --git a/package.json b/package.json index 2e6de993..ffd1011d 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,6 @@ "mocha": "^11.2.2", "vite": "^6.3.5", "vite-plugin-pwa": "^1.0.0", - "vite-plugin-static-copy": "^3.0.0" + "vite-plugin-static-copy": "^3.1.2" } }