Skip to content

Commit

Permalink
fix(dependency): axios update
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonKozAllB committed Aug 1, 2024
1 parent f31d810 commit f0d591e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 20 deletions.
9 changes: 1 addition & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"@solana/web3.js": "^1.78.5",
"@types/big.js": "^6.2.0",
"assert": "^2.1.0",
"axios": "^1.5.0",
"axios": "^1.7.2",
"big.js": "^6.2.1",
"bn.js": "^5.2.1",
"erc-20-abi": "^1.0.0",
Expand All @@ -112,13 +112,6 @@
"web3-eth-contract": "1.9.0",
"web3-utils": "1.9.0"
},
"pnpm": {
"auditConfig": {
"ignoreCves": [
"CVE-2023-28155"
]
}
},
"jest": {
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
Expand Down
14 changes: 2 additions & 12 deletions pnpm-lock.yaml

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

0 comments on commit f0d591e

Please sign in to comment.