From 492013d6104f2f31e29388c35fab443f9af28966 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 10:33:56 +0300 Subject: [PATCH] build(deps): bump the npm_and_yarn group across 3 directories with 1 update (#260) Bumps the npm_and_yarn group with 1 update in the /apps/docs directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Bumps the npm_and_yarn group with 1 update in the /apps/www directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Bumps the npm_and_yarn group with 1 update in the /packages/www directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `vite` from 6.2.5 to 6.2.6
Release notes

Sourced from vite's releases.

v6.2.6

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

6.2.6 (2025-04-10)

Commits

Updates `vite` from 6.0.14 to 6.0.15
Release notes

Sourced from vite's releases.

v6.2.6

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

6.2.6 (2025-04-10)

Commits

Updates `vite` from 6.0.14 to 6.0.15
Release notes

Sourced from vite's releases.

v6.2.6

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

6.2.6 (2025-04-10)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/nestrilabs/nestri/network/alerts).
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- apps/docs/package-lock.json | 6 +++--- apps/www/package.json | 2 +- packages/www/package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/docs/package-lock.json b/apps/docs/package-lock.json index 959235ac..c6d92f20 100644 --- a/apps/docs/package-lock.json +++ b/apps/docs/package-lock.json @@ -19463,9 +19463,9 @@ } }, "node_modules/vite": { - "version": "6.2.5", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.2.5.tgz", - "integrity": "sha512-j023J/hCAa4pRIUH6J9HemwYfjB5llR2Ps0CWeikOtdR8+pAURAk0DoJC5/mm9kd+UgdnIy7d6HE4EAvlYhPhA==", + "version": "6.2.6", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.2.6.tgz", + "integrity": "sha512-9xpjNl3kR4rVDZgPNdTL0/c6ao4km69a/2ihNQbcANz8RuCOK3hQBmLSJf3bRKVQjVMda+YvizNE8AwvogcPbw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/apps/www/package.json b/apps/www/package.json index f00a5923..be6ee440 100644 --- a/apps/www/package.json +++ b/apps/www/package.json @@ -67,7 +67,7 @@ "typescript": "5.4.5", "undici": "*", "valibot": "^0.42.1", - "vite": "6.0.14", + "vite": "6.0.15", "vite-tsconfig-paths": "^4.2.1", "wrangler": "^3.0.0" }, diff --git a/packages/www/package.json b/packages/www/package.json index 3696330f..de42e754 100644 --- a/packages/www/package.json +++ b/packages/www/package.json @@ -12,7 +12,7 @@ "@macaron-css/vite": "1.5.1", "@types/bun": "latest", "@types/qrcode": "^1.5.5", - "vite": "6.0.14", + "vite": "6.0.15", "vite-plugin-solid": "^2.11.2" }, "peerDependencies": {