Browse Source

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

---
updated-dependencies:
- dependency-name: vite-plugin-static-copy
  dependency-version: 3.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 5 days ago
parent
commit
a76ccba9c5
2 changed files with 6 additions and 7 deletions
  1. 5 6
      client/simple/package-lock.json
  2. 1 1
      client/simple/package.json

+ 5 - 6
client/simple/package-lock.json

@@ -29,7 +29,7 @@
         "svgo": "^3.3.2",
         "swiped-events": "^1.2.0",
         "vite": "^6.3.5",
-        "vite-plugin-static-copy": "^3.0.2",
+        "vite-plugin-static-copy": "^3.1.0",
         "vite-plugin-stylelint": "^6.0.0",
         "webpack": "^5.99.9",
         "webpack-cli": "^6.0.1"
@@ -7019,11 +7019,10 @@
       }
     },
     "node_modules/vite-plugin-static-copy": {
-      "version": "3.0.2",
-      "resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-3.0.2.tgz",
-      "integrity": "sha512-/seLvhUg44s1oU9RhjTZZy/0NPbfNctozdysKcvPovxxXZdI5l19mGq6Ri3IaTf1Dy/qChS4BSR7ayxeu8o9aQ==",
+      "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==",
       "dev": true,
-      "license": "MIT",
       "dependencies": {
         "chokidar": "^3.5.3",
         "fs-extra": "^11.3.0",
@@ -7035,7 +7034,7 @@
         "node": "^18.0.0 || >=20.0.0"
       },
       "peerDependencies": {
-        "vite": "^5.0.0 || ^6.0.0"
+        "vite": "^5.0.0 || ^6.0.0 || ^7.0.0"
       }
     },
     "node_modules/vite-plugin-static-copy/node_modules/fs-extra": {

+ 1 - 1
client/simple/package.json

@@ -30,7 +30,7 @@
     "svgo": "^3.3.2",
     "swiped-events": "^1.2.0",
     "vite": "^6.3.5",
-    "vite-plugin-static-copy": "^3.0.2",
+    "vite-plugin-static-copy": "^3.1.0",
     "vite-plugin-stylelint": "^6.0.0",
     "webpack": "^5.99.9",
     "webpack-cli": "^6.0.1"