Skip to content

Bump @types/readable-stream from 4.0.18 to 4.0.19 #843

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@types/chai": "^5.0.1",
"@types/mocha": "^10.0.10",
"@types/node": "^22.13.4",
"@types/readable-stream": "^4.0.18",
"@types/readable-stream": "^4.0.19",
"c8": "^10.1.3",
"chai": "^5.2.0",
"coveralls": "^3.1.1",
Expand Down
18 changes: 5 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -345,13 +345,12 @@ __metadata:
languageName: node
linkType: hard

"@types/readable-stream@npm:^4.0.18":
version: 4.0.18
resolution: "@types/readable-stream@npm:4.0.18"
"@types/readable-stream@npm:^4.0.19":
version: 4.0.19
resolution: "@types/readable-stream@npm:4.0.19"
dependencies:
"@types/node": "npm:*"
safe-buffer: "npm:~5.1.1"
checksum: 10c0/641e0e91b9ecfeed72f7509089f25923e06e19e79ed36f962785c41c07b0c9ecb2ecfdf6d290a101b9b5a669a3b89ee3aff0cad57b66a05e2a30cd199052e3e1
checksum: 10c0/2849a8e6c15121447a24c69d76d265d7d73c2e8967a3a65f4ea18b68ef2057ddc328442261e1f8a9aa16a2cb8dd58b22c31f905db266fd22b573df4a6812da6e
languageName: node
linkType: hard

Expand Down Expand Up @@ -2124,7 +2123,7 @@ __metadata:
"@types/chai": "npm:^5.0.1"
"@types/mocha": "npm:^10.0.10"
"@types/node": "npm:^22.13.4"
"@types/readable-stream": "npm:^4.0.18"
"@types/readable-stream": "npm:^4.0.19"
c8: "npm:^10.1.3"
chai: "npm:^5.2.0"
coveralls: "npm:^3.1.1"
Expand Down Expand Up @@ -2221,13 +2220,6 @@ __metadata:
languageName: node
linkType: hard

"safe-buffer@npm:~5.1.1":
version: 5.1.2
resolution: "safe-buffer@npm:5.1.2"
checksum: 10c0/780ba6b5d99cc9a40f7b951d47152297d0e260f0df01472a1b99d4889679a4b94a13d644f7dbc4f022572f09ae9005fa2fbb93bbbd83643316f365a3e9a45b21
languageName: node
linkType: hard

"safer-buffer@npm:>= 2.1.2 < 3.0.0, safer-buffer@npm:^2.0.2, safer-buffer@npm:^2.1.0, safer-buffer@npm:~2.1.0":
version: 2.1.2
resolution: "safer-buffer@npm:2.1.2"
Expand Down
Loading