Skip to content

Commit

Permalink
deps: bump uint8arrays from 4.0.10 to 5.0.0 (#384)
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 Dec 28, 2023
1 parent 88d73a6 commit d547296
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/ipfs-unixfs-exporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
"multiformats": "^12.0.1",
"p-queue": "^7.3.0",
"progress-events": "^1.0.0",
"uint8arrays": "^4.0.2"
"uint8arrays": "^5.0.0"
},
"devDependencies": {
"@types/readable-stream": "^4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-unixfs-importer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
"progress-events": "^1.0.0",
"rabin-wasm": "^0.1.4",
"uint8arraylist": "^2.4.3",
"uint8arrays": "^4.0.2"
"uint8arrays": "^5.0.0"
},
"devDependencies": {
"aegir": "^40.0.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-unixfs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"devDependencies": {
"aegir": "^40.0.11",
"protons": "^7.0.2",
"uint8arrays": "^4.0.2"
"uint8arrays": "^5.0.0"
},
"browser": {
"fs": false
Expand Down

0 comments on commit d547296

Please sign in to comment.