Bump vite in the npm_and_yarn group across 1 directory (#86)

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 6.4.1 to 6.4.2
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v6.4.2/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.4.2/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 6.4.2
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-04-25 10:54:06 +02:00
committed by GitHub
parent a4a86acb64
commit 8e1952f1eb
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View File

@@ -37,7 +37,7 @@
"sass": "^1.51.0",
"typescript": "~4.7.4",
"undo-manager": "^1.0.5",
"vite": "^6.4.1",
"vite": "^6.4.2",
"vite-plugin-static-copy": "^2.3.2",
"vitest": "^3.0.7",
"vue-i18n": "^11.1.10",
@@ -6155,10 +6155,11 @@
"dev": true
},
"node_modules/vite": {
"version": "6.4.1",
"resolved": "https://registry.npmjs.org/vite/-/vite-6.4.1.tgz",
"integrity": "sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==",
"version": "6.4.2",
"resolved": "https://registry.npmjs.org/vite/-/vite-6.4.2.tgz",
"integrity": "sha512-2N/55r4JDJ4gdrCvGgINMy+HH3iRpNIz8K6SFwVsA+JbQScLiC+clmAxBgwiSPgcG9U15QmvqCGWzMbqda5zGQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"esbuild": "^0.25.0",
"fdir": "^6.4.4",

View File

@@ -42,7 +42,7 @@
"sass": "^1.51.0",
"typescript": "~4.7.4",
"undo-manager": "^1.0.5",
"vite": "^6.4.1",
"vite": "^6.4.2",
"vite-plugin-static-copy": "^2.3.2",
"vitest": "^3.0.7",
"vue-i18n": "^11.1.10",