From 079bad1e6d7331d6b7cd18a18e242bad94b4c2e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 11:21:16 +0000 Subject: [PATCH] chore(deps-dev): bump vite from 6.3.6 to 7.1.9 Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.3.6 to 7.1.9. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v7.1.9/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 7.1.9 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/helia-browser-verified-fetch/package.json | 2 +- examples/helia-create-car/package.json | 2 +- examples/helia-remote-pinning/package.json | 2 +- examples/helia-script-tag/package.json | 2 +- examples/helia-vite/package.json | 2 +- examples/helia-vue/package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/helia-browser-verified-fetch/package.json b/examples/helia-browser-verified-fetch/package.json index b88dbb43..66cbcffb 100644 --- a/examples/helia-browser-verified-fetch/package.json +++ b/examples/helia-browser-verified-fetch/package.json @@ -25,6 +25,6 @@ "@vitejs/plugin-react": "^4.2.1", "test-ipfs-example": "^1.0.0", "typescript": "^5.4.3", - "vite": "^6.0.9" + "vite": "^7.1.9" } } diff --git a/examples/helia-create-car/package.json b/examples/helia-create-car/package.json index 1370175e..c6b93cd8 100644 --- a/examples/helia-create-car/package.json +++ b/examples/helia-create-car/package.json @@ -28,6 +28,6 @@ "@types/react-dom": "^19.0.1", "@vitejs/plugin-react": "^4.0.0", "test-ipfs-example": "^1.0.0", - "vite": "^6.0.9" + "vite": "^7.1.9" } } diff --git a/examples/helia-remote-pinning/package.json b/examples/helia-remote-pinning/package.json index a405fa10..d010794a 100644 --- a/examples/helia-remote-pinning/package.json +++ b/examples/helia-remote-pinning/package.json @@ -37,6 +37,6 @@ "@vitejs/plugin-react": "^4.0.4", "rimraf": "^6.0.1", "test-ipfs-example": "^1.0.0", - "vite": "^6.0.9" + "vite": "^7.1.9" } } diff --git a/examples/helia-script-tag/package.json b/examples/helia-script-tag/package.json index de263aa7..1962b3b9 100644 --- a/examples/helia-script-tag/package.json +++ b/examples/helia-script-tag/package.json @@ -21,6 +21,6 @@ "process": "^0.11.10", "rimraf": "^6.0.1", "test-ipfs-example": "^1.0.0", - "vite": "^6.0.9" + "vite": "^7.1.9" } } diff --git a/examples/helia-vite/package.json b/examples/helia-vite/package.json index f80e1858..58797217 100644 --- a/examples/helia-vite/package.json +++ b/examples/helia-vite/package.json @@ -26,6 +26,6 @@ "@types/react-dom": "^19.0.1", "@vitejs/plugin-react": "^4.0.0", "test-ipfs-example": "^1.0.0", - "vite": "^6.0.9" + "vite": "^7.1.9" } } diff --git a/examples/helia-vue/package.json b/examples/helia-vue/package.json index 704d32d4..60299a10 100644 --- a/examples/helia-vue/package.json +++ b/examples/helia-vue/package.json @@ -22,6 +22,6 @@ "@vitejs/plugin-vue": "^5.0.3", "rimraf": "^6.0.1", "test-ipfs-example": "^1.0.0", - "vite": "^6.0.9" + "vite": "^7.1.9" } }