From fe307cbb5205ccd4fd342379b14818f80167edf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 16:20:57 +0000 Subject: [PATCH] chore(deps): bump zod from 3.24.1 to 3.25.64 in /bootstrap-node Bumps [zod](https://github.com/colinhacks/zod) from 3.24.1 to 3.25.64. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v3.24.1...v3.25.64) --- updated-dependencies: - dependency-name: zod dependency-version: 3.25.64 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- bootstrap-node/package-lock.json | 9 +++++---- bootstrap-node/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/bootstrap-node/package-lock.json b/bootstrap-node/package-lock.json index 6de528b5..50e72fe0 100644 --- a/bootstrap-node/package-lock.json +++ b/bootstrap-node/package-lock.json @@ -9,7 +9,7 @@ "dotenv": "^16.4.7", "inferable": "^0.30.92", "tsx": "^4.19.2", - "zod": "^3.24.1" + "zod": "^3.25.64" }, "devDependencies": { "@types/node": "^22.13.1" @@ -317,9 +317,10 @@ "license": "MIT" }, "node_modules/zod": { - "version": "3.24.1", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.24.1.tgz", - "integrity": "sha512-muH7gBL9sI1nciMZV67X5fTKKBLtwpZ5VBp1vsOQzj1MhrBZ4wlVCm3gedKZWLp0Oyel8sIGfeiz54Su+OVT+A==", + "version": "3.25.64", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.64.tgz", + "integrity": "sha512-hbP9FpSZf7pkS7hRVUrOjhwKJNyampPgtXKc3AN6DsWtoHsg2Sb4SQaS4Tcay380zSwd2VPo9G9180emBACp5g==", + "license": "MIT", "funding": { "url": "https://github.com/sponsors/colinhacks" } diff --git a/bootstrap-node/package.json b/bootstrap-node/package.json index d2adfaea..56e24f67 100644 --- a/bootstrap-node/package.json +++ b/bootstrap-node/package.json @@ -12,7 +12,7 @@ "dotenv": "^16.4.7", "inferable": "^0.30.92", "tsx": "^4.19.2", - "zod": "^3.24.1" + "zod": "^3.25.64" }, "devDependencies": { "@types/node": "^22.13.1"