Skip to content

Commit 6634fbf

Browse files
committed
Fixes for tests
1 parent eceae25 commit 6634fbf

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"dependencies": {
2626
"@aws-sdk/client-s3": "^3.504.0",
2727
"@ltonetwork/http-message-signatures": "^0.1.12",
28-
"@ltonetwork/lto": "^0.16.6",
28+
"@ltonetwork/lto": "^0.15.16",
2929
"@nestjs/axios": "^3.0.0",
3030
"@nestjs/common": "^9.0.0",
3131
"@nestjs/core": "^9.0.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1239,10 +1239,10 @@
12391239
resolved "https://registry.npmjs.org/@ltonetwork/http-message-signatures/-/http-message-signatures-0.1.12.tgz"
12401240
integrity sha512-bk7BemlROclcdXu5ISTKjPeRstJoqWefh6Bvr1q6XaX+KyKgLuKeCSYOKRyBBJ8P/E+tq9toBUIlMRLvW5J9KQ==
12411241

1242-
"@ltonetwork/lto@^0.16.6":
1243-
version "0.16.6"
1244-
resolved "https://registry.npmjs.org/@ltonetwork/lto/-/lto-0.16.6.tgz"
1245-
integrity sha512-TFCgPdN5UPUpXz1OKdM66WBnzXxQdwpvWczp0dvaFhJgZ2WpeXIMVIcwZRJtyApEJD7xhW5SOatDlfWs6YMTfQ==
1242+
"@ltonetwork/lto@^0.15.16":
1243+
version "0.15.16"
1244+
resolved "https://registry.npmjs.org/@ltonetwork/lto/-/lto-0.15.16.tgz"
1245+
integrity sha512-bAlKnSNTPSzZ8PCOFhaq/bYjZ0q2P2raQYl39Hq7xcYT1dJxf0SskEQdtfW11o6AML9fCfrLH7qvEQRhgmPLWA==
12461246
dependencies:
12471247
"@noble/curves" "^1.0.0"
12481248
"@noble/hashes" "^1.3.0"

0 commit comments

Comments
 (0)