Skip to content

Commit

Permalink
deps: bump uint8arrays from 4.0.10 to 5.0.0 (ipfs#282)
Browse files Browse the repository at this point in the history
Bumps [uint8arrays](https://github.com/achingbrain/uint8arrays) from 4.0.10 to 5.0.0.
- [Release notes](https://github.com/achingbrain/uint8arrays/releases)
- [Changelog](https://github.com/achingbrain/uint8arrays/blob/main/CHANGELOG.md)
- [Commits](achingbrain/uint8arrays@v4.0.10...v5.0.0)

---
updated-dependencies:
- dependency-name: uint8arrays
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and tabcat committed Jul 26, 2024
1 parent 8769244 commit fe3a5b0
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/blockstore-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
"it-merge": "^3.0.1",
"it-pushable": "^3.0.0",
"multiformats": "^12.0.1",
"uint8arrays": "^4.0.2"
"uint8arrays": "^5.0.0"
},
"devDependencies": {
"aegir": "^41.1.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/blockstore-s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"interface-store": "^5.0.0",
"it-to-buffer": "^4.0.1",
"multiformats": "^12.0.1",
"uint8arrays": "^4.0.2"
"uint8arrays": "^5.0.0"
},
"devDependencies": {
"@types/sinon": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/datastore-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
"it-pushable": "^3.0.0",
"it-sort": "^3.0.1",
"it-take": "^3.0.1",
"uint8arrays": "^4.0.2"
"uint8arrays": "^5.0.0"
},
"devDependencies": {
"aegir": "^41.1.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/datastore-s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"interface-store": "^5.0.0",
"it-filter": "^3.0.0",
"it-to-buffer": "^4.0.1",
"uint8arrays": "^4.0.2"
"uint8arrays": "^5.0.0"
},
"devDependencies": {
"@types/sinon": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/interface-blockstore-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"it-all": "^3.0.1",
"it-drain": "^3.0.1",
"multiformats": "^12.0.1",
"uint8arrays": "^4.0.2"
"uint8arrays": "^5.0.0"
},
"devDependencies": {
"aegir": "^41.1.9"
Expand Down
2 changes: 1 addition & 1 deletion packages/interface-datastore-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"it-all": "^3.0.1",
"it-drain": "^3.0.1",
"it-length": "^3.0.1",
"uint8arrays": "^4.0.2"
"uint8arrays": "^5.0.0"
},
"devDependencies": {
"aegir": "^41.1.9"
Expand Down
2 changes: 1 addition & 1 deletion packages/interface-datastore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"dependencies": {
"interface-store": "^5.0.0",
"nanoid": "^5.0.3",
"uint8arrays": "^4.0.2"
"uint8arrays": "^5.0.0"
},
"devDependencies": {
"aegir": "^41.1.9"
Expand Down

0 comments on commit fe3a5b0

Please sign in to comment.