Skip to content

Commit 71268f6

Browse files
committed
add cbor to packages
1 parent 816252b commit 71268f6

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

examples/SafeAccountExamples/WebAuthCreateAccountAndSendTransaction/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
},
1212
"license": "MIT",
1313
"dependencies": {
14+
"cbor": "^9.0.2",
1415
"dotenv": "^16.3.1",
1516
"ethers": "^6.11.0",
1617
"typescript": "^5.1.6"

examples/SafeAccountExamples/WebAuthCreateAccountAndSendTransaction/yarn.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ aes-js@4.0.0-beta.5:
2929
resolved "https://registry.yarnpkg.com/aes-js/-/aes-js-4.0.0-beta.5.tgz#8d2452c52adedebc3a3e28465d858c11ca315873"
3030
integrity sha512-G965FqalsNyrPqgEGON7nIx1e/OVENSgiEIzyC63haUMuvNnwIgIjMs52hlTCKhkBny7A2ORNlfY9Zu+jmGk1Q==
3131

32+
cbor@^9.0.2:
33+
version "9.0.2"
34+
resolved "https://registry.yarnpkg.com/cbor/-/cbor-9.0.2.tgz#536b4f2d544411e70ec2b19a2453f10f83cd9fdb"
35+
integrity sha512-JPypkxsB10s9QOWwa6zwPzqE1Md3vqpPc+cai4sAecuCsRyAtAl/pMyhPlMbT/xtPnm2dznJZYRLui57qiRhaQ==
36+
dependencies:
37+
nofilter "^3.1.0"
38+
3239
dotenv@^16.3.1:
3340
version "16.3.2"
3441
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.3.2.tgz#3cb611ce5a63002dbabf7c281bc331f69d28f03f"
@@ -47,6 +54,11 @@ ethers@^6.11.0:
4754
tslib "2.4.0"
4855
ws "8.5.0"
4956

57+
nofilter@^3.1.0:
58+
version "3.1.0"
59+
resolved "https://registry.yarnpkg.com/nofilter/-/nofilter-3.1.0.tgz#c757ba68801d41ff930ba2ec55bab52ca184aa66"
60+
integrity sha512-l2NNj07e9afPnhAhvgVrCD/oy2Ai1yfLpuo3EpiO1jFTsB4sFz6oIfAfSZyQzVpkZQ9xS8ZS5g1jCBgq4Hwo0g==
61+
5062
tslib@2.4.0:
5163
version "2.4.0"
5264
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"

0 commit comments

Comments
 (0)