|
1198 | 1198 | resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz" |
1199 | 1199 | integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== |
1200 | 1200 |
|
| 1201 | +"@borewit/text-codec@^0.2.1": |
| 1202 | + version "0.2.2" |
| 1203 | + resolved "https://registry.yarnpkg.com/@borewit/text-codec/-/text-codec-0.2.2.tgz#75025f735c0983b3a871668804a57387e3649375" |
| 1204 | + integrity sha512-DDaRehssg1aNrH4+2hnj1B7vnUGEjU6OIlyRdkMd0aUdIUvKXrJfXsy8LVtXAy7DRvYVluWbMspsRhz2lcW0mQ== |
| 1205 | + |
1201 | 1206 | "@coinbase/wallet-sdk@^3.6.6": |
1202 | 1207 | version "3.9.3" |
1203 | 1208 | resolved "https://registry.npmjs.org/@coinbase/wallet-sdk/-/wallet-sdk-3.9.3.tgz" |
|
4182 | 4187 | resolved "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.6.1.tgz" |
4183 | 4188 | integrity sha512-vq7fv0rnt+QTXgPxr5Hjc210p6YKq2kmdziLgnsZGgLJ9e6VAShx1pACLuRjd/AS/sr7phAR58OIIpf0LlmQNw== |
4184 | 4189 |
|
| 4190 | +"@tokenizer/inflate@^0.4.1": |
| 4191 | + version "0.4.1" |
| 4192 | + resolved "https://registry.yarnpkg.com/@tokenizer/inflate/-/inflate-0.4.1.tgz#fa6cdb8366151b3cc8426bf9755c1ea03a2fba08" |
| 4193 | + integrity sha512-2mAv+8pkG6GIZiF1kNg1jAjh27IDxEPKwdGul3snfztFerfPGI1LjDezZp3i7BElXompqEtPmoPx6c2wgtWsOA== |
| 4194 | + dependencies: |
| 4195 | + debug "^4.4.3" |
| 4196 | + token-types "^6.1.1" |
| 4197 | + |
4185 | 4198 | "@tokenizer/token@^0.3.0": |
4186 | 4199 | version "0.3.0" |
4187 | 4200 | resolved "https://registry.npmjs.org/@tokenizer/token/-/token-0.3.0.tgz" |
@@ -5522,13 +5535,6 @@ abitype@^0.3.0: |
5522 | 5535 | resolved "https://registry.npmjs.org/abitype/-/abitype-0.3.0.tgz" |
5523 | 5536 | integrity sha512-0YokyAV4hKMcy97Pl+6QgZBlBdZJN2llslOs7kiFY+cu7kMlVXDBpxMExfv0krzBCQt2t7hNovpQ3y/zvEm18A== |
5524 | 5537 |
|
5525 | | -abort-controller@^3.0.0: |
5526 | | - version "3.0.0" |
5527 | | - resolved "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz" |
5528 | | - integrity sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg== |
5529 | | - dependencies: |
5530 | | - event-target-shim "^5.0.0" |
5531 | | - |
5532 | 5538 | accepts@~1.3.4, accepts@~1.3.8: |
5533 | 5539 | version "1.3.8" |
5534 | 5540 | resolved "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz" |
@@ -7151,7 +7157,7 @@ debug@2.6.9, debug@^2.6.0: |
7151 | 7157 | dependencies: |
7152 | 7158 | ms "2.0.0" |
7153 | 7159 |
|
7154 | | -debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.4.1: |
| 7160 | +debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.4.1, debug@^4.4.3: |
7155 | 7161 | version "4.4.3" |
7156 | 7162 | resolved "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz" |
7157 | 7163 | integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA== |
@@ -8178,11 +8184,6 @@ ethers@^5, ethers@^5.0.15, ethers@^5.7.2: |
8178 | 8184 | "@ethersproject/web" "5.8.0" |
8179 | 8185 | "@ethersproject/wordlists" "5.8.0" |
8180 | 8186 |
|
8181 | | -event-target-shim@^5.0.0: |
8182 | | - version "5.0.1" |
8183 | | - resolved "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz" |
8184 | | - integrity sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ== |
8185 | | - |
8186 | 8187 | eventemitter3@^4.0.0, eventemitter3@^4.0.7: |
8187 | 8188 | version "4.0.7" |
8188 | 8189 | resolved "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz" |
@@ -8429,14 +8430,15 @@ file-loader@^6.2.0: |
8429 | 8430 | loader-utils "^2.0.0" |
8430 | 8431 | schema-utils "^3.0.0" |
8431 | 8432 |
|
8432 | | -file-type@^16.5.4: |
8433 | | - version "16.5.4" |
8434 | | - resolved "https://registry.npmjs.org/file-type/-/file-type-16.5.4.tgz" |
8435 | | - integrity sha512-/yFHK0aGjFEgDJjEKP0pWCplsPFPhwyfwevf/pVxiN0tmE4L9LmwWxWukdJSHdoCli4VgQLehjJtwQBnqmsKcw== |
| 8433 | +file-type@^16.5.4, file-type@^21.3.1: |
| 8434 | + version "21.3.4" |
| 8435 | + resolved "https://registry.yarnpkg.com/file-type/-/file-type-21.3.4.tgz#e3f902faee8ec4aa152909fc902a7a77f9c06725" |
| 8436 | + integrity sha512-Ievi/yy8DS3ygGvT47PjSfdFoX+2isQueoYP1cntFW1JLYAuS4GD7NUPGg4zv2iZfV52uDyk5w5Z0TdpRS6Q1g== |
8436 | 8437 | dependencies: |
8437 | | - readable-web-to-node-stream "^3.0.0" |
8438 | | - strtok3 "^6.2.4" |
8439 | | - token-types "^4.1.1" |
| 8438 | + "@tokenizer/inflate" "^0.4.1" |
| 8439 | + strtok3 "^10.3.4" |
| 8440 | + token-types "^6.1.1" |
| 8441 | + uint8array-extras "^1.4.0" |
8440 | 8442 |
|
8441 | 8443 | filelist@^1.0.4: |
8442 | 8444 | version "1.0.4" |
@@ -8904,10 +8906,10 @@ gzip-size@^6.0.0: |
8904 | 8906 | dependencies: |
8905 | 8907 | duplexer "^0.1.2" |
8906 | 8908 |
|
8907 | | -h3@^1.15.4, h3@^1.15.6: |
8908 | | - version "1.15.8" |
8909 | | - resolved "https://registry.yarnpkg.com/h3/-/h3-1.15.8.tgz#bf90969bc1141a88be0940b7290f8353456b9f2a" |
8910 | | - integrity sha512-iOH6Vl8mGd9nNfu9C0IZ+GuOAfJHcyf3VriQxWaSWIB76Fg4BnFuk4cxBxjmQSSxJS664+pgjP6e7VBnUzFfcg== |
| 8909 | +h3@^1.15.4, h3@^1.15.9: |
| 8910 | + version "1.15.10" |
| 8911 | + resolved "https://registry.yarnpkg.com/h3/-/h3-1.15.10.tgz#defe650df7b70cf585d2020c4146fb580cfb0d42" |
| 8912 | + integrity sha512-YzJeWSkDZxAhvmp8dexjRK5hxziRO7I9m0N53WhvYL5NiWfkUkzssVzY9jvGu0HBoLFW6+duYmNSn6MaZBCCtg== |
8911 | 8913 | dependencies: |
8912 | 8914 | cookie-es "^1.2.2" |
8913 | 8915 | crossws "^0.3.5" |
@@ -10574,10 +10576,10 @@ jsonify@^0.0.1: |
10574 | 10576 | resolved "https://registry.npmjs.org/jsonify/-/jsonify-0.0.1.tgz" |
10575 | 10577 | integrity sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg== |
10576 | 10578 |
|
10577 | | -jsonpath@^1.1.1, jsonpath@^1.2.1: |
10578 | | - version "1.2.1" |
10579 | | - resolved "https://registry.yarnpkg.com/jsonpath/-/jsonpath-1.2.1.tgz#2b74a4bcc78948e43e33ac971138ce0c68bce701" |
10580 | | - integrity sha512-Jl6Jhk0jG+kP3yk59SSeGq7LFPR4JQz1DU0K+kXTysUhMostbhU3qh5mjTuf0PqFcXpAT7kvmMt9WxV10NyIgQ== |
| 10579 | +jsonpath@^1.1.1, jsonpath@^1.3.0: |
| 10580 | + version "1.3.0" |
| 10581 | + resolved "https://registry.yarnpkg.com/jsonpath/-/jsonpath-1.3.0.tgz#623197970fb433845c68024bf9e2b864f5376ab2" |
| 10582 | + integrity sha512-0kjkYHJBkAy50Z5QzArZ7udmvxrJzkpKYW27fiF//BrMY7TQibYLl+FYIXN2BiYmwMIVzSfD8aDRj6IzgBX2/w== |
10581 | 10583 | dependencies: |
10582 | 10584 | esprima "1.2.5" |
10583 | 10585 | static-eval "2.1.1" |
@@ -11658,11 +11660,6 @@ path-type@^4.0.0: |
11658 | 11660 | resolved "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz" |
11659 | 11661 | integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== |
11660 | 11662 |
|
11661 | | -peek-readable@^4.1.0: |
11662 | | - version "4.1.0" |
11663 | | - resolved "https://registry.npmjs.org/peek-readable/-/peek-readable-4.1.0.tgz" |
11664 | | - integrity sha512-ZI3LnwUv5nOGbQzD9c2iDG6toheuXSZP5esSHBjopsXH4dg19soufvpUGA3uohi5anFtGb2lhAVdHzH6R/Evvg== |
11665 | | - |
11666 | 11663 | performance-now@^2.1.0: |
11667 | 11664 | version "2.1.0" |
11668 | 11665 | resolved "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz" |
@@ -12823,24 +12820,6 @@ readable-stream@^3.0.6, readable-stream@^3.1.1, readable-stream@^3.4.0, readable |
12823 | 12820 | string_decoder "^1.1.1" |
12824 | 12821 | util-deprecate "^1.0.1" |
12825 | 12822 |
|
12826 | | -readable-stream@^4.7.0: |
12827 | | - version "4.7.0" |
12828 | | - resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-4.7.0.tgz" |
12829 | | - integrity sha512-oIGGmcpTLwPga8Bn6/Z75SVaH1z5dUut2ibSyAMVhmUggWpmDn2dapB0n7f8nwaSiRtepAsfJyfXIO5DCVAODg== |
12830 | | - dependencies: |
12831 | | - abort-controller "^3.0.0" |
12832 | | - buffer "^6.0.3" |
12833 | | - events "^3.3.0" |
12834 | | - process "^0.11.10" |
12835 | | - string_decoder "^1.3.0" |
12836 | | - |
12837 | | -readable-web-to-node-stream@^3.0.0: |
12838 | | - version "3.0.4" |
12839 | | - resolved "https://registry.npmjs.org/readable-web-to-node-stream/-/readable-web-to-node-stream-3.0.4.tgz" |
12840 | | - integrity sha512-9nX56alTf5bwXQ3ZDipHJhusu9NTQJ/CVPtb/XHAJCXihZeitfJvIRS4GqQ/mfIoOE3IelHMrpayVrosdHBuLw== |
12841 | | - dependencies: |
12842 | | - readable-stream "^4.7.0" |
12843 | | - |
12844 | 12823 | readdirp@^4.0.1: |
12845 | 12824 | version "4.1.2" |
12846 | 12825 | resolved "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz" |
@@ -13829,7 +13808,7 @@ string.prototype.trimstart@^1.0.8: |
13829 | 13808 | define-properties "^1.2.1" |
13830 | 13809 | es-object-atoms "^1.0.0" |
13831 | 13810 |
|
13832 | | -string_decoder@^1.1.1, string_decoder@^1.3.0: |
| 13811 | +string_decoder@^1.1.1: |
13833 | 13812 | version "1.3.0" |
13834 | 13813 | resolved "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz" |
13835 | 13814 | integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA== |
@@ -13898,13 +13877,12 @@ strip-json-comments@^3.1.1: |
13898 | 13877 | resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz" |
13899 | 13878 | integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig== |
13900 | 13879 |
|
13901 | | -strtok3@^6.2.4: |
13902 | | - version "6.3.0" |
13903 | | - resolved "https://registry.npmjs.org/strtok3/-/strtok3-6.3.0.tgz" |
13904 | | - integrity sha512-fZtbhtvI9I48xDSywd/somNqgUHl2L2cstmXCCif0itOf96jeW18MBSyrLuNicYQVkvpOxkZtkzujiTJ9LW5Jw== |
| 13880 | +strtok3@^10.3.4: |
| 13881 | + version "10.3.5" |
| 13882 | + resolved "https://registry.yarnpkg.com/strtok3/-/strtok3-10.3.5.tgz#7213285da0dc3dec0fc8ce5df4b8b7a733f14360" |
| 13883 | + integrity sha512-ki4hZQfh5rX0QDLLkOCj+h+CVNkqmp/CMf8v8kZpkNVK6jGQooMytqzLZYUVYIZcFZ6yDB70EfD8POcFXiF5oA== |
13905 | 13884 | dependencies: |
13906 | 13885 | "@tokenizer/token" "^0.3.0" |
13907 | | - peek-readable "^4.1.0" |
13908 | 13886 |
|
13909 | 13887 | style-loader@^3.3.1: |
13910 | 13888 | version "3.3.4" |
@@ -14235,11 +14213,12 @@ toidentifier@~1.0.1: |
14235 | 14213 | resolved "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz" |
14236 | 14214 | integrity sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA== |
14237 | 14215 |
|
14238 | | -token-types@^4.1.1: |
14239 | | - version "4.2.1" |
14240 | | - resolved "https://registry.npmjs.org/token-types/-/token-types-4.2.1.tgz" |
14241 | | - integrity sha512-6udB24Q737UD/SDsKAHI9FCRP7Bqc9D/MQUV02ORQg5iskjtLJlZJNdN4kKtcdtwCeWIwIHDGaUsTsCCAa8sFQ== |
| 14216 | +token-types@^6.1.1: |
| 14217 | + version "6.1.2" |
| 14218 | + resolved "https://registry.yarnpkg.com/token-types/-/token-types-6.1.2.tgz#18d0fd59b996d421f9f83914d6101c201bd08129" |
| 14219 | + integrity sha512-dRXchy+C0IgK8WPC6xvCHFRIWYUbqqdEIKPaKo/AcTUNzwLTK6AH7RjdLWsEZcAN/TBdtfUw3PYEgPr5VPr6ww== |
14242 | 14220 | dependencies: |
| 14221 | + "@borewit/text-codec" "^0.2.1" |
14243 | 14222 | "@tokenizer/token" "^0.3.0" |
14244 | 14223 | ieee754 "^1.2.1" |
14245 | 14224 |
|
@@ -14452,6 +14431,11 @@ ufo@^1.6.1, ufo@^1.6.3: |
14452 | 14431 | resolved "https://registry.npmjs.org/ufo/-/ufo-1.6.3.tgz" |
14453 | 14432 | integrity sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q== |
14454 | 14433 |
|
| 14434 | +uint8array-extras@^1.4.0: |
| 14435 | + version "1.5.0" |
| 14436 | + resolved "https://registry.yarnpkg.com/uint8array-extras/-/uint8array-extras-1.5.0.tgz#10d2a85213de3ada304fea1c454f635c73839e86" |
| 14437 | + integrity sha512-rvKSBiC5zqCCiDZ9kAOszZcDvdAHwwIKJG33Ykj43OKcWsnmcBRL09YTU4nOeHZ8Y2a7l1MgTd08SBe9A8Qj6A== |
| 14438 | + |
14455 | 14439 | uint8arrays@^3.0.0, uint8arrays@^3.1.0: |
14456 | 14440 | version "3.1.1" |
14457 | 14441 | resolved "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.1.1.tgz" |
|
0 commit comments