Skip to content

Commit 4ab73ed

Browse files
chore(deps): bump readable-stream and @types/readable-stream
Bumps [readable-stream](https://github.com/nodejs/readable-stream) and [@types/readable-stream](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/readable-stream). These dependencies needed to be updated together. Updates `readable-stream` from 4.5.2 to 4.7.0 - [Release notes](https://github.com/nodejs/readable-stream/releases) - [Commits](nodejs/readable-stream@v4.5.2...v4.7.0) Updates `@types/readable-stream` from 4.0.18 to 4.0.23 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/readable-stream) --- updated-dependencies: - dependency-name: readable-stream dependency-version: 4.7.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: "@types/readable-stream" dependency-version: 4.0.23 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1d64bd7 commit 4ab73ed

3 files changed

Lines changed: 8 additions & 10 deletions

File tree

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
@@ -45,7 +45,7 @@
4545
"react-native-safe-area-context": "5.6.2",
4646
"react-native-screens": "4.18.0",
4747
"react-native-vector-icons": "10.3.0",
48-
"readable-stream": "4.5.2",
48+
"readable-stream": "4.7.0",
4949
"safe-buffer": "5.2.1",
5050
"tinybench": "3.0.6",
5151
"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
@@ -76,15 +76,15 @@
7676
"@craftzdog/react-native-buffer": "6.1.0",
7777
"events": "3.3.0",
7878
"react-native-quick-base64": "2.2.2",
79-
"readable-stream": "4.5.2",
79+
"readable-stream": "4.7.0",
8080
"safe-buffer": "^5.2.1",
8181
"util": "0.12.5"
8282
},
8383
"devDependencies": {
8484
"@types/jest": "29.5.11",
8585
"@types/node": "24.3.0",
8686
"@types/react": "18.3.3",
87-
"@types/readable-stream": "4.0.18",
87+
"@types/readable-stream": "4.0.23",
8888
"del-cli": "7.0.0",
8989
"expo": "^54.0.25",
9090
"expo-build-properties": "^1.0.0",

0 commit comments

Comments
 (0)