Skip to content

Commit

Permalink
Update dependency @types/readable-stream to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and rubensworks committed Sep 27, 2024
1 parent 9a00445 commit 7d0c923
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@bergos/jsonparse": "^1.4.0",
"@rdfjs/types": "*",
"@types/http-link-header": "^1.0.1",
"@types/readable-stream": "^2.3.13",
"@types/readable-stream": "^4.0.0",
"buffer": "^6.0.3",
"canonicalize": "^1.0.1",
"http-link-header": "^1.0.2",
Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -774,6 +774,14 @@
"@types/node" "*"
safe-buffer "~5.1.1"

"@types/readable-stream@^4.0.0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@types/readable-stream/-/readable-stream-4.0.0.tgz#9bcb888b9c77478b02490365d3e0c34fd8b6d5ae"
integrity sha512-s6YqDV111kwuFsT9SwFC+FmZ5n1SEp4H9DXGg6Zqag0lPGeEvBGP9UaLJYpX4cxY7fAFnx2avy1QVvft0LLb7g==
dependencies:
"@types/node" "*"
safe-buffer "~5.1.1"

"@types/sax@^1.0.1":
version "1.2.4"
resolved "https://registry.yarnpkg.com/@types/sax/-/sax-1.2.4.tgz#8221affa7f4f3cb21abd22f244cfabfa63e6a69e"
Expand Down

0 comments on commit 7d0c923

Please sign in to comment.