diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-03-25 15:00:17 +0000 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-03-25 16:04:41 +0100 |
| commit | 2ad987c711b1173586448dd9651028c82f8f7662 (patch) | |
| tree | 1c84558ad3c06b063b883d39dee898a8de845bf7 /client | |
| parent | 5986629c6bfe0fd800f30913f59b2cc43c9e58b6 (diff) | |
Bump vite from 6.2.2 to 6.2.3 in /client/simple
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.2.2 to 6.2.3.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v6.2.3/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.2.3/packages/vite)
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'client')
| -rw-r--r-- | client/simple/package-lock.json | 8 | ||||
| -rw-r--r-- | client/simple/package.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/client/simple/package-lock.json b/client/simple/package-lock.json index 0d7046607..d0528c041 100644 --- a/client/simple/package-lock.json +++ b/client/simple/package-lock.json @@ -30,7 +30,7 @@ "stylelint-config-standard-less": "^3.0.1", "stylelint-prettier": "^5.0.3", "svgo": "^3.3.2", - "vite": "^6.2.2", + "vite": "^6.2.3", "vite-plugin-static-copy": "^2.3.0", "vite-plugin-stylelint": "^6.0.0", "webpack": "^5.97.1", @@ -6766,9 +6766,9 @@ "license": "MIT" }, "node_modules/vite": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.2.2.tgz", - "integrity": "sha512-yW7PeMM+LkDzc7CgJuRLMW2Jz0FxMOsVJ8Lv3gpgW9WLcb9cTW+121UEr1hvmfR7w3SegR5ItvYyzVz1vxNJgQ==", + "version": "6.2.3", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.2.3.tgz", + "integrity": "sha512-IzwM54g4y9JA/xAeBPNaDXiBF8Jsgl3VBQ2YQ/wOY6fyW3xMdSoltIV3Bo59DErdqdE6RxUfv8W69DvUorE4Eg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/client/simple/package.json b/client/simple/package.json index fc9e96888..7c5823cb5 100644 --- a/client/simple/package.json +++ b/client/simple/package.json @@ -28,7 +28,7 @@ "stylelint-config-standard-less": "^3.0.1", "stylelint-prettier": "^5.0.3", "svgo": "^3.3.2", - "vite": "^6.2.2", + "vite": "^6.2.3", "vite-plugin-static-copy": "^2.3.0", "vite-plugin-stylelint": "^6.0.0", "webpack": "^5.97.1", |