Skip to content

Commit b5a7981

Browse files
committed
build(deps): bump base-x to 3.0.11 (#270)
1 parent c514e8c commit b5a7981

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"**/@wagmi/cli/viem/ws": "8.17.1",
3636
"**/@ethersproject/providers/ws": "7.5.10",
3737
"**/elliptic": "6.6.1",
38-
"**/nanoid": "3.3.8"
38+
"**/nanoid": "3.3.8",
39+
"**/base-x": "3.0.11"
3940
}
4041
}

src/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,8 @@
5656
"@offchainlabs/fund-distribution-contracts": "^1.0.1",
5757
"@safe-global/protocol-kit": "^4.0.2",
5858
"ethers": "^5.7.2"
59+
},
60+
"resolutions": {
61+
"**/base-x": "3.0.11"
5962
}
6063
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1168,10 +1168,10 @@ balanced-match@^1.0.0:
11681168
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
11691169
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
11701170

1171-
base-x@^3.0.2:
1172-
version "3.0.9"
1173-
resolved "https://registry.yarnpkg.com/base-x/-/base-x-3.0.9.tgz#6349aaabb58526332de9f60995e548a53fe21320"
1174-
integrity sha512-H7JU6iBHTal1gp56aKoaa//YUxEaAOUiydvrV/pILqIHXTtqxSkATOnDA2u+jZ/61sD+L/412+7kzXRtWukhpQ==
1171+
base-x@3.0.11, base-x@^3.0.2:
1172+
version "3.0.11"
1173+
resolved "https://registry.yarnpkg.com/base-x/-/base-x-3.0.11.tgz#40d80e2a1aeacba29792ccc6c5354806421287ff"
1174+
integrity sha512-xz7wQ8xDhdyP7tQxwdteLYeFfS68tSMNCZ/Y37WJ4bhGfKPpqEIlmIyueQHqOyoPhE6xNUqjzRr8ra0eF9VRvA==
11751175
dependencies:
11761176
safe-buffer "^5.0.1"
11771177

0 commit comments

Comments
 (0)