File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
examples/SafeAccountExamples/WebAuthCreateAccountAndSendTransaction Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 11
11
},
12
12
"license" : " MIT" ,
13
13
"dependencies" : {
14
+ "cbor" : " ^9.0.2" ,
14
15
"dotenv" : " ^16.3.1" ,
15
16
"ethers" : " ^6.11.0" ,
16
17
"typescript" : " ^5.1.6"
Original file line number Diff line number Diff line change @@ -29,6 +29,13 @@ aes-js@4.0.0-beta.5:
29
29
resolved "https://registry.yarnpkg.com/aes-js/-/aes-js-4.0.0-beta.5.tgz#8d2452c52adedebc3a3e28465d858c11ca315873"
30
30
integrity sha512-G965FqalsNyrPqgEGON7nIx1e/OVENSgiEIzyC63haUMuvNnwIgIjMs52hlTCKhkBny7A2ORNlfY9Zu+jmGk1Q==
31
31
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
+
32
39
dotenv@^16.3.1 :
33
40
version "16.3.2"
34
41
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.3.2.tgz#3cb611ce5a63002dbabf7c281bc331f69d28f03f"
@@ -47,6 +54,11 @@ ethers@^6.11.0:
47
54
tslib "2.4.0"
48
55
ws "8.5.0"
49
56
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
+
50
62
tslib@2.4.0 :
51
63
version "2.4.0"
52
64
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
You can’t perform that action at this time.
0 commit comments