Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
chore(deps): bump uint8arrays from 2.1.10 to 3.0.0
Browse files Browse the repository at this point in the history
Bumps [uint8arrays](https://github.com/achingbrain/uint8arrays) from 2.1.10 to 3.0.0.
- [Release notes](https://github.com/achingbrain/uint8arrays/releases)
- [Changelog](https://github.com/achingbrain/uint8arrays/blob/master/CHANGELOG.md)
- [Commits](achingbrain/uint8arrays@v2.1.10...v3.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>
  • Loading branch information
dependabot[bot] committed Aug 25, 2021
1 parent 1806bb2 commit 2901cd9
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/interface-ipfs-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"peer-id": "^0.15.1",
"readable-stream": "^3.4.0",
"sinon": "^11.1.1",
"uint8arrays": "^2.1.6"
"uint8arrays": "^3.0.0"
},
"contributors": [
"Alan Shaw <alan.shaw@protocol.ai>",
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"pretty-bytes": "^5.4.1",
"progress": "^2.0.3",
"stream-to-it": "^0.2.2",
"uint8arrays": "^2.1.6",
"uint8arrays": "^3.0.0",
"yargs": "^16.0.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-core-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"multiformats": "^9.4.1",
"parse-duration": "^1.0.0",
"timeout-abort-controller": "^1.1.1",
"uint8arrays": "^2.1.6"
"uint8arrays": "^3.0.0"
},
"devDependencies": {
"@web-std/file": "^1.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"parse-duration": "^1.0.0",
"peer-id": "^0.15.1",
"streaming-iterables": "^6.0.0",
"uint8arrays": "^2.1.6"
"uint8arrays": "^3.0.0"
},
"devDependencies": {
"@types/dlv": "^1.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-grpc-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
"it-drain": "^1.0.3",
"rimraf": "^3.0.2",
"sinon": "^11.1.1",
"uint8arrays": "^2.1.6"
"uint8arrays": "^3.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/ipfs-http-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"native-abort-controller": "^1.0.3",
"parse-duration": "^1.0.0",
"stream-to-it": "^0.2.2",
"uint8arrays": "^2.1.6"
"uint8arrays": "^3.0.0"
},
"devDependencies": {
"aegir": "^34.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-http-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"it-to-stream": "^1.0.0",
"joi": "^17.2.1",
"multiformats": "^9.4.1",
"uint8arrays": "^2.1.6",
"uint8arrays": "^3.0.0",
"uri-to-multiaddr": "^6.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-http-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"native-abort-controller": "^1.0.3",
"parse-duration": "^1.0.0",
"stream-to-it": "^0.2.2",
"uint8arrays": "^2.1.6",
"uint8arrays": "^3.0.0",
"uri-to-multiaddr": "^6.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-message-port-protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"devDependencies": {
"aegir": "^34.0.2",
"rimraf": "^3.0.2",
"uint8arrays": "^2.1.6"
"uint8arrays": "^3.0.0"
},
"engines": {
"node": ">=14.0.0",
Expand Down

0 comments on commit 2901cd9

Please sign in to comment.