Skip to content

Commit

Permalink
chore(contracts): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 25, 2024
1 parent 668bbdf commit 32c45af
Show file tree
Hide file tree
Showing 5 changed files with 96 additions and 94 deletions.
2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@algorandfoundation/algokit-client-generator": "^3.0.2",
"@algorandfoundation/tealscript": "=0.90.3",
"@algorandfoundation/tealscript": "=0.90.4",
"@jest/globals": "^29.7.0",
"@joe-p/algokit-generate-component": "^0.2.1",
"@typescript-eslint/eslint-plugin": "7.7.1",
Expand Down
2 changes: 1 addition & 1 deletion nodemgr/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/algorand/go-algorand-sdk/v2 v2.4.0
github.com/antihax/optional v1.0.0
github.com/joho/godotenv v1.5.1
github.com/mailgun/holster/v4 v4.18.0
github.com/mailgun/holster/v4 v4.19.0
github.com/manifoldco/promptui v0.9.0
github.com/prometheus/client_golang v1.19.0
github.com/ssgreg/repeat v1.5.1
Expand Down
2 changes: 2 additions & 0 deletions nodemgr/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ github.com/mailgun/holster/v4 v4.17.0 h1:+Zj3bunQFx3QkMWNlaeLolp7kyBteDnaPx7BT5h
github.com/mailgun/holster/v4 v4.17.0/go.mod h1:UeI3ynFAjOApzf/INq881b9WKM3eRNXp3oPFwJoJBMc=
github.com/mailgun/holster/v4 v4.18.0 h1:OwTN56t1eYiI6t+eTS3pPI3s0pA/JcV7cUIhLcsRbbk=
github.com/mailgun/holster/v4 v4.18.0/go.mod h1:UeI3ynFAjOApzf/INq881b9WKM3eRNXp3oPFwJoJBMc=
github.com/mailgun/holster/v4 v4.19.0 h1:BQ390TMYg7CxBTMvZsHbq0fKnfRY7wxNb0uV+ZdwTJk=
github.com/mailgun/holster/v4 v4.19.0/go.mod h1:/5ijRCyMjOHxt69WdAgvB2gyYCapJaJdT/QciGIcu50=
github.com/manifoldco/promptui v0.9.0 h1:3V4HzJk1TtXW1MTZMP7mdlwbBpIinw3HztaIlYthEiA=
github.com/manifoldco/promptui v0.9.0/go.mod h1:ka04sppxSGFAtxX0qhlYQjISsg9mR4GWtQEhdbn6Pgg=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
Expand Down
Loading

0 comments on commit 32c45af

Please sign in to comment.