chore(deps-dev): bump vite in /scripts/changelog-checker

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.2.4 to 6.2.5.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v6.2.5/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.2.5/packages/vite)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-04-10 09:27:31 +00:00 committed by GitHub
parent e2b68aabae
commit 435d565258
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -16,7 +16,7 @@
"remark-parse": "11.0.0", "remark-parse": "11.0.0",
"typescript": "5.8.2", "typescript": "5.8.2",
"unified": "11.0.5", "unified": "11.0.5",
"vite": "6.2.4", "vite": "6.2.6",
"vite-node": "3.1.1", "vite-node": "3.1.1",
"vitest": "3.1.1" "vitest": "3.1.1"
} }
@ -2724,9 +2724,9 @@
} }
}, },
"node_modules/vite": { "node_modules/vite": {
"version": "6.2.4", "version": "6.2.6",
"resolved": "https://registry.npmjs.org/vite/-/vite-6.2.4.tgz", "resolved": "https://registry.npmjs.org/vite/-/vite-6.2.6.tgz",
"integrity": "sha512-veHMSew8CcRzhL5o8ONjy8gkfmFJAd5Ac16oxBUjlwgX3Gq2Wqr+qNC3TjPIpy7TPV/KporLga5GT9HqdrCizw==", "integrity": "sha512-9xpjNl3kR4rVDZgPNdTL0/c6ao4km69a/2ihNQbcANz8RuCOK3hQBmLSJf3bRKVQjVMda+YvizNE8AwvogcPbw==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {

View File

@ -17,7 +17,7 @@
"remark-parse": "11.0.0", "remark-parse": "11.0.0",
"typescript": "5.8.2", "typescript": "5.8.2",
"unified": "11.0.5", "unified": "11.0.5",
"vite": "6.2.4", "vite": "6.2.6",
"vite-node": "3.1.1", "vite-node": "3.1.1",
"vitest": "3.1.1" "vitest": "3.1.1"
} }