diff --git a/package-lock.json b/package-lock.json index 60430c3..c43cd12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "@digicatapult/sqnc-process-management", - "version": "2.2.124", + "version": "2.2.125", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@digicatapult/sqnc-process-management", - "version": "2.2.124", + "version": "2.2.125", "license": "Apache-2.0", "dependencies": { - "@polkadot/api": "^14.2.1", + "@polkadot/api": "^14.2.2", "chalk": "^5.3.0", "commander": "^12.1.0", "typescript": "^5.6.3", @@ -23,7 +23,7 @@ "@eslint/js": "^9.13.0", "@types/chai": "^5.0.1", "@types/mocha": "^10.0.9", - "@types/node": "^18.19.62", + "@types/node": "^18.19.63", "@typescript-eslint/eslint-plugin": "^8.12.2", "@typescript-eslint/parser": "^8.12.2", "chai": "^5.1.2", diff --git a/package.json b/package.json index 6aa51d7..7692faf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@digicatapult/sqnc-process-management", - "version": "2.2.124", + "version": "2.2.125", "description": "SQNC Process Management Flow", "main": "./lib/index.js", "bin": { @@ -40,7 +40,7 @@ "@eslint/js": "^9.13.0", "@types/chai": "^5.0.1", "@types/mocha": "^10.0.9", - "@types/node": "^18.19.62", + "@types/node": "^18.19.63", "@typescript-eslint/eslint-plugin": "^8.12.2", "@typescript-eslint/parser": "^8.12.2", "chai": "^5.1.2", @@ -55,7 +55,7 @@ "ts-node": "^10.9.2" }, "dependencies": { - "@polkadot/api": "^14.2.1", + "@polkadot/api": "^14.2.2", "chalk": "^5.3.0", "commander": "^12.1.0", "typescript": "^5.6.3",