From 09217c1bbf1b2a381e50186540a1c0974a6115a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 04:03:39 +0000 Subject: [PATCH] build(deps): bump multiformats from 12.1.3 to 13.0.0 Bumps [multiformats](https://github.com/multiformats/js-multiformats) from 12.1.3 to 13.0.0. - [Release notes](https://github.com/multiformats/js-multiformats/releases) - [Changelog](https://github.com/multiformats/js-multiformats/blob/master/CHANGELOG.md) - [Commits](https://github.com/multiformats/js-multiformats/compare/v12.1.3...v13.0.0) --- updated-dependencies: - dependency-name: multiformats dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/nest/package.json | 2 +- pnpm-lock.yaml | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/packages/nest/package.json b/packages/nest/package.json index 5ece3fc..f38d45a 100644 --- a/packages/nest/package.json +++ b/packages/nest/package.json @@ -114,7 +114,7 @@ "ipfs-unixfs-exporter": "^13.2.2", "ipfs-unixfs-importer": "^15.2.1", "it-all": "^3.0.4", - "multiformats": "^12.1.3", + "multiformats": "^13.0.0", "p-debounce": "^4.0.0", "uint8arrays": "^5.0.0", "wnfs": "0.1.27" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a88c266..88e094f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,4 +1,4 @@ -lockfileVersion: '6.0' +lockfileVersion: '6.1' settings: autoInstallPeers: true @@ -94,8 +94,8 @@ importers: specifier: ^3.0.4 version: 3.0.4 multiformats: - specifier: ^12.1.3 - version: 12.1.3 + specifier: ^13.0.0 + version: 13.0.0 p-debounce: specifier: ^4.0.0 version: 4.0.0 @@ -4387,6 +4387,10 @@ packages: resolution: {integrity: sha512-eajQ/ZH7qXZQR2AgtfpmSMizQzmyYVmCql7pdhldPuYQi4atACekbJaQplk6dWyIi10jCaFnd6pqvcEFXjbaJw==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} + /multiformats@13.0.0: + resolution: {integrity: sha512-xiIB0p7EKmETm3wyKedOg/xuyQ18PoWwXCzzgpZAiDxL9ktl3XTh8AqoDT5kAqRg+DU48XAGPsUJL2Rn6Bx3Lw==} + dev: false + /multimatch@5.0.0: resolution: {integrity: sha512-ypMKuglUrZUD99Tk2bUQ+xNQj43lPEfAeX2o9cTteAmShXy2VHDJpuwu1o0xqoKCt9jLVAvwyFKdLTPXKAfJyA==} engines: {node: '>=10'}