Skip to content

Commit

Permalink
Bump readable-stream and @types/readable-stream in /packages/common (#…
Browse files Browse the repository at this point in the history
…670)

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.4.2 to 4.5.2
- [Release notes](https://github.com/nodejs/readable-stream/releases)
- [Commits](nodejs/readable-stream@v4.4.2...v4.5.2)

Updates `@types/readable-stream` from 4.0.9 to 4.0.14
- [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-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: "@types/readable-stream"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 25, 2024
1 parent 1271083 commit 987e6d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@isaacs/ttlcache": "1.4.1",
"level": "8.0.1",
"multiformats": "13.1.0",
"readable-stream": "4.4.2"
"readable-stream": "4.5.2"
},
"devDependencies": {
"@playwright/test": "1.44.0",
Expand All @@ -81,7 +81,7 @@
"@types/eslint": "8.56.10",
"@types/mocha": "10.0.6",
"@types/node": "20.14.8",
"@types/readable-stream": "4.0.9",
"@types/readable-stream": "4.0.14",
"@typescript-eslint/eslint-plugin": "7.14.1",
"@typescript-eslint/parser": "7.14.1",
"@web/test-runner": "0.18.2",
Expand Down

0 comments on commit 987e6d5

Please sign in to comment.