Skip to content

Commit 1e5a0b0

Browse files
deps: bump uint8arrays from 4.0.10 to 5.0.1 (#126)
Bumps [uint8arrays](https://github.com/achingbrain/uint8arrays) from 4.0.10 to 5.0.1. - [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.1) --- updated-dependencies: - dependency-name: uint8arrays dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Potsides <[email protected]>
1 parent a6014c6 commit 1e5a0b0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/protons-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
},
128128
"dependencies": {
129129
"uint8arraylist": "^2.4.3",
130-
"uint8arrays": "^4.0.6"
130+
"uint8arrays": "^5.0.1"
131131
},
132132
"devDependencies": {
133133
"aegir": "^41.0.4"

packages/protons/bin/protons.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#! /usr/bin/env node
22

3+
// @ts-expect-error types are broken
34
import meow from 'meow'
45
import { generate } from '../src/index.js'
56

@@ -16,7 +17,6 @@ async function main (): Promise<void> {
1617
Examples
1718
$ protons ./path/to/file.proto ./path/to/other/file.proto
1819
`, {
19-
// @ts-expect-error wrong version is hoisted?!
2020
importMeta: import.meta,
2121
flags: {
2222
output: {

packages/protons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,6 @@
140140
"protobufjs": "^7.0.0",
141141
"protons-runtime": "^5.0.0",
142142
"uint8arraylist": "^2.4.3",
143-
"uint8arrays": "^4.0.6"
143+
"uint8arrays": "^5.0.1"
144144
}
145145
}

0 commit comments

Comments
 (0)