Skip to content

Commit

Permalink
fix(deps): remove readable-stream (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak authored Aug 29, 2024
1 parent 78289c0 commit c0e16a2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = { getTransformStream };

const { Transform } = require("readable-stream");
const { Transform } = require("node:stream");

const prettyFactory = require("pino-pretty");
const Sentry = require("@sentry/node");
Expand Down
1 change: 0 additions & 1 deletion package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"@sentry/node": "^6.0.0",
"pino-pretty": "^6.0.0",
"pump": "^3.0.0",
"readable-stream": "^3.6.0",
"split2": "^4.0.0"
},
"release": {
Expand Down

0 comments on commit c0e16a2

Please sign in to comment.