fix(helia-coord): Updating to v2.0.2

This commit is contained in:
Chris Troutner
2026-02-16 08:41:49 -07:00
parent d894c1e596
commit efb02a4381
2 changed files with 7 additions and 5 deletions
+6 -4
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",
"helia-coord": "2.0.1", "helia-coord": "2.0.2",
"jsonrpc-lite": "2.2.0", "jsonrpc-lite": "2.2.0",
"jsonwebtoken": "8.5.1", "jsonwebtoken": "8.5.1",
"jwt-bch-lib": "1.3.0", "jwt-bch-lib": "1.3.0",
@@ -10357,9 +10357,9 @@
} }
}, },
"node_modules/helia-coord": { "node_modules/helia-coord": {
"version": "2.0.1", "version": "2.0.2",
"resolved": "https://registry.npmjs.org/helia-coord/-/helia-coord-2.0.1.tgz", "resolved": "https://registry.npmjs.org/helia-coord/-/helia-coord-2.0.2.tgz",
"integrity": "sha512-4gwf7pgllNl8TtO+mGVXbmhavKcd08oNPLHLcI0AntqgR6EAYdQyV+Mt39TsJ3q8YnGNj8InYpK6Z275Qfgt+A==", "integrity": "sha512-9TPTAtqHhdCACeUR7Pg6rPce/GoGzGF+O80Z4qpkVPCtAZ5G15BkKQSL948TzTHzV8iZ9GZbxv+C7k1g+Ii2NQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@chainsafe/libp2p-gossipsub": "14.1.0", "@chainsafe/libp2p-gossipsub": "14.1.0",
@@ -14256,6 +14256,7 @@
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
"integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
"license": "MIT", "license": "MIT",
"peer": true,
"bin": { "bin": {
"mkdirp": "bin/cmd.js" "mkdirp": "bin/cmd.js"
}, },
@@ -23113,6 +23114,7 @@
"resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz",
"integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==",
"license": "ISC", "license": "ISC",
"peer": true,
"dependencies": { "dependencies": {
"imurmurhash": "^0.1.4", "imurmurhash": "^0.1.4",
"signal-exit": "^3.0.7" "signal-exit": "^3.0.7"
+1 -1
View File
@@ -28,7 +28,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",
"helia-coord": "2.0.1", "helia-coord": "2.0.2",
"jsonrpc-lite": "2.2.0", "jsonrpc-lite": "2.2.0",
"jsonwebtoken": "8.5.1", "jsonwebtoken": "8.5.1",
"jwt-bch-lib": "1.3.0", "jwt-bch-lib": "1.3.0",