diff --git a/package-lock.json b/package-lock.json index d393e11d..982ea0c7 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.19", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-ibc/vibc-core-smart-contracts", - "version": "4.0.15", + "version": "4.0.19", "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 385483d2..0db6c795 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": {