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

fix(ipfs-coord-esm): Updating to v9.1.13
This commit is contained in:
Chris Troutner
2023-08-29 16:38:56 -07:00
committed by GitHub
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -12,7 +12,7 @@
"axios": "0.27.2", "axios": "0.27.2",
"bcryptjs": "2.4.3", "bcryptjs": "2.4.3",
"glob": "7.1.6", "glob": "7.1.6",
"ipfs-coord-esm": "9.1.9", "ipfs-coord-esm": "9.1.13",
"ipfs-http-client": "58.0.0", "ipfs-http-client": "58.0.0",
"jsonrpc-lite": "2.2.0", "jsonrpc-lite": "2.2.0",
"jsonwebtoken": "8.5.1", "jsonwebtoken": "8.5.1",
@@ -6162,9 +6162,9 @@
} }
}, },
"node_modules/ipfs-coord-esm": { "node_modules/ipfs-coord-esm": {
"version": "9.1.9", "version": "9.1.13",
"resolved": "http://94.130.170.209:4873/ipfs-coord-esm/-/ipfs-coord-esm-9.1.9.tgz", "resolved": "http://94.130.170.209:4873/ipfs-coord-esm/-/ipfs-coord-esm-9.1.13.tgz",
"integrity": "sha512-sVZRyi19B5YyilAYV90pgbyEizW01kAnZYEGCLmbyTaZWVey6W08HHjnOfoCW0k23FqE35pg9eYNlOopCLuPrQ==", "integrity": "sha512-3jDYGeSoxfLuIOsUYXtfXBSOvZlysLbNRHnYhUdYD5QucWp2dgjgYxOXh4/sdlBRwTOQ3uZpN28j8AKLwXVVrQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"bch-encrypt-lib": "2.0.0", "bch-encrypt-lib": "2.0.0",
@@ -19704,9 +19704,9 @@
"integrity": "sha512-fOCG6lhoKKakwv+C6KdsOnGvgXnmgfmp0myi3bcNwj3qfwPAxRKWEuFhvEFF7ceYIz6+1jRZ+yguLFAmUNPEfw==" "integrity": "sha512-fOCG6lhoKKakwv+C6KdsOnGvgXnmgfmp0myi3bcNwj3qfwPAxRKWEuFhvEFF7ceYIz6+1jRZ+yguLFAmUNPEfw=="
}, },
"ipfs-coord-esm": { "ipfs-coord-esm": {
"version": "9.1.9", "version": "9.1.13",
"resolved": "http://94.130.170.209:4873/ipfs-coord-esm/-/ipfs-coord-esm-9.1.9.tgz", "resolved": "http://94.130.170.209:4873/ipfs-coord-esm/-/ipfs-coord-esm-9.1.13.tgz",
"integrity": "sha512-sVZRyi19B5YyilAYV90pgbyEizW01kAnZYEGCLmbyTaZWVey6W08HHjnOfoCW0k23FqE35pg9eYNlOopCLuPrQ==", "integrity": "sha512-3jDYGeSoxfLuIOsUYXtfXBSOvZlysLbNRHnYhUdYD5QucWp2dgjgYxOXh4/sdlBRwTOQ3uZpN28j8AKLwXVVrQ==",
"requires": { "requires": {
"bch-encrypt-lib": "2.0.0", "bch-encrypt-lib": "2.0.0",
"uuid": "9.0.0" "uuid": "9.0.0"
+1 -1
View File
@@ -27,7 +27,7 @@
"axios": "0.27.2", "axios": "0.27.2",
"bcryptjs": "2.4.3", "bcryptjs": "2.4.3",
"glob": "7.1.6", "glob": "7.1.6",
"ipfs-coord-esm": "9.1.9", "ipfs-coord-esm": "9.1.13",
"ipfs-http-client": "58.0.0", "ipfs-http-client": "58.0.0",
"jsonrpc-lite": "2.2.0", "jsonrpc-lite": "2.2.0",
"jsonwebtoken": "8.5.1", "jsonwebtoken": "8.5.1",