Skip to content

Commit

Permalink
274443329 Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tapasthakkar authored and keyurkarnik committed Aug 16, 2023
1 parent 3110939 commit 1ce5613
Show file tree
Hide file tree
Showing 4 changed files with 7,119 additions and 15,125 deletions.
2 changes: 1 addition & 1 deletion lib/plugins-middleware.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const OnDataTransform = require('./ondata-transform');
const configService = require('./config');
const buildNonTunnelOptions = require('./build-non-tunnel-options')
const checkNoProxy = require('./no-proxy-parser')
const empty_buffer = new Buffer(0);
const empty_buffer = Buffer.alloc(0);
const onFinished = require('on-finished');

//opentracing
Expand Down
Loading

0 comments on commit 1ce5613

Please sign in to comment.