From 1a0ec10bb40432a0c95e09360e4e9299142653a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 15:04:45 +0000 Subject: [PATCH] chore(deps): bump zod from 3.24.1 to 3.25.48 in /bootstrap-node Bumps [zod](https://github.com/colinhacks/zod) from 3.24.1 to 3.25.48. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v3.24.1...v3.25.48) --- updated-dependencies: - dependency-name: zod dependency-version: 3.25.48 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..b7276948 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.48" }, "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.48", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.48.tgz", + "integrity": "sha512-0X1mz8FtgEIvaxGjdIImYpZEaZMrund9pGXm3M6vM7Reba0e2eI71KPjSCGXBfwKDPwPoywf6waUKc3/tFvX2Q==", + "license": "MIT", "funding": { "url": "https://github.com/sponsors/colinhacks" } diff --git a/bootstrap-node/package.json b/bootstrap-node/package.json index d2adfaea..c8b57cfa 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.48" }, "devDependencies": { "@types/node": "^22.13.1"