diff --git a/packages/nest/package.json b/packages/nest/package.json index a57c9ba..a41153a 100644 --- a/packages/nest/package.json +++ b/packages/nest/package.json @@ -111,7 +111,7 @@ "emittery": "^1.0.1", "interface-blockstore": "^5.2.7", "ipfs-unixfs": "^11.1.2", - "ipfs-unixfs-exporter": "^13.2.2", + "ipfs-unixfs-exporter": "^13.4.0", "ipfs-unixfs-importer": "^15.2.1", "it-all": "^3.0.4", "multiformats": "^12.1.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 60f424f..ceb1cab 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -85,8 +85,8 @@ importers: specifier: ^11.1.2 version: 11.1.2 ipfs-unixfs-exporter: - specifier: ^13.2.2 - version: 13.2.2 + specifier: ^13.4.0 + version: 13.4.0 ipfs-unixfs-importer: specifier: ^15.2.1 version: 15.2.1 @@ -899,6 +899,14 @@ packages: multiformats: 12.1.3 dev: false + /@ipld/dag-json@10.1.7: + resolution: {integrity: sha512-ipraTPMA40sZAtUYwFvjHeQjReDJXWI8V3lrOeyedKxMb9rOOCS0B7eodRoWM3RIS2qMqtnu1oZr8kP+QJEN0Q==} + engines: {node: '>=16.0.0', npm: '>=7.0.0'} + dependencies: + cborg: 4.0.5 + multiformats: 13.0.0 + dev: false + /@ipld/dag-pb@4.0.6: resolution: {integrity: sha512-wOij3jfDKZsb9yjhQeHp+TQy0pu1vmUkGv324xciFFZ7xGbDfAGTQW03lSA5aJ/7HBBNYgjEE0nvHmNW1Qjfag==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} @@ -3340,11 +3348,11 @@ packages: side-channel: 1.0.4 dev: true - /ipfs-unixfs-exporter@13.2.2: - resolution: {integrity: sha512-poCxSte+SdQzuPc/Sm+gx/86VJu+IEsW6/Cfkq29yEUZDG8QuCvTkvuqAysKAYuN40aR9SjYqwYFRW/hsvspSw==} - engines: {node: '>=16.0.0', npm: '>=7.0.0'} + /ipfs-unixfs-exporter@13.4.0: + resolution: {integrity: sha512-6KkGnh9KxWPQQ26k/mAG3jLzvvT85cz4tmKJK/DlDxXHmSmMAu9IkAvu2RfVy/BHPtT1+zF7Fw1Y5CNiZzHuLg==} dependencies: '@ipld/dag-cbor': 9.0.6 + '@ipld/dag-json': 10.1.7 '@ipld/dag-pb': 4.0.6 '@multiformats/murmur3': 2.1.7 err-code: 3.0.1 @@ -3357,10 +3365,9 @@ packages: it-parallel: 3.0.6 it-pipe: 3.0.1 it-pushable: 3.2.3 - multiformats: 12.1.3 - p-queue: 7.4.1 + multiformats: 13.0.0 + p-queue: 8.0.1 progress-events: 1.0.0 - uint8arrays: 4.0.9 dev: false /ipfs-unixfs-importer@15.2.1: @@ -4422,23 +4429,17 @@ packages: engines: {node: '>=16'} dev: true - /p-queue@7.4.1: - resolution: {integrity: sha512-vRpMXmIkYF2/1hLBKisKeVYJZ8S2tZ0zEAmIJgdVKP2nq0nh4qCdf8bgw+ZgKrkh71AOCaqzwbJJk1WtdcF3VA==} - engines: {node: '>=12'} + /p-queue@8.0.1: + resolution: {integrity: sha512-NXzu9aQJTAzbBqOt2hwsR63ea7yvxJc0PwN/zobNAudYfb1B7R08SzB4TsLeSbUCuG467NhnoT0oO6w1qRO+BA==} + engines: {node: '>=18'} dependencies: eventemitter3: 5.0.1 - p-timeout: 5.1.0 - dev: false - - /p-timeout@5.1.0: - resolution: {integrity: sha512-auFDyzzzGZZZdHz3BtET9VEz0SE/uMEAx7uWfGPucfzEwwe/xH0iVeZibQmANYE/hp9T2+UUZT5m+BKyrDp3Ew==} - engines: {node: '>=12'} + p-timeout: 6.1.2 dev: false /p-timeout@6.1.2: resolution: {integrity: sha512-UbD77BuZ9Bc9aABo74gfXhNvzC9Tx7SxtHSh1fxvx3jTLLYvmVhiQZZrJzqqU0jKbN32kb5VOKiLEQI/3bIjgQ==} engines: {node: '>=14.16'} - dev: true /p-try@2.2.0: resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==}