diff --git a/package-lock.json b/package-lock.json index 271d422..e201dd1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,18 +1,18 @@ { "name": "@digicatapult/sqnc-process-management", - "version": "2.2.145", + "version": "2.2.146", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@digicatapult/sqnc-process-management", - "version": "2.2.145", + "version": "2.2.146", "license": "Apache-2.0", "dependencies": { "@polkadot/api": "^15.0.1", "chalk": "^5.3.0", "commander": "^12.1.0", - "zod": "^3.24.0" + "zod": "^3.24.1" }, "bin": { "process-management": "build/index.js" @@ -26,7 +26,7 @@ "@swc/helpers": "^0.5.15", "@types/chai": "^5.0.1", "@types/mocha": "^10.0.10", - "@types/node": "^18.19.67", + "@types/node": "^18.19.68", "@typescript-eslint/eslint-plugin": "^8.18.0", "@typescript-eslint/parser": "^8.18.0", "chai": "^5.1.2", diff --git a/package.json b/package.json index 434e5d6..845b771 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@digicatapult/sqnc-process-management", - "version": "2.2.145", + "version": "2.2.146", "description": "SQNC Process Management Flow", "main": "./lib/index.js", "bin": { @@ -44,7 +44,7 @@ "@swc/helpers": "^0.5.15", "@types/chai": "^5.0.1", "@types/mocha": "^10.0.10", - "@types/node": "^18.19.67", + "@types/node": "^18.19.68", "@typescript-eslint/eslint-plugin": "^8.18.0", "@typescript-eslint/parser": "^8.18.0", "chai": "^5.1.2", @@ -62,6 +62,6 @@ "@polkadot/api": "^15.0.1", "chalk": "^5.3.0", "commander": "^12.1.0", - "zod": "^3.24.0" + "zod": "^3.24.1" } }