From a9acf060a565b82fa8e15e8dbea4b291abc67b35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 05:22:05 +0000 Subject: [PATCH] Bump vinxi from 0.5.8 to 0.5.10 Bumps [vinxi](https://github.com/nksaraf/vinxi/tree/HEAD/packages/vinxi) from 0.5.8 to 0.5.10. - [Release notes](https://github.com/nksaraf/vinxi/releases) - [Changelog](https://github.com/nksaraf/vinxi/blob/main/packages/vinxi/CHANGELOG.md) - [Commits](https://github.com/nksaraf/vinxi/commits/HEAD/packages/vinxi) --- updated-dependencies: - dependency-name: vinxi dependency-version: 0.5.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 ++++++++++++++++------ package.json | 2 +- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 36511e5..93515e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "firebase": "^12.6.0", "solid-firebase": "^0.3.0", "solid-js": "^1.9.10", - "vinxi": "^0.5.8", + "vinxi": "^0.5.10", "vite-plugin-solid": "^2.11.10" }, "devDependencies": { @@ -11407,9 +11407,10 @@ } }, "node_modules/vinxi": { - "version": "0.5.8", - "resolved": "https://registry.npmjs.org/vinxi/-/vinxi-0.5.8.tgz", - "integrity": "sha512-1pGA+cU1G9feBQ1sd5FMftPuLUT8NSX880AvELhNWqoqWhe2jeSOQxjDPxlA3f1AC+Bbknl4UPKHyVXmfLZQjw==", + "version": "0.5.10", + "resolved": "https://registry.npmjs.org/vinxi/-/vinxi-0.5.10.tgz", + "integrity": "sha512-qdxevpdm6ZhI4FPXyVpaMOnz0WfyeC0WWj4XUKjRetSNkPj0D45VHep5iv4nBxdc/2XLPBRMW3CNkn/yUMsYIg==", + "license": "MIT", "peer": true, "dependencies": { "@babel/core": "^7.22.11", @@ -11444,13 +11445,22 @@ "unctx": "^2.4.1", "unenv": "^1.10.0", "unstorage": "^1.16.0", - "vite": "^6.3.3", - "zod": "^3.24.3" + "vite": "^6.4.1", + "zod": "^4.0.0" }, "bin": { "vinxi": "bin/cli.mjs" } }, + "node_modules/vinxi/node_modules/zod": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/zod/-/zod-4.2.1.tgz", + "integrity": "sha512-0wZ1IRqGGhMP76gLqz8EyfBXKk0J2qo2+H3fi4mcUP/KtTocoX08nmIAHl1Z2kJIZbZee8KOpBCSNPRgauucjw==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/colinhacks" + } + }, "node_modules/vite": { "version": "6.4.1", "resolved": "https://registry.npmjs.org/vite/-/vite-6.4.1.tgz", diff --git a/package.json b/package.json index 71d744e..3301043 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "firebase": "^12.6.0", "solid-firebase": "^0.3.0", "solid-js": "^1.9.10", - "vinxi": "^0.5.8", + "vinxi": "^0.5.10", "vite-plugin-solid": "^2.11.10" }, "engines": {