Skip to content

Commit

Permalink
Update dependency commander to v11 (#89)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 29, 2023
1 parent fdb67e7 commit 91e4813
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digicatapult/dscp-process-management",
"version": "1.7.35",
"version": "1.7.36",
"description": "DSCP Process Management Flow",
"main": "./lib/index.js",
"bin": {
Expand Down Expand Up @@ -56,7 +56,7 @@
"dependencies": {
"@polkadot/api": "^10.9.1",
"chalk": "^5.3.0",
"commander": "^10.0.1",
"commander": "^11.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"zod": "^3.21.4"
Expand Down

0 comments on commit 91e4813

Please sign in to comment.