Skip to content

Commit

Permalink
chore(deps): bump debug from 4.3.5 to 4.4.0 (#1311)
Browse files Browse the repository at this point in the history
Bumps [debug](https://github.com/debug-js/debug) from 4.3.5 to 4.4.0.
- [Release notes](https://github.com/debug-js/debug/releases)
- [Commits](debug-js/debug@4.3.5...4.4.0)

---
updated-dependencies:
- dependency-name: debug
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent 5b0849f commit 3af1601
Show file tree
Hide file tree
Showing 7 changed files with 143 additions and 165 deletions.
2 changes: 1 addition & 1 deletion packages/eth-web3js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@ant-design/web3-common": "workspace:*",
"@ant-design/web3-wagmi": "workspace:*",
"@tanstack/react-query": "^5.51.11",
"debug": "^4.3.5",
"debug": "^4.4.0",
"viem": "^2.21.3",
"wagmi": "^2.14.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ethers-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@ant-design/web3-ethers": "workspace:*",
"@ant-design/web3-wagmi": "workspace:*",
"@tanstack/react-query": "^5.51.11",
"debug": "^4.3.5",
"debug": "^4.4.0",
"viem": "^2.21.3",
"wagmi": "^2.14.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ethers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@ant-design/web3-common": "workspace:*",
"@ant-design/web3-wagmi": "workspace:*",
"@tanstack/react-query": "^5.51.11",
"debug": "^4.3.5",
"debug": "^4.4.0",
"viem": "^2.21.3",
"wagmi": "^2.14.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/solana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@walletconnect/utils": "^2.16.1",
"@walletconnect/web3wallet": "^1.16.1",
"bs58": "^6.0.0",
"debug": "^4.3.5"
"debug": "^4.4.0"
},
"devDependencies": {
"@solana/wallet-adapter-phantom": "^0.9.24",
Expand Down
2 changes: 1 addition & 1 deletion packages/sui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"@ant-design/web3-assets": "workspace:*",
"@ant-design/web3-common": "workspace:*",
"debug": "^4.3.4"
"debug": "^4.4.0"
},
"devDependencies": {
"@mysten/dapp-kit": "^0.14.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/wagmi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"dependencies": {
"@ant-design/web3-assets": "workspace:*",
"@ant-design/web3-common": "workspace:*",
"debug": "^4.3.5"
"debug": "^4.4.0"
},
"devDependencies": {
"@tanstack/react-query": "^5.51.11",
Expand Down
Loading

0 comments on commit 3af1601

Please sign in to comment.