From a747d6dd5b6450767dbf10fbb5e948a3b887cf16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 03:11:52 +0000 Subject: [PATCH] build(deps-dev): bump blockstore-core from 4.3.8 to 4.3.10 Bumps [blockstore-core](https://github.com/ipfs/js-stores) from 4.3.8 to 4.3.10. - [Release notes](https://github.com/ipfs/js-stores/releases) - [Commits](https://github.com/ipfs/js-stores/compare/blockstore-core-v4.3.8...blockstore-core-v4.3.10) --- updated-dependencies: - dependency-name: blockstore-core dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/nest/package.json | 2 +- pnpm-lock.yaml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/nest/package.json b/packages/nest/package.json index 72ebeb4..9e31137 100644 --- a/packages/nest/package.json +++ b/packages/nest/package.json @@ -125,7 +125,7 @@ "@types/mocha": "^10.0.6", "@types/node": "^20.10.6", "assert": "^2.1.0", - "blockstore-core": "^4.3.8", + "blockstore-core": "^4.3.10", "fast-check": "^3.15.0", "mocha": "^10.2.0", "playwright-test": "^14.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a032eea..0f8916b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -122,8 +122,8 @@ importers: specifier: ^2.1.0 version: 2.1.0 blockstore-core: - specifier: ^4.3.8 - version: 4.3.8 + specifier: ^4.3.10 + version: 4.3.10 fast-check: specifier: ^3.15.0 version: 3.15.0 @@ -1684,8 +1684,8 @@ packages: inherits: 2.0.4 readable-stream: 3.6.2 - /blockstore-core@4.3.8: - resolution: {integrity: sha512-Agunhjw9w0I1OoJn012OpzJwBRm3Nf+v64N2FaZSsF3UGhoQAu4RePLuIBsZrPh4XRqT5Yg1rHoBYJGDhDmkWQ==} + /blockstore-core@4.3.10: + resolution: {integrity: sha512-YLpkZ9GRiakh40hFx3eC6YpPbIO+6pKwc+BDrnCTSnsjfUtmV6v/3D3zvWn3wK00iQsfX0/B3ThFhr6p97uThA==} dependencies: '@libp2p/logger': 4.0.2 err-code: 3.0.1 @@ -1695,7 +1695,7 @@ packages: it-filter: 3.0.4 it-merge: 3.0.3 it-pushable: 3.2.3 - multiformats: 12.1.3 + multiformats: 13.0.0 uint8arrays: 5.0.1 transitivePeerDependencies: - supports-color @@ -1703,7 +1703,7 @@ packages: /blockstore-idb@1.1.7: resolution: {integrity: sha512-nXik/w0VOroentUlMSn+KWT1mRqyWfNlSBOAFuXGHqFAITPGt0bnZilKrQ5qvxtiXqGrASXlW8gjeZf+GETQ6g==} dependencies: - blockstore-core: 4.3.8 + blockstore-core: 4.3.10 idb: 8.0.0 interface-blockstore: 5.2.7 interface-store: 5.1.5