diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-06-27 16:14:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-27 16:14:32 +0200 |
| commit | a76ccba9c5519113987c25b02dad270ecfca3119 (patch) | |
| tree | 7cd1570aede38396fe8d03720f04725b374782d2 | |
| parent | d47ff4d02640af8d87b7a4374fae9da73e24e5e5 (diff) | |
[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>
| -rw-r--r-- | client/simple/package-lock.json | 11 | ||||
| -rw-r--r-- | client/simple/package.json | 2 |
2 files changed, 6 insertions, 7 deletions
diff --git a/client/simple/package-lock.json b/client/simple/package-lock.json index 3cb379677..3f2052182 100644 --- a/client/simple/package-lock.json +++ b/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": { diff --git a/client/simple/package.json b/client/simple/package.json index b58ec697b..e82f54eb5 100644 --- a/client/simple/package.json +++ b/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" |