Skip to content

Commit d547296

Browse files
deps: bump uint8arrays from 4.0.10 to 5.0.0 (#384)
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>
1 parent 88d73a6 commit d547296

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/ipfs-unixfs-exporter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
"multiformats": "^12.0.1",
152152
"p-queue": "^7.3.0",
153153
"progress-events": "^1.0.0",
154-
"uint8arrays": "^4.0.2"
154+
"uint8arrays": "^5.0.0"
155155
},
156156
"devDependencies": {
157157
"@types/readable-stream": "^4.0.1",

packages/ipfs-unixfs-importer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
"progress-events": "^1.0.0",
175175
"rabin-wasm": "^0.1.4",
176176
"uint8arraylist": "^2.4.3",
177-
"uint8arrays": "^4.0.2"
177+
"uint8arrays": "^5.0.0"
178178
},
179179
"devDependencies": {
180180
"aegir": "^40.0.11",

packages/ipfs-unixfs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
"devDependencies": {
147147
"aegir": "^40.0.11",
148148
"protons": "^7.0.2",
149-
"uint8arrays": "^4.0.2"
149+
"uint8arrays": "^5.0.0"
150150
},
151151
"browser": {
152152
"fs": false

0 commit comments

Comments
 (0)