Skip to content

Commit 9acb684

Browse files
chore(deps): bump readable-stream and @types/readable-stream (#876)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brad Anderson <brad@sankatygroup.com>
1 parent 9e34a72 commit 9acb684

4 files changed

Lines changed: 11 additions & 10 deletions

File tree

.github/workflows/update-lockfiles.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
bundler-cache: true
4141
working-directory: example/ios
4242

43+
- name: Install clang-format (required by pre-commit hook)
44+
run: brew install clang-format
45+
4346
- run: |
4447
bun install
4548

bun.lock

Lines changed: 5 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"react-native-safe-area-context": "5.6.2",
4545
"react-native-screens": "4.18.0",
4646
"react-native-vector-icons": "10.3.0",
47-
"readable-stream": "4.5.2",
47+
"readable-stream": "4.7.0",
4848
"safe-buffer": "5.2.1",
4949
"tinybench": "3.0.6",
5050
"util": "0.12.5"

packages/react-native-quick-crypto/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"dependencies": {
109109
"@craftzdog/react-native-buffer": "6.1.0",
110110
"events": "3.3.0",
111-
"readable-stream": "4.5.2",
111+
"readable-stream": "4.7.0",
112112
"safe-buffer": "^5.2.1",
113113
"string_decoder": "^1.3.0",
114114
"util": "0.12.5"
@@ -117,7 +117,7 @@
117117
"@types/jest": "29.5.11",
118118
"@types/node": "24.3.0",
119119
"@types/react": "18.3.3",
120-
"@types/readable-stream": "4.0.18",
120+
"@types/readable-stream": "4.0.23",
121121
"del-cli": "7.0.0",
122122
"dpdm": "^4.0.1",
123123
"expo": "^54.0.25",

0 commit comments

Comments
 (0)