Browse Source

[upd] web-client (simple): Bump vite-plugin-static-copy

Bumps [vite-plugin-static-copy](https://github.com/sapphi-red/vite-plugin-static-copy) from 2.3.0 to 2.3.1.
- [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@2.3.0...vite-plugin-static-copy@2.3.1)

---
updated-dependencies:
- dependency-name: vite-plugin-static-copy
  dependency-version: 2.3.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 1 week ago
parent
commit
5ae3b3f17e
2 changed files with 5 additions and 5 deletions
  1. 4 4
      client/simple/package-lock.json
  2. 1 1
      client/simple/package.json

+ 4 - 4
client/simple/package-lock.json

@@ -32,7 +32,7 @@
         "svgo": "^3.3.2",
         "swiped-events": "^1.2.0",
         "vite": "^6.3.2",
-        "vite-plugin-static-copy": "^2.3.0",
+        "vite-plugin-static-copy": "^2.3.1",
         "vite-plugin-stylelint": "^6.0.0",
         "webpack": "^5.99.5",
         "webpack-cli": "^6.0.1"
@@ -6882,9 +6882,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.1",
+      "resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-2.3.1.tgz",
+      "integrity": "sha512-EfsPcBm3ewg3UMG8RJaC0ADq6/qnUZnokXx4By4+2cAcipjT9i0Y0owIJGqmZI7d6nxk4qB1q5aXOwNuSyPdyA==",
       "dev": true,
       "license": "MIT",
       "dependencies": {

+ 1 - 1
client/simple/package.json

@@ -30,7 +30,7 @@
     "svgo": "^3.3.2",
     "swiped-events": "^1.2.0",
     "vite": "^6.3.2",
-    "vite-plugin-static-copy": "^2.3.0",
+    "vite-plugin-static-copy": "^2.3.1",
     "vite-plugin-stylelint": "^6.0.0",
     "webpack": "^5.99.5",
     "webpack-cli": "^6.0.1"