Bump vite from 5.4.16 to 5.4.17 (#2181)
Some checks are pending
Tests and checks on push / run-checks-and-tests (push) Waiting to run
Updates translation progress / update-translation-progress-issue (push) Waiting to run

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.16 to 5.4.17.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.17/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.17/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.17
  dependency-type: direct:development
...

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]
2025-04-09 22:45:12 +03:00
committed by GitHub
parent f74cbf1a61
commit 8c0a7f09da
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -78,7 +78,7 @@
"sql-formatter": "^15.5.2",
"tsm": "^2.3.0",
"typescript": "^5.8.2",
"vite": "^5.4.16",
"vite": "^5.4.17",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.1.1"
}
@@ -16692,9 +16692,9 @@
}
},
"node_modules/vite": {
"version": "5.4.16",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.4.16.tgz",
"integrity": "sha512-Y5gnfp4NemVfgOTDQAunSD4346fal44L9mszGGY/e+qxsRT5y1sMlS/8tiQ8AFAp+MFgYNSINdfEchJiPm41vQ==",
"version": "5.4.17",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.4.17.tgz",
"integrity": "sha512-5+VqZryDj4wgCs55o9Lp+p8GE78TLVg0lasCH5xFZ4jacZjtqZa6JUw9/p0WeAojaOfncSM6v77InkFPGnvPvg==",
"dev": true,
"license": "MIT",
"dependencies": {

View File

@@ -94,7 +94,7 @@
"sql-formatter": "^15.5.2",
"tsm": "^2.3.0",
"typescript": "^5.8.2",
"vite": "^5.4.16",
"vite": "^5.4.17",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.1.1"
}