Skip to content

Commit

Permalink
fix: packages/core/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-6671926
  • Loading branch information
snyk-bot committed Dec 1, 2024
1 parent 4678176 commit a3308a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,14 @@
"@cosmjs/proto-signing": "0.28.7",
"@cosmjs/stargate": "0.28.7",
"@cosmology/cosmos-registry": "^0.0.15",
"@keplr-wallet/types": "0.10.5",
"@keplr-wallet/unit": "0.10.5",
"axios": "0.27.2",
"@keplr-wallet/types": "0.12.0",
"@keplr-wallet/unit": "0.12.0",
"axios": "1.7.8",
"class-autobind": "^0.1.4",
"cosmjs-types": "0.5.0",
"crypto-js": "4.1.1",
"long": "5.2.0",
"osmojs": "0.4.56",
"osmojs": "16.4.0",
"protobufjs": "6.11.3",
"retry": "0.13.1",
"secrets.js-grempe": "2.0.0",
Expand Down

0 comments on commit a3308a7

Please sign in to comment.