Skip to content

Commit

Permalink
fix: packages/cli/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
  • Loading branch information
snyk-bot committed Oct 28, 2023
1 parent 4678176 commit be0c020
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@
"@cosmjs/stargate": "0.28.7",
"@cosmology/core": "^0.5.22",
"@cosmology/cosmos-registry": "^0.0.15",
"@keplr-wallet/types": "0.10.5",
"@keplr-wallet/unit": "0.10.5",
"@keplr-wallet/types": "0.12.0",
"@keplr-wallet/unit": "0.12.0",
"ansi-colors": "^4.1.3",
"axios": "0.27.2",
"axios": "1.6.0",
"class-autobind": "^0.1.4",
"cosmjs-types": "0.5.0",
"crypto-js": "4.1.1",
Expand Down

0 comments on commit be0c020

Please sign in to comment.