Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnyp committed Dec 12, 2024
1 parent 33aa981 commit 3084a92
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 117 deletions.
148 changes: 34 additions & 114 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"jsdom": "^25.0.1",
"lerna": "^8.1.9",
"lint-staged": "^15.2.11",
"node-fetch": "^3.3.2",
"node-fetch": "^2.6.12",
"prettier": "^3.4.2",
"selfsigned": "^2.4.1",
"sinon": "^19.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/resolve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@xmpp/events": "^0.13.2",
"@xmpp/xml": "^0.13.2",
"node-fetch": "^3.3.2"
"node-fetch": "^2.6.12"
},
"engines": {
"node": ">= 14"
Expand Down
1 change: 0 additions & 1 deletion packages/sasl/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ async function authenticate(SASL, entity, mechname, credentials) {
}

if (element.name === "challenge") {
console.log(element, typeof element);
mech.challenge(decode(element.text()));
const resp = mech.response(creds);
entity.send(
Expand Down

0 comments on commit 3084a92

Please sign in to comment.