From ef4ff923c8c3ea929d5834e77ba347f3ea78d70d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 03:31:18 +0000 Subject: [PATCH] Bump zod from 3.23.8 to 3.24.1 Bumps [zod](https://github.com/colinhacks/zod) from 3.23.8 to 3.24.1. - [Release notes](https://github.com/colinhacks/zod/releases) - [Changelog](https://github.com/colinhacks/zod/blob/main/CHANGELOG.md) - [Commits](https://github.com/colinhacks/zod/compare/v3.23.8...v3.24.1) --- updated-dependencies: - dependency-name: zod dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index d393e11d..2a3a6eed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@open-ibc/vibc-core-smart-contracts", - "version": "4.0.15", + "version": "4.0.20", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-ibc/vibc-core-smart-contracts", - "version": "4.0.15", + "version": "4.0.20", "license": "MIT", "dependencies": { "@commander-js/extra-typings": "^12.1.0", @@ -21,7 +21,7 @@ "winston": "^3.17.0", "yaml": "^2.6.1", "yargs": "^17.7.2", - "zod": "^3.23.8", + "zod": "^3.24.1", "zx": "^8.1.9" }, "bin": { @@ -8252,8 +8252,9 @@ } }, "node_modules/zod": { - "version": "3.23.8", - "license": "MIT", + "version": "3.24.1", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.24.1.tgz", + "integrity": "sha512-muH7gBL9sI1nciMZV67X5fTKKBLtwpZ5VBp1vsOQzj1MhrBZ4wlVCm3gedKZWLp0Oyel8sIGfeiz54Su+OVT+A==", "funding": { "url": "https://github.com/sponsors/colinhacks" } diff --git a/package.json b/package.json index 3850c6ed..55a4d9ca 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "yaml": "^2.6.1", "winston": "^3.17.0", "yargs": "^17.7.2", - "zod": "^3.23.8", + "zod": "^3.24.1", "zx": "^8.1.9" }, "devDependencies": {