Update Dependencies

This commit is contained in:
Leo
2022-06-18 02:24:36 +00:00
committed by GitHub
parent 7d2871abcb
commit 93ef3186f2
2 changed files with 8 additions and 8 deletions

View File

@@ -13915,16 +13915,16 @@ arguments[4][42][0].apply(exports,arguments)
var w = this.words[i];
var word = (((w << off) | carry) & 0xffffff).toString(16);
carry = (w >>> (24 - off)) & 0xffffff;
if (carry !== 0 || i !== this.length - 1) {
out = zeros[6 - word.length] + word + out;
} else {
out = word + out;
}
off += 2;
if (off >= 26) {
off -= 26;
i--;
}
if (carry !== 0 || i !== this.length - 1) {
out = zeros[6 - word.length] + word + out;
} else {
out = word + out;
}
}
if (carry !== 0) {
out = carry.toString(16) + out;
@@ -62804,7 +62804,7 @@ module.exports = WebConn
}).call(this)}).call(this,require("buffer").Buffer)
},{"../package.json":495,"bitfield":26,"bittorrent-protocol":27,"buffer":109,"debug":160,"lt_donthave":255,"simple-get":393,"simple-sha1":410}],495:[function(require,module,exports){
module.exports={
"version": "1.8.20"
"version": "1.8.22"
}
},{}],496:[function(require,module,exports){
// Returns a wrapper function that returns a wrapped callback