From e293fd2fa252d275b47c5fd06194fdd95fd7c150 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 03:12:51 +0000 Subject: [PATCH] build(deps): bump blockstore-idb from 1.1.6 to 1.1.7 Bumps [blockstore-idb](https://github.com/ipfs/js-stores) from 1.1.6 to 1.1.7. - [Release notes](https://github.com/ipfs/js-stores/releases) - [Commits](https://github.com/ipfs/js-stores/compare/blockstore-idb-v1.1.6...blockstore-idb-v1.1.7) --- updated-dependencies: - dependency-name: blockstore-idb dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/demo/package.json | 2 +- pnpm-lock.yaml | 20 ++++++++++++-------- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/examples/demo/package.json b/examples/demo/package.json index 2f3e0e0..d09a18c 100644 --- a/examples/demo/package.json +++ b/examples/demo/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@wnfs-wg/nest": "*", - "blockstore-idb": "^1.1.6", + "blockstore-idb": "^1.1.7", "uint8arrays": "^5.0.0" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b193007..794d321 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -45,8 +45,8 @@ importers: specifier: '*' version: link:../../packages/nest blockstore-idb: - specifier: ^1.1.6 - version: 1.1.6 + specifier: ^1.1.7 + version: 1.1.7 uint8arrays: specifier: ^5.0.0 version: 5.0.0 @@ -1898,14 +1898,14 @@ packages: transitivePeerDependencies: - supports-color - /blockstore-idb@1.1.6: - resolution: {integrity: sha512-00XBjq7wfLSUvxiszmLHlOm54Dcbnbj6G8YuL0iRqOUdfsdQBerXH5ajIrvlFTjh+pECkQ1RzGsmlEdnVmnEJg==} + /blockstore-idb@1.1.7: + resolution: {integrity: sha512-nXik/w0VOroentUlMSn+KWT1mRqyWfNlSBOAFuXGHqFAITPGt0bnZilKrQ5qvxtiXqGrASXlW8gjeZf+GETQ6g==} dependencies: blockstore-core: 4.3.8 - idb: 7.1.1 + idb: 8.0.0 interface-blockstore: 5.2.7 interface-store: 5.1.5 - multiformats: 12.1.3 + multiformats: 13.0.0 transitivePeerDependencies: - supports-color dev: false @@ -3495,8 +3495,8 @@ packages: engines: {node: '>=16.17.0'} dev: true - /idb@7.1.1: - resolution: {integrity: sha512-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ==} + /idb@8.0.0: + resolution: {integrity: sha512-l//qvlAKGmQO31Qn7xdzagVPPaHTxXx199MhrAFuVBTPqydcPYBWjkrbv4Y0ktB+GmWOiwHl237UUOrLmQxLvw==} dev: false /ieee754@1.2.1: @@ -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'}