diff --git a/package-lock.json b/package-lock.json index b687d76..2eda85f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,18 +1,18 @@ { "name": "@johnvteixido/rootspace", - "version": "1.1.0", + "version": "1.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@johnvteixido/rootspace", - "version": "1.1.0", + "version": "1.2.1", "license": "AGPL-3.0", "workspaces": [ "dashboard" ], "dependencies": { - "@libp2p/gossipsub": "^15.0.15", + "@libp2p/gossipsub": "^15.0.16", "@libp2p/identify": "^4.0.13", "@libp2p/mplex": "^12.0.14", "@libp2p/noise": "^1.0.1", @@ -1683,38 +1683,49 @@ "license": "MIT" }, "node_modules/@libp2p/crypto": { - "version": "5.1.13", - "resolved": "https://registry.npmjs.org/@libp2p/crypto/-/crypto-5.1.13.tgz", - "integrity": "sha512-8NN9cQP3jDn+p9+QE9ByiEoZ2lemDFf/unTgiKmS3JF93ph240EUVdbCyyEgOMfykzb0okTM4gzvwfx9osJebQ==", + "version": "5.1.14", + "resolved": "https://registry.npmjs.org/@libp2p/crypto/-/crypto-5.1.14.tgz", + "integrity": "sha512-0L2SEhDfvKWFhlc8GXgm268MoakrS4qbewD5LoZpoiUesXpB9e1vjed9dWEN1VsSjOmrOPyhBoSxZ2mnLTrOVA==", "license": "Apache-2.0 OR MIT", "dependencies": { - "@libp2p/interface": "^3.1.0", + "@libp2p/interface": "^3.1.1", "@noble/curves": "^2.0.1", "@noble/hashes": "^2.0.1", "multiformats": "^13.4.0", - "protons-runtime": "^5.6.0", + "protons-runtime": "^6.0.1", + "uint8arraylist": "^2.4.8", + "uint8arrays": "^5.1.0" + } + }, + "node_modules/@libp2p/crypto/node_modules/protons-runtime": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/protons-runtime/-/protons-runtime-6.0.1.tgz", + "integrity": "sha512-ONL+jDj143WA1m+WKLuuqBIaDKxm32dx6HfJdyujrRcni/6KkhXzVnyg22nH/Wwqmbwnd1BKUVkD1hMEWZFeww==", + "license": "Apache-2.0 OR MIT", + "dependencies": { + "uint8-varint": "^2.0.4", "uint8arraylist": "^2.4.8", "uint8arrays": "^5.1.0" } }, "node_modules/@libp2p/gossipsub": { - "version": "15.0.15", - "resolved": "https://registry.npmjs.org/@libp2p/gossipsub/-/gossipsub-15.0.15.tgz", - "integrity": "sha512-uZLQj2EH0cDPX8rLgXDjJNL8sY1wYupGfvrY2oPUV/QsyZZQLqJ/a1BrYf1SjWCIqfqqGvyTtpBO8XvK4Ln8OA==", + "version": "15.0.16", + "resolved": "https://registry.npmjs.org/@libp2p/gossipsub/-/gossipsub-15.0.16.tgz", + "integrity": "sha512-HwLcZCIPVn2SI8y2Ws3nvf7L4fLx8G4pnRlmVJxx9AFZ/ezj1h0GU+z2y8O4yrDpXmo8bfr6c6XQyalGANJ/hg==", "license": "Apache-2.0", "dependencies": { - "@libp2p/crypto": "^5.1.13", - "@libp2p/interface": "^3.1.0", - "@libp2p/interface-internal": "^3.0.13", - "@libp2p/peer-id": "^6.0.4", - "@libp2p/utils": "^7.0.13", + "@libp2p/crypto": "^5.1.14", + "@libp2p/interface": "^3.1.1", + "@libp2p/interface-internal": "^3.0.14", + "@libp2p/peer-id": "^6.0.5", + "@libp2p/utils": "^7.0.14", "@multiformats/multiaddr": "^13.0.1", "denque": "^2.1.0", "it-length-prefixed": "^10.0.1", "it-pipe": "^3.0.1", "it-pushable": "^3.2.3", "multiformats": "^13.0.1", - "protons-runtime": "^5.5.0", + "protons-runtime": "^6.0.1", "uint8arraylist": "^2.4.8", "uint8arrays": "^5.0.1" }, @@ -1722,6 +1733,17 @@ "npm": ">=8.7.0" } }, + "node_modules/@libp2p/gossipsub/node_modules/protons-runtime": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/protons-runtime/-/protons-runtime-6.0.1.tgz", + "integrity": "sha512-ONL+jDj143WA1m+WKLuuqBIaDKxm32dx6HfJdyujrRcni/6KkhXzVnyg22nH/Wwqmbwnd1BKUVkD1hMEWZFeww==", + "license": "Apache-2.0 OR MIT", + "dependencies": { + "uint8-varint": "^2.0.4", + "uint8arraylist": "^2.4.8", + "uint8arrays": "^5.1.0" + } + }, "node_modules/@libp2p/identify": { "version": "4.0.13", "resolved": "https://registry.npmjs.org/@libp2p/identify/-/identify-4.0.13.tgz", @@ -1745,9 +1767,9 @@ } }, "node_modules/@libp2p/interface": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@libp2p/interface/-/interface-3.1.0.tgz", - "integrity": "sha512-RE7/XyvC47fQBe1cHxhMvepYKa5bFCUyFrrpj8PuM0E7JtzxU7F+Du5j4VXbg2yLDcToe0+j8mB7jvwE2AThYw==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@libp2p/interface/-/interface-3.1.1.tgz", + "integrity": "sha512-pQuReZeZUSqk27UXwXXdAVlxrgs08GrcPsd92Qv27IFBPICG8da3FmHg1bclUpMW/6GE6o4qDCVqR4cBMRVKyA==", "license": "Apache-2.0 OR MIT", "dependencies": { "@multiformats/dns": "^1.0.6", @@ -1759,24 +1781,24 @@ } }, "node_modules/@libp2p/interface-internal": { - "version": "3.0.13", - "resolved": "https://registry.npmjs.org/@libp2p/interface-internal/-/interface-internal-3.0.13.tgz", - "integrity": "sha512-qZTn1CKOro/1m8Eizb/B1pUvW/eJe5KhP/dvqKETqka26qH89eX5SlTS1OPTINXzJvfbnDFptVJOPxmpa3BfgA==", + "version": "3.0.14", + "resolved": "https://registry.npmjs.org/@libp2p/interface-internal/-/interface-internal-3.0.14.tgz", + "integrity": "sha512-X7TxzWapCKNaBCy9quPJIiXouPaAbPNT2XgWghw1MouznKPMWzCyHY+kW0l+e2JkvBqeSDHLPdBE7WnHwdbNtA==", "license": "Apache-2.0 OR MIT", "dependencies": { - "@libp2p/interface": "^3.1.0", - "@libp2p/peer-collections": "^7.0.13", + "@libp2p/interface": "^3.1.1", + "@libp2p/peer-collections": "^7.0.14", "@multiformats/multiaddr": "^13.0.1", "progress-events": "^1.0.1" } }, "node_modules/@libp2p/logger": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/@libp2p/logger/-/logger-6.2.2.tgz", - "integrity": "sha512-XtanXDT+TuMuZoCK760HGV1AmJsZbwAw5AiRUxWDbsZPwAroYq64nb41AHRu9Gyc0TK9YD+p72+5+FIxbw0hzw==", + "version": "6.2.3", + "resolved": "https://registry.npmjs.org/@libp2p/logger/-/logger-6.2.3.tgz", + "integrity": "sha512-ZlGE8a0pHDkTFoNleKHAu4Fqta1QHiqgR3CR9fw0Ek/FnjMXo++zxyBCYdwqYz/Jeqh1s1/svSonRTIfknF4zQ==", "license": "Apache-2.0 OR MIT", "dependencies": { - "@libp2p/interface": "^3.1.0", + "@libp2p/interface": "^3.1.1", "@multiformats/multiaddr": "^13.0.1", "interface-datastore": "^9.0.1", "multiformats": "^13.4.0", @@ -1832,25 +1854,25 @@ } }, "node_modules/@libp2p/peer-collections": { - "version": "7.0.13", - "resolved": "https://registry.npmjs.org/@libp2p/peer-collections/-/peer-collections-7.0.13.tgz", - "integrity": "sha512-SwNQFT0tfSyfbdUUKZFzHv9DXxsabuT99ch/40as8qC7xgoJJfUmhoa9FSuAuABdpTVHDJmxCI2pIbcb1kBqfg==", + "version": "7.0.14", + "resolved": "https://registry.npmjs.org/@libp2p/peer-collections/-/peer-collections-7.0.14.tgz", + "integrity": "sha512-PoH9m6ihhuEe5ot23o7kZ7aa10QlemTaHyn6w34oXUjhCFWsYNbl3zIlnTLdM2r1ROQABEeMH7AmxvfgipNR0A==", "license": "Apache-2.0 OR MIT", "dependencies": { - "@libp2p/interface": "^3.1.0", - "@libp2p/peer-id": "^6.0.4", - "@libp2p/utils": "^7.0.13", + "@libp2p/interface": "^3.1.1", + "@libp2p/peer-id": "^6.0.5", + "@libp2p/utils": "^7.0.14", "multiformats": "^13.4.0" } }, "node_modules/@libp2p/peer-id": { - "version": "6.0.4", - "resolved": "https://registry.npmjs.org/@libp2p/peer-id/-/peer-id-6.0.4.tgz", - "integrity": "sha512-Z3xK0lwwKn4bPg3ozEpPr1HxsRi2CxZdghOL+MXoFah/8uhJJHxHFA8A/jxtKn4BB8xkk6F8R5vKNIS05yaCYw==", + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/@libp2p/peer-id/-/peer-id-6.0.5.tgz", + "integrity": "sha512-0rAcAnoOrhjUPs03fRMw29hctzx9s1mdsmCdfgl1U4FnEohMRfBmLkGD8Al3/J52Z23jwzdDfz1VpyxjOANaHA==", "license": "Apache-2.0 OR MIT", "dependencies": { - "@libp2p/crypto": "^5.1.13", - "@libp2p/interface": "^3.1.0", + "@libp2p/crypto": "^5.1.14", + "@libp2p/interface": "^3.1.1", "multiformats": "^13.4.0", "uint8arrays": "^5.1.0" } @@ -1895,16 +1917,16 @@ } }, "node_modules/@libp2p/utils": { - "version": "7.0.13", - "resolved": "https://registry.npmjs.org/@libp2p/utils/-/utils-7.0.13.tgz", - "integrity": "sha512-BZAn+60HN8EDNwevWhiblopDXFpQ5Z5FnbML73btZKsJ9GGa4yQ2R18CTpWfsbHL8LUo21gTRC0XxUpYWq+UZg==", + "version": "7.0.14", + "resolved": "https://registry.npmjs.org/@libp2p/utils/-/utils-7.0.14.tgz", + "integrity": "sha512-G8tj32VT1sRAiXV3pGLMlepRSmkydCKBRXzTp/OFqDjRmoXRlIenWMN+hxKOG5wXOyXZkRtkBbXJGq2kIB27/A==", "license": "Apache-2.0 OR MIT", "dependencies": { "@chainsafe/is-ip": "^2.1.0", "@chainsafe/netmask": "^2.0.0", - "@libp2p/crypto": "^5.1.13", - "@libp2p/interface": "^3.1.0", - "@libp2p/logger": "^6.2.2", + "@libp2p/crypto": "^5.1.14", + "@libp2p/interface": "^3.1.1", + "@libp2p/logger": "^6.2.3", "@multiformats/multiaddr": "^13.0.1", "@sindresorhus/fnv1a": "^3.1.0", "any-signal": "^4.1.1", diff --git a/package.json b/package.json index 9d01dd0..9781b81 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "registry": "https://npm.pkg.github.com" }, "dependencies": { - "@libp2p/gossipsub": "^15.0.15", + "@libp2p/gossipsub": "^15.0.16", "@libp2p/identify": "^4.0.13", "@libp2p/mplex": "^12.0.14", "@libp2p/noise": "^1.0.1",