Skip to content

Commit

Permalink
chore(deps): bump @ipld/dag-cbor from 7.0.3 to 9.0.6
Browse files Browse the repository at this point in the history
Bumps [@ipld/dag-cbor](https://github.com/ipld/js-dag-cbor) from 7.0.3 to 9.0.6.
- [Release notes](https://github.com/ipld/js-dag-cbor/releases)
- [Changelog](https://github.com/ipld/js-dag-cbor/blob/master/CHANGELOG.md)
- [Commits](ipld/js-dag-cbor@v7.0.3...v9.0.6)

---
updated-dependencies:
- dependency-name: "@ipld/dag-cbor"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Oct 19, 2023
1 parent 3ff0b8b commit 13b6b35
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@ceramicnetwork/wasm-bloom-filter": "^0.1.0",
"@datastructures-js/priority-queue": "^6.1.0",
"@ethersproject/providers": "^5.5.1",
"@ipld/dag-cbor": "^7.0.0",
"@ipld/dag-cbor": "^9.0.6",
"@scarf/scarf": "^1.1.1",
"@stablelib/random": "^1.0.1",
"@stablelib/sha256": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/stream-model-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"devDependencies": {
"@ceramicnetwork/3id-did-resolver": "^2.30.0",
"@didtools/cacao": "^2.1.0",
"@ipld/dag-cbor": "^7.0.0",
"@ipld/dag-cbor": "^9.0.6",
"@stablelib/sha256": "^1.0.1",
"@types/lodash.clonedeep": "^4.5.6",
"@types/lodash.ismatch": "^4.4.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/stream-model-instance-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@ceramicnetwork/3id-did-resolver": "^2.30.0",
"@ceramicnetwork/stream-model": "^1.19.0",
"@didtools/cacao": "^2.1.0",
"@ipld/dag-cbor": "^7.0.0",
"@ipld/dag-cbor": "^9.0.6",
"@stablelib/sha256": "^1.0.1",
"@types/lodash.clonedeep": "^4.5.6",
"@types/node": "^18.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/stream-model-instance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@ceramicnetwork/common": "^2.37.0",
"@ceramicnetwork/streamid": "^2.17.0",
"@ipld/dag-cbor": "^7.0.0",
"@ipld/dag-cbor": "^9.0.6",
"@stablelib/random": "^1.0.1",
"fast-json-patch": "^3.1.0",
"object-sizeof": "^2.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/stream-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@ceramicnetwork/codecs": "^1.12.0",
"@ceramicnetwork/common": "^2.37.0",
"@ceramicnetwork/streamid": "^2.17.0",
"@ipld/dag-cbor": "^7.0.0",
"@ipld/dag-cbor": "^9.0.6",
"@stablelib/random": "^1.0.1",
"ajv": "^8.8.2",
"ajv-formats": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/stream-tile-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"devDependencies": {
"@ceramicnetwork/3id-did-resolver": "^2.30.0",
"@didtools/cacao": "^2.1.0",
"@ipld/dag-cbor": "^7.0.0",
"@ipld/dag-cbor": "^9.0.6",
"@stablelib/sha256": "^1.0.1",
"@types/lodash.clonedeep": "^4.5.6",
"did-resolver": "^4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/stream-tile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@ceramicnetwork/common": "^2.37.0",
"@ceramicnetwork/streamid": "^2.17.0",
"@ipld/dag-cbor": "^7.0.0",
"@ipld/dag-cbor": "^9.0.6",
"@stablelib/random": "^1.0.1",
"dids": "^4.0.0",
"fast-json-patch": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/streamid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"author": "Zach Ferland <[email protected]>",
"license": "(Apache-2.0 OR MIT)",
"dependencies": {
"@ipld/dag-cbor": "^7.0.0",
"@ipld/dag-cbor": "^9.0.6",
"@stablelib/sha256": "^1.0.1",
"cborg": "^1.10.2",
"mapmoize": "^1.2.1",
Expand Down

0 comments on commit 13b6b35

Please sign in to comment.