Skip to content

Commit

Permalink
build(deps): bump readable-stream and @types/readable-stream
Browse files Browse the repository at this point in the history
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.0 to 4.4.2
- [Release notes](https://github.com/nodejs/readable-stream/releases)
- [Commits](nodejs/readable-stream@v4.4.0...v4.4.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 1, 2023
1 parent 0ed9a81 commit 1ab8994
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
4 changes: 2 additions & 2 deletions packages/inject/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@
"@types/node": ">=16"
},
"dependencies": {
"readable-stream": "^4.4.0"
"readable-stream": "^4.4.2"
},
"devDependencies": {
"@types/readable-stream": "^2.3.15"
"@types/readable-stream": "^4.0.0"
},
"publishConfig": {
"access": "public",
Expand Down
19 changes: 10 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1ab8994

Please sign in to comment.