This is an automated email from the ASF dual-hosted git repository.
CoverRyan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
The following commit(s) were added to refs/heads/main by this push:
new 7bde441d Bump vite from 6.4.2 to 6.4.3
7bde441d is described below
commit 7bde441d38278732c823d80edf60f3ad2104a281
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 22 19:29:05 2026 +0000
Bump vite from 6.4.2 to 6.4.3
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from
6.4.2 to 6.4.3.
- [Release notes](https://github.com/vitejs/vite/releases)
-
[Changelog](https://github.com/vitejs/vite/blob/v6.4.3/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.4.3/packages/vite)
---
updated-dependencies:
- dependency-name: vite
dependency-version: 6.4.3
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <[email protected]>
---
package.json | 2 +-
yarn.lock | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package.json b/package.json
index d0e77be3..653c6796 100644
--- a/package.json
+++ b/package.json
@@ -110,7 +110,7 @@
"tsconfig-paths": "^4.2.0",
"tsx": "^4.21.0",
"typescript": "5.2.2",
- "vite": "^6.4.2",
+ "vite": "^6.4.3",
"vscode-extension-tester": "5.9.1"
},
"resolutions": {
diff --git a/yarn.lock b/yarn.lock
index 23f45044..b76f81b2 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -4889,10 +4889,10 @@ version-range@^4.15.0:
resolved
"https://registry.yarnpkg.com/version-range/-/version-range-4.15.0.tgz#89df1e921b14d37515aab5e42ed4ac0515cab2c1"
integrity
sha512-Ck0EJbAGxHwprkzFO966t4/5QkRuzh+/I1RxhLgUKKwEn+Cd8NwM60mE3AqBZg5gYODoXW0EFsQvbZjRlvdqbg==
-vite@^6.4.2:
- version "6.4.2"
- resolved
"https://registry.yarnpkg.com/vite/-/vite-6.4.2.tgz#a4e548ca3a90ca9f3724582cab35e1ba15efc6f2"
- integrity
sha512-2N/55r4JDJ4gdrCvGgINMy+HH3iRpNIz8K6SFwVsA+JbQScLiC+clmAxBgwiSPgcG9U15QmvqCGWzMbqda5zGQ==
+vite@^6.4.3:
+ version "6.4.3"
+ resolved
"https://registry.yarnpkg.com/vite/-/vite-6.4.3.tgz#85a164db7ce706f2a776812efa2b340f1721858e"
+ integrity
sha512-NTKlcQjlAK7MlQoyb6LgaqHc8sso/pVyUJYWMws3jg21uTJw/LddqIFPcPqP6PzpgbIcZyKI85sFE4HBrQDA8A==
dependencies:
esbuild "^0.25.0"
fdir "^6.4.4"