|
50 | 50 | dependencies:
|
51 | 51 | "@babel/highlight" "^7.16.0"
|
52 | 52 |
|
| 53 | +"@babel/code-frame@^7.26.2": |
| 54 | + version "7.26.2" |
| 55 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85" |
| 56 | + integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ== |
| 57 | + dependencies: |
| 58 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 59 | + js-tokens "^4.0.0" |
| 60 | + picocolors "^1.0.0" |
| 61 | + |
53 | 62 | "@babel/compat-data@^7.13.11", "@babel/compat-data@^7.15.0", "@babel/compat-data@^7.16.0", "@babel/compat-data@^7.16.4":
|
54 | 63 | version "7.16.4"
|
55 | 64 | resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.16.4.tgz#081d6bbc336ec5c2435c6346b2ae1fb98b5ac68e"
|
|
101 | 110 | jsesc "^2.5.1"
|
102 | 111 | source-map "^0.5.0"
|
103 | 112 |
|
| 113 | +"@babel/generator@^7.27.0": |
| 114 | + version "7.27.0" |
| 115 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.0.tgz#764382b5392e5b9aff93cadb190d0745866cbc2c" |
| 116 | + integrity sha512-VybsKvpiN1gU1sdMZIp7FcqphVVKEwcuj02x73uvcHE0PTihx1nlBcowYWhDwjpoAXRv43+gDzyggGnn1XZhVw== |
| 117 | + dependencies: |
| 118 | + "@babel/parser" "^7.27.0" |
| 119 | + "@babel/types" "^7.27.0" |
| 120 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 121 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 122 | + jsesc "^3.0.2" |
| 123 | + |
104 | 124 | "@babel/helper-annotate-as-pure@^7.15.4", "@babel/helper-annotate-as-pure@^7.16.0":
|
105 | 125 | version "7.16.0"
|
106 | 126 | resolved "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.0.tgz#9a1f0ebcda53d9a2d00108c4ceace6a5d5f1f08d"
|
|
270 | 290 | dependencies:
|
271 | 291 | "@babel/types" "^7.16.0"
|
272 | 292 |
|
| 293 | +"@babel/helper-string-parser@^7.25.9": |
| 294 | + version "7.25.9" |
| 295 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c" |
| 296 | + integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA== |
| 297 | + |
273 | 298 | "@babel/helper-validator-identifier@^7.15.7":
|
274 | 299 | version "7.15.7"
|
275 | 300 | resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389"
|
276 | 301 | integrity sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==
|
277 | 302 |
|
| 303 | +"@babel/helper-validator-identifier@^7.25.9": |
| 304 | + version "7.25.9" |
| 305 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7" |
| 306 | + integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ== |
| 307 | + |
278 | 308 | "@babel/helper-validator-option@^7.14.5":
|
279 | 309 | version "7.14.5"
|
280 | 310 | resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
|
|
308 | 338 | chalk "^2.0.0"
|
309 | 339 | js-tokens "^4.0.0"
|
310 | 340 |
|
311 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.15.2", "@babel/parser@^7.16.0", "@babel/parser@^7.16.3": |
| 341 | +"@babel/parser@^7.1.0", "@babel/parser@^7.15.2", "@babel/parser@^7.16.0": |
312 | 342 | version "7.16.4"
|
313 | 343 | resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.16.4.tgz#d5f92f57cf2c74ffe9b37981c0e72fee7311372e"
|
314 | 344 | integrity sha512-6V0qdPUaiVHH3RtZeLIsc+6pDhbYzHR8ogA8w+f+Wc77DuXto19g2QUwveINoS34Uw+W8/hQDGJCx+i4n7xcng==
|
315 | 345 |
|
| 346 | +"@babel/parser@^7.27.0": |
| 347 | + version "7.27.0" |
| 348 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec" |
| 349 | + integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg== |
| 350 | + dependencies: |
| 351 | + "@babel/types" "^7.27.0" |
| 352 | + |
316 | 353 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.2":
|
317 | 354 | version "7.16.2"
|
318 | 355 | resolved "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.2.tgz#2977fca9b212db153c195674e57cfab807733183"
|
|
1093 | 1130 | "@babel/parser" "^7.16.0"
|
1094 | 1131 | "@babel/types" "^7.16.0"
|
1095 | 1132 |
|
1096 |
| -"@babel/traverse@^7.13.0", "@babel/traverse@^7.15.0", "@babel/traverse@^7.16.0", "@babel/traverse@^7.16.3", "@babel/traverse@^7.4.5": |
1097 |
| - version "7.16.3" |
1098 |
| - resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.16.3.tgz#f63e8a938cc1b780f66d9ed3c54f532ca2d14787" |
1099 |
| - integrity sha512-eolumr1vVMjqevCpwVO99yN/LoGL0EyHiLO5I043aYQvwOJ9eR5UsZSClHVCzfhBduMAsSzgA/6AyqPjNayJag== |
1100 |
| - dependencies: |
1101 |
| - "@babel/code-frame" "^7.16.0" |
1102 |
| - "@babel/generator" "^7.16.0" |
1103 |
| - "@babel/helper-function-name" "^7.16.0" |
1104 |
| - "@babel/helper-hoist-variables" "^7.16.0" |
1105 |
| - "@babel/helper-split-export-declaration" "^7.16.0" |
1106 |
| - "@babel/parser" "^7.16.3" |
1107 |
| - "@babel/types" "^7.16.0" |
1108 |
| - debug "^4.1.0" |
| 1133 | +"@babel/template@^7.27.0": |
| 1134 | + version "7.27.0" |
| 1135 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.0.tgz#b253e5406cc1df1c57dcd18f11760c2dbf40c0b4" |
| 1136 | + integrity sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA== |
| 1137 | + dependencies: |
| 1138 | + "@babel/code-frame" "^7.26.2" |
| 1139 | + "@babel/parser" "^7.27.0" |
| 1140 | + "@babel/types" "^7.27.0" |
| 1141 | + |
| 1142 | +"@babel/traverse@^7.13.0", "@babel/traverse@^7.15.0", "@babel/traverse@^7.16.0", "@babel/traverse@^7.16.3", "@babel/traverse@^7.23.2", "@babel/traverse@^7.4.5": |
| 1143 | + version "7.27.0" |
| 1144 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.0.tgz#11d7e644779e166c0442f9a07274d02cd91d4a70" |
| 1145 | + integrity sha512-19lYZFzYVQkkHkl4Cy4WrAVcqBkgvV2YM2TU3xG6DIwO7O3ecbDPfW3yM3bjAGcqcQHi+CCtjMR3dIEHxsd6bA== |
| 1146 | + dependencies: |
| 1147 | + "@babel/code-frame" "^7.26.2" |
| 1148 | + "@babel/generator" "^7.27.0" |
| 1149 | + "@babel/parser" "^7.27.0" |
| 1150 | + "@babel/template" "^7.27.0" |
| 1151 | + "@babel/types" "^7.27.0" |
| 1152 | + debug "^4.3.1" |
1109 | 1153 | globals "^11.1.0"
|
1110 | 1154 |
|
1111 | 1155 | "@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49", "@babel/types@^7.12.6", "@babel/types@^7.15.0", "@babel/types@^7.15.6", "@babel/types@^7.16.0", "@babel/types@^7.3.0", "@babel/types@^7.4.4":
|
|
1116 | 1160 | "@babel/helper-validator-identifier" "^7.15.7"
|
1117 | 1161 | to-fast-properties "^2.0.0"
|
1118 | 1162 |
|
| 1163 | +"@babel/types@^7.27.0": |
| 1164 | + version "7.27.0" |
| 1165 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559" |
| 1166 | + integrity sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg== |
| 1167 | + dependencies: |
| 1168 | + "@babel/helper-string-parser" "^7.25.9" |
| 1169 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 1170 | + |
1119 | 1171 | "@bnb-chain/javascript-sdk@^4.3.1":
|
1120 | 1172 | version "4.3.1"
|
1121 | 1173 | resolved "https://registry.yarnpkg.com/@bnb-chain/javascript-sdk/-/javascript-sdk-4.3.1.tgz#9fb5bca4dd79477986db95606458f73595f344dc"
|
|
1162 | 1214 | optionalDependencies:
|
1163 | 1215 | "@ledgerhq/hw-transport-node-hid" "^5.10.0"
|
1164 | 1216 |
|
| 1217 | +"@bnb-chain/javascript-sdk@^4.4.4": |
| 1218 | + version "4.4.5" |
| 1219 | + resolved "https://registry.yarnpkg.com/@bnb-chain/javascript-sdk/-/javascript-sdk-4.4.5.tgz#7259e304f160fc978024eebcf7a587694c036440" |
| 1220 | + integrity sha512-9uL3cZv+80oiQBkNVTiedTWZHNe6IS1bouZ8322ghqR+/l3eqozaPROeQ+uq8tCRPXEmpZTGU+LFcxqlD9ipDw== |
| 1221 | + dependencies: |
| 1222 | + "@babel/runtime" "^7.10.4" |
| 1223 | + "@ledgerhq/hw-transport-u2f" "^5.9.0" |
| 1224 | + "@ledgerhq/hw-transport-web-ble" "^5.9.0" |
| 1225 | + "@types/bech32" "^1.1.2" |
| 1226 | + "@types/big.js" "^4.0.5" |
| 1227 | + "@types/bn.js" "^4.11.6" |
| 1228 | + "@types/crypto-js" "^3.1.43" |
| 1229 | + "@types/jest" "^25.1.4" |
| 1230 | + "@types/ledgerhq__hw-transport" "^4.21.2" |
| 1231 | + "@types/lodash" "^4.14.149" |
| 1232 | + "@types/node" "^13.9.0" |
| 1233 | + "@types/pumpify" "^1.4.1" |
| 1234 | + "@types/tiny-secp256k1" "^1.0.0" |
| 1235 | + "@types/uuid" "^7.0.0" |
| 1236 | + axios "^0.24.0" |
| 1237 | + bech32 "^1.1.3" |
| 1238 | + big.js "^5.2.2" |
| 1239 | + bip32 "^2.0.5" |
| 1240 | + bip39 "^3.0.2" |
| 1241 | + bn.js "^4.11.8" |
| 1242 | + camelcase "^5.3.1" |
| 1243 | + crypto-browserify "^3.12.0" |
| 1244 | + crypto-js "^4.2.0" |
| 1245 | + elliptic "^6.6.1" |
| 1246 | + eslint-utils "^1.4.2" |
| 1247 | + events "^3.0.0" |
| 1248 | + is-it-check "^1.0.12" |
| 1249 | + lodash "^4.17.21" |
| 1250 | + minimist "^1.2.5" |
| 1251 | + ndjson "^1.5.0" |
| 1252 | + protocol-buffers-encodings "^1.1.0" |
| 1253 | + pumpify "^2.0.1" |
| 1254 | + secure-random "^1.1.2" |
| 1255 | + tiny-secp256k1 "^1.1.3" |
| 1256 | + url "^0.11.0" |
| 1257 | + uuid "^3.3.2" |
| 1258 | + websocket-stream "^5.5.0" |
| 1259 | + optionalDependencies: |
| 1260 | + "@ledgerhq/hw-transport-node-hid" "^5.10.0" |
| 1261 | + |
1165 | 1262 | "@bnb-chain/ledger-bridge@file:..":
|
1166 | 1263 | version "0.2.0"
|
1167 | 1264 | dependencies:
|
1168 |
| - "@bnb-chain/javascript-sdk" "^4.3.1" |
| 1265 | + "@bnb-chain/javascript-sdk" "^4.4.4" |
1169 | 1266 | "@ethereumjs/tx" "^3.4.0"
|
1170 | 1267 | "@ledgerhq/hw-app-eth" "^6.17.0"
|
1171 | 1268 | "@ledgerhq/hw-transport" "^6.11.2"
|
|
1891 | 1988 | "@types/yargs" "^15.0.0"
|
1892 | 1989 | chalk "^3.0.0"
|
1893 | 1990 |
|
| 1991 | +"@jridgewell/gen-mapping@^0.3.5": |
| 1992 | + version "0.3.8" |
| 1993 | + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz#4f0e06362e01362f823d348f1872b08f666d8142" |
| 1994 | + integrity sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA== |
| 1995 | + dependencies: |
| 1996 | + "@jridgewell/set-array" "^1.2.1" |
| 1997 | + "@jridgewell/sourcemap-codec" "^1.4.10" |
| 1998 | + "@jridgewell/trace-mapping" "^0.3.24" |
| 1999 | + |
| 2000 | +"@jridgewell/resolve-uri@^3.1.0": |
| 2001 | + version "3.1.2" |
| 2002 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6" |
| 2003 | + integrity sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw== |
| 2004 | + |
| 2005 | +"@jridgewell/set-array@^1.2.1": |
| 2006 | + version "1.2.1" |
| 2007 | + resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.2.1.tgz#558fb6472ed16a4c850b889530e6b36438c49280" |
| 2008 | + integrity sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A== |
| 2009 | + |
| 2010 | +"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14": |
| 2011 | + version "1.5.0" |
| 2012 | + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz#3188bcb273a414b0d215fd22a58540b989b9409a" |
| 2013 | + integrity sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ== |
| 2014 | + |
| 2015 | +"@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25": |
| 2016 | + version "0.3.25" |
| 2017 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#15f190e98895f3fc23276ee14bc76b675c2e50f0" |
| 2018 | + integrity sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ== |
| 2019 | + dependencies: |
| 2020 | + "@jridgewell/resolve-uri" "^3.1.0" |
| 2021 | + "@jridgewell/sourcemap-codec" "^1.4.14" |
| 2022 | + |
1894 | 2023 | "@juggle/resize-observer@^3.2.0":
|
1895 | 2024 | version "3.3.1"
|
1896 | 2025 | resolved "https://registry.npmjs.org/@juggle/resize-observer/-/resize-observer-3.3.1.tgz#b50a781709c81e10701004214340f25475a171a0"
|
@@ -6186,6 +6315,19 @@ elliptic@6.5.4, elliptic@^6.4.0, elliptic@^6.5.2, elliptic@^6.5.3, elliptic@^6.5
|
6186 | 6315 | minimalistic-assert "^1.0.1"
|
6187 | 6316 | minimalistic-crypto-utils "^1.0.1"
|
6188 | 6317 |
|
| 6318 | +elliptic@^6.6.1: |
| 6319 | + version "6.6.1" |
| 6320 | + resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.6.1.tgz#3b8ffb02670bf69e382c7f65bf524c97c5405c06" |
| 6321 | + integrity sha512-RaddvvMatK2LJHqFJ+YA4WysVN5Ita9E35botqIYspQ4TkRAlCicdzKOjlyv/1Za5RyTNn7di//eEV0uTAfe3g== |
| 6322 | + dependencies: |
| 6323 | + bn.js "^4.11.9" |
| 6324 | + brorand "^1.1.0" |
| 6325 | + hash.js "^1.0.0" |
| 6326 | + hmac-drbg "^1.0.1" |
| 6327 | + inherits "^2.0.4" |
| 6328 | + minimalistic-assert "^1.0.1" |
| 6329 | + minimalistic-crypto-utils "^1.0.1" |
| 6330 | + |
6189 | 6331 | emoji-regex@^8.0.0:
|
6190 | 6332 | version "8.0.0"
|
6191 | 6333 | resolved "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
|
@@ -8355,6 +8497,11 @@ is-interactive@^1.0.0:
|
8355 | 8497 | resolved "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz#cea6e6ae5c870a7b0a0004070b7b587e0252912e"
|
8356 | 8498 | integrity sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==
|
8357 | 8499 |
|
| 8500 | +is-it-check@^1.0.12: |
| 8501 | + version "1.1.1" |
| 8502 | + resolved "https://registry.yarnpkg.com/is-it-check/-/is-it-check-1.1.1.tgz#6c94c87c27f22c7d204e9651d716cab3f0a5523d" |
| 8503 | + integrity sha512-S4rkTZmd172HqtyUbdhb8Xm6OFB04vd8+0yvyiL9eH1/JL1P6/rzA22hfEqHt5tm9LJE6yUL9uvy+MdRAScg3w== |
| 8504 | + |
8358 | 8505 | is-negative-zero@^2.0.1:
|
8359 | 8506 | version "2.0.1"
|
8360 | 8507 | resolved "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.1.tgz#3de746c18dda2319241a53675908d8f766f11c24"
|
@@ -8625,6 +8772,11 @@ jsesc@^2.5.1:
|
8625 | 8772 | resolved "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4"
|
8626 | 8773 | integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==
|
8627 | 8774 |
|
| 8775 | +jsesc@^3.0.2: |
| 8776 | + version "3.1.0" |
| 8777 | + resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-3.1.0.tgz#74d335a234f67ed19907fdadfac7ccf9d409825d" |
| 8778 | + integrity sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA== |
| 8779 | + |
8628 | 8780 | jsesc@~0.5.0:
|
8629 | 8781 | version "0.5.0"
|
8630 | 8782 | resolved "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d"
|
@@ -9404,10 +9556,10 @@ minimist-options@4.1.0:
|
9404 | 9556 | is-plain-obj "^1.1.0"
|
9405 | 9557 | kind-of "^6.0.3"
|
9406 | 9558 |
|
9407 |
| -minimist@^1.2.0, minimist@^1.2.3, minimist@^1.2.5: |
9408 |
| - version "1.2.5" |
9409 |
| - resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602" |
9410 |
| - integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== |
| 9559 | +minimist@^1.2.0, minimist@^1.2.3, minimist@^1.2.5, minimist@^1.2.6: |
| 9560 | + version "1.2.8" |
| 9561 | + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c" |
| 9562 | + integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA== |
9411 | 9563 |
|
9412 | 9564 | minipass@^2.6.0, minipass@^2.9.0:
|
9413 | 9565 | version "2.9.0"
|
|
0 commit comments