mirror of
https://github.com/Permissionless-Software-Foundation/x402-base-facilitator.git
synced 2026-09-21 16:52:01 -07:00
fix(ipfs-coord): Updating to new version to fix bugs
This commit is contained in:
Generated
+7
-7
@@ -12,7 +12,7 @@
|
||||
"axios": "0.27.2",
|
||||
"bcryptjs": "2.4.3",
|
||||
"glob": "7.1.6",
|
||||
"ipfs-coord-esm": "9.1.0",
|
||||
"ipfs-coord-esm": "9.1.1",
|
||||
"ipfs-http-client": "58.0.0",
|
||||
"jsonrpc-lite": "2.2.0",
|
||||
"jsonwebtoken": "8.5.1",
|
||||
@@ -6603,9 +6603,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/ipfs-coord-esm": {
|
||||
"version": "9.1.0",
|
||||
"resolved": "https://registry.npmjs.org/ipfs-coord-esm/-/ipfs-coord-esm-9.1.0.tgz",
|
||||
"integrity": "sha512-IZWCIKt4yhJ47fu8PXCNN9k2qGPpq5WnQklQbTJTlj4Y+aatZ6pQhAPkfZveBCXV2mWlfB91BVR4gWdr3dZ0ig==",
|
||||
"version": "9.1.1",
|
||||
"resolved": "https://registry.npmjs.org/ipfs-coord-esm/-/ipfs-coord-esm-9.1.1.tgz",
|
||||
"integrity": "sha512-hDU5lTxGizVWSZDXGJZbEMjIjAwurk4S357k/kWPYuUgSdNsGy0IRlHQxUEDaHaxjTgAs1QYFIbwhhaUY+Pwvg==",
|
||||
"dependencies": {
|
||||
"bch-encrypt-lib": "2.0.0",
|
||||
"uuid": "9.0.0"
|
||||
@@ -20752,9 +20752,9 @@
|
||||
"integrity": "sha512-B9ZWJxHHOHUhUjCPrMpLD4xEq35bUTClHM1S6CBU5ixQnkZmwipwgc96vAd7AAGM9TGHvJR+Uss+/Ak6UphK+Q=="
|
||||
},
|
||||
"ipfs-coord-esm": {
|
||||
"version": "9.1.0",
|
||||
"resolved": "https://registry.npmjs.org/ipfs-coord-esm/-/ipfs-coord-esm-9.1.0.tgz",
|
||||
"integrity": "sha512-IZWCIKt4yhJ47fu8PXCNN9k2qGPpq5WnQklQbTJTlj4Y+aatZ6pQhAPkfZveBCXV2mWlfB91BVR4gWdr3dZ0ig==",
|
||||
"version": "9.1.1",
|
||||
"resolved": "https://registry.npmjs.org/ipfs-coord-esm/-/ipfs-coord-esm-9.1.1.tgz",
|
||||
"integrity": "sha512-hDU5lTxGizVWSZDXGJZbEMjIjAwurk4S357k/kWPYuUgSdNsGy0IRlHQxUEDaHaxjTgAs1QYFIbwhhaUY+Pwvg==",
|
||||
"requires": {
|
||||
"bch-encrypt-lib": "2.0.0",
|
||||
"uuid": "9.0.0"
|
||||
|
||||
+1
-1
@@ -27,7 +27,7 @@
|
||||
"axios": "0.27.2",
|
||||
"bcryptjs": "2.4.3",
|
||||
"glob": "7.1.6",
|
||||
"ipfs-coord-esm": "9.1.0",
|
||||
"ipfs-coord-esm": "9.1.1",
|
||||
"ipfs-http-client": "58.0.0",
|
||||
"jsonrpc-lite": "2.2.0",
|
||||
"jsonwebtoken": "8.5.1",
|
||||
|
||||
Reference in New Issue
Block a user