From 52382a207b3837b8b484a231a7471bc5a673583d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 20:23:41 +0000 Subject: [PATCH] chore(deps): Bump zod from 4.3.6 to 4.4.3 Bumps [zod](https://github.com/colinhacks/zod) from 4.3.6 to 4.4.3. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v4.3.6...v4.4.3) --- updated-dependencies: - dependency-name: zod dependency-version: 4.4.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 25 +++---------------------- 1 file changed, 3 insertions(+), 22 deletions(-) diff --git a/package-lock.json b/package-lock.json index 18369b3..f1bc3dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,27 +39,6 @@ "vitest": "^4.0.18" } }, - "deps/hyperlight-js-src/src/js-host-api": { - "name": "@hyperlight-dev/js-host-api", - "version": "0.3.3", - "extraneous": true, - "license": "Apache-2.0", - "devDependencies": { - "@eslint/js": "^10.0.1", - "@napi-rs/cli": "^3.6.1", - "eslint": "^10.2.0", - "prettier": "^3.8.1", - "vitest": "^4.1.3" - }, - "engines": { - "node": ">= 18" - }, - "optionalDependencies": { - "@hyperlight-dev/js-host-api-linux-x64-gnu": "0.3.3", - "@hyperlight-dev/js-host-api-linux-x64-musl": "0.3.3", - "@hyperlight-dev/js-host-api-win32-x64-msvc": "0.3.3" - } - }, "deps/js-host-api": { "name": "@hyperlight-dev/js-host-api", "version": "0.3.3", @@ -7178,7 +7157,9 @@ } }, "node_modules/zod": { - "version": "4.3.6", + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz", + "integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/colinhacks"