|
1347 | 1347 |
|
1348 | 1348 | "@noble/hashes@^1.1.2":
|
1349 | 1349 | version "1.1.2"
|
1350 |
| - resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.1.2.tgz#e9e035b9b166ca0af657a7848eb2718f0f22f183" |
| 1350 | + resolved "https://registry.npmjs.org/@noble/hashes/-/hashes-1.1.2.tgz" |
1351 | 1351 | integrity sha512-KYRCASVTv6aeUi1tsF8/vpyR7zpfs3FUzy2Jqm+MU+LmUKhQ0y2FpfwqkCcxSg2ua4GALJd8k2R76WxwZGbQpA==
|
1352 | 1352 |
|
1353 | 1353 | "@noble/secp256k1@^1.6.3":
|
1354 | 1354 | version "1.6.3"
|
1355 |
| - resolved "https://registry.yarnpkg.com/@noble/secp256k1/-/secp256k1-1.6.3.tgz#7eed12d9f4404b416999d0c87686836c4c5c9b94" |
| 1355 | + resolved "https://registry.npmjs.org/@noble/secp256k1/-/secp256k1-1.6.3.tgz" |
1356 | 1356 | integrity sha512-T04e4iTurVy7I8Sw4+c5OSN9/RkPlo1uKxAomtxQNLq8j1uPAqnsqG1bqvY3Jv7c13gyr6dui0zmh/I3+f/JaQ==
|
1357 | 1357 |
|
1358 | 1358 | "@nodelib/fs.scandir@2.1.5":
|
|
2084 | 2084 | resolved "https://registry.npmjs.org/@types/retry/-/retry-0.12.1.tgz"
|
2085 | 2085 | integrity sha512-xoDlM2S4ortawSWORYqsdU+2rxdh4LRW9ytc3zmT37RIKQh6IHyKwwtKhKis9ah8ol07DCkZxPt8BBvPjC6v4g==
|
2086 | 2086 |
|
2087 |
| -"@types/secp256k1@^4.0.1": |
2088 |
| - version "4.0.3" |
2089 |
| - resolved "https://registry.npmjs.org/@types/secp256k1/-/secp256k1-4.0.3.tgz" |
2090 |
| - integrity sha512-Da66lEIFeIz9ltsdMZcpQvmrmmoqrfju8pm1BH8WbYjZSwUgCwXLb9C+9XYogwBITnbsSaMdVPb2ekf7TV+03w== |
2091 |
| - dependencies: |
2092 |
| - "@types/node" "*" |
2093 |
| - |
2094 | 2087 | "@types/sinon-chai@^3.2.8":
|
2095 | 2088 | version "3.2.8"
|
2096 | 2089 | resolved "https://registry.npmjs.org/@types/sinon-chai/-/sinon-chai-3.2.8.tgz"
|
@@ -8365,19 +8358,26 @@ unique-filename@^1.1.1:
|
8365 | 8358 | unique-slug "^2.0.0"
|
8366 | 8359 |
|
8367 | 8360 | unique-filename@^2.0.0:
|
8368 |
| - version "2.0.0" |
8369 |
| - resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-2.0.0.tgz#c844c84c3b22e92038b0c53950f9dc34d2b55490" |
8370 |
| - integrity sha512-tpzoz2RpZ//6Zt4GPpOFTyrnfZuSvjIfe8lvx6Thp4yTQwJtAFwPlssEBE62VhGA2We5/COyNpcIu+OABu3/Yg== |
| 8361 | + version "2.0.1" |
| 8362 | + resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-2.0.1.tgz#e785f8675a9a7589e0ac77e0b5c34d2eaeac6da2" |
| 8363 | + integrity sha512-ODWHtkkdx3IAR+veKxFV+VBkUMcN+FaqzUUd7IZzt+0zhDZFPFxhlqwPF3YQvMHx1TD0tdgYl+kuPnJ8E6ql7A== |
8371 | 8364 | dependencies:
|
8372 |
| - unique-slug "^2.0.2" |
| 8365 | + unique-slug "^3.0.0" |
8373 | 8366 |
|
8374 |
| -unique-slug@^2.0.0, unique-slug@^2.0.2: |
| 8367 | +unique-slug@^2.0.0: |
8375 | 8368 | version "2.0.2"
|
8376 |
| - resolved "https://registry.yarnpkg.com/unique-slug/-/unique-slug-2.0.2.tgz#baabce91083fc64e945b0f3ad613e264f7cd4e6c" |
| 8369 | + resolved "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz" |
8377 | 8370 | integrity sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==
|
8378 | 8371 | dependencies:
|
8379 | 8372 | imurmurhash "^0.1.4"
|
8380 | 8373 |
|
| 8374 | +unique-slug@^3.0.0: |
| 8375 | + version "3.0.0" |
| 8376 | + resolved "https://registry.yarnpkg.com/unique-slug/-/unique-slug-3.0.0.tgz#6d347cf57c8a7a7a6044aabd0e2d74e4d76dc7c9" |
| 8377 | + integrity sha512-8EyMynh679x/0gqE9fT9oilG+qEt+ibFyqjuVTsZn1+CMxH+XLlpvr2UZx4nVcCwTpx81nICr2JQFkM+HPLq4w== |
| 8378 | + dependencies: |
| 8379 | + imurmurhash "^0.1.4" |
| 8380 | + |
8381 | 8381 | unique-string@^2.0.0:
|
8382 | 8382 | version "2.0.0"
|
8383 | 8383 | resolved "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz"
|
|
0 commit comments