Merge pull request #161 from Permissionless-Software-Foundation/ct-unstable

fix(helia-coord): Updating to v1.5.14
This commit is contained in:
Chris Troutner
2024-09-12 16:59:23 -07:00
committed by GitHub
2 changed files with 11 additions and 9 deletions
+10 -8
View File
@@ -28,7 +28,7 @@
"datastore-fs": "9.1.7",
"glob": "7.1.6",
"helia": "4.2.5",
"helia-coord": "1.5.13",
"helia-coord": "1.5.14",
"jsonrpc-lite": "2.2.0",
"jsonwebtoken": "8.5.1",
"jwt-bch-lib": "1.3.0",
@@ -2566,9 +2566,9 @@
}
},
"node_modules/@chris.troutner/retry-queue": {
"version": "1.0.8",
"resolved": "http://94.130.170.209:4873/@chris.troutner%2fretry-queue/-/retry-queue-1.0.8.tgz",
"integrity": "sha512-ucyUGWTeXhOcXLglwb8alR3dNATPy+3vGea2uQJ0J8jnJufWrUr/NEq4b53op1tOTF029qrun6OmIN6Ls58pqw==",
"version": "1.0.10",
"resolved": "http://94.130.170.209:4873/@chris.troutner%2fretry-queue/-/retry-queue-1.0.10.tgz",
"integrity": "sha512-iF+xQl3jyTATAKDVkwY85j4Npihh/MqG99bjrS0cNJDF0XQeUSMVGsdtXR6TFj8YcEgfPvgBdYGOtEFo6tTQpA==",
"license": "MIT",
"dependencies": {
"p-queue": "7.3.0",
@@ -12742,12 +12742,12 @@
}
},
"node_modules/helia-coord": {
"version": "1.5.13",
"resolved": "http://94.130.170.209:4873/helia-coord/-/helia-coord-1.5.13.tgz",
"integrity": "sha512-VRRZ73RhO8L+tHMSrrUbsvKQsqkTx3Hzw7JGgXUth+VdInGsyoQGvmsIJvZZSWBYOGHX624C+9H0Yv/RxNOrTw==",
"version": "1.5.14",
"resolved": "http://94.130.170.209:4873/helia-coord/-/helia-coord-1.5.14.tgz",
"integrity": "sha512-HUd6jYla/bM0tAV2bc5NWQFPBUScBTljoxl2SulvYWcH19k8LAwL5cZjbBJG88/nzC6RwtQFRV1zMQxKjBy/WA==",
"license": "MIT",
"dependencies": {
"@chris.troutner/retry-queue": "1.0.8",
"@chris.troutner/retry-queue": "1.0.10",
"bch-encrypt-lib": "2.1.1",
"uuid": "9.0.0"
},
@@ -16865,6 +16865,7 @@
"resolved": "http://94.130.170.209:4873/mkdirp/-/mkdirp-0.5.6.tgz",
"integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",
"license": "MIT",
"peer": true,
"dependencies": {
"minimist": "^1.2.6"
},
@@ -26095,6 +26096,7 @@
"resolved": "http://94.130.170.209:4873/write-file-atomic/-/write-file-atomic-2.4.3.tgz",
"integrity": "sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==",
"license": "ISC",
"peer": true,
"dependencies": {
"graceful-fs": "^4.1.11",
"imurmurhash": "^0.1.4",
+1 -1
View File
@@ -43,7 +43,7 @@
"datastore-fs": "9.1.7",
"glob": "7.1.6",
"helia": "4.2.5",
"helia-coord": "1.5.13",
"helia-coord": "1.5.14",
"jsonrpc-lite": "2.2.0",
"jsonwebtoken": "8.5.1",
"jwt-bch-lib": "1.3.0",