diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-03-07 08:22:30 +0000 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-03-07 09:34:05 +0100 |
| commit | e7cb18c3dd9552311628f325c57b760f2bfd420c (patch) | |
| tree | d20c154bd248fb06b2db421f0363e48dbaa22698 /client | |
| parent | 9a50f6c9a1bbf31ba905948db10b8888073267dc (diff) | |
[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.2.0 to 2.3.0.
- [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.2.0...vite-plugin-static-copy@2.3.0)
---
updated-dependencies:
- dependency-name: vite-plugin-static-copy
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'client')
| -rw-r--r-- | client/simple/package-lock.json | 22 | ||||
| -rw-r--r-- | client/simple/package.json | 2 |
2 files changed, 19 insertions, 5 deletions
diff --git a/client/simple/package-lock.json b/client/simple/package-lock.json index 6365e5ace..11a5fb905 100644 --- a/client/simple/package-lock.json +++ b/client/simple/package-lock.json @@ -31,7 +31,7 @@ "stylelint-prettier": "^5.0.3", "svgo": "^3.3.2", "vite": "^6.2.1", - "vite-plugin-static-copy": "^2.2.0", + "vite-plugin-static-copy": "^2.3.0", "vite-plugin-stylelint": "^6.0.0", "webpack": "^5.97.1", "webpack-cli": "^6.0.1" @@ -6827,15 +6827,16 @@ } }, "node_modules/vite-plugin-static-copy": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-2.2.0.tgz", - "integrity": "sha512-ytMrKdR9iWEYHbUxs6x53m+MRl4SJsOSoMu1U1+Pfg0DjPeMlsRVx3RR5jvoonineDquIue83Oq69JvNsFSU5w==", + "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==", "dev": true, "license": "MIT", "dependencies": { "chokidar": "^3.5.3", "fast-glob": "^3.2.11", "fs-extra": "^11.1.0", + "p-map": "^7.0.3", "picocolors": "^1.0.0" }, "engines": { @@ -6860,6 +6861,19 @@ "node": ">=14.14" } }, + "node_modules/vite-plugin-static-copy/node_modules/p-map": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-7.0.3.tgz", + "integrity": "sha512-VkndIv2fIB99swvQoA65bm+fsmt6UNdGeIB0oxBs+WhAhdh08QA04JXpI7rbB9r08/nkbysKoya9rtDERYOYMA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/vite-plugin-stylelint": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/vite-plugin-stylelint/-/vite-plugin-stylelint-6.0.0.tgz", diff --git a/client/simple/package.json b/client/simple/package.json index 08c1a397f..4b0e5f2bb 100644 --- a/client/simple/package.json +++ b/client/simple/package.json @@ -29,7 +29,7 @@ "stylelint-prettier": "^5.0.3", "svgo": "^3.3.2", "vite": "^6.2.1", - "vite-plugin-static-copy": "^2.2.0", + "vite-plugin-static-copy": "^2.3.0", "vite-plugin-stylelint": "^6.0.0", "webpack": "^5.97.1", "webpack-cli": "^6.0.1" |