Cleanup and update some modules

This commit is contained in:
Jakub Filo 2023-04-30 16:40:44 +00:00
parent b48385a204
commit d8104cd70d
2 changed files with 64 additions and 532 deletions

589
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -12,24 +12,21 @@
"author": "rkd", "author": "rkd",
"dependencies": { "dependencies": {
"@xmpp/client": "^0.13.0", "@xmpp/client": "^0.13.0",
"@xmpp/client-core": "^0.13.1",
"cheerio": "^1.0.0-rc.3", "cheerio": "^1.0.0-rc.3",
"command-line-args": "^5.1.1", "command-line-args": "^5.1.1",
"command-line-usage": "^5.0.5", "command-line-usage": "^5.0.5",
"decode-html": "^2.0.0", "decode-html": "^2.0.0",
"escape-html": "^1.0.3", "escape-html": "^1.0.3",
"events": "^3.0.0",
"expire-set": "^1.0.0", "expire-set": "^1.0.0",
"js-yaml": "^3.13.1", "js-yaml": "^3.13.1",
"mx-puppet-bridge": "0.1.6", "mx-puppet-bridge": "0.1.6",
"node-emoji": "^1.10.0", "node-emoji": "^1.10.0",
"node-html-parser": "^1.2.13", "node-html-parser": "^1.2.13",
"tough-cookie": "^4.0.0",
"tslint": "^5.17.0", "tslint": "^5.17.0",
"typescript": "^3.7.4" "typescript": "^3.7.4"
}, },
"devDependencies": { "devDependencies": {
"@types/mocha": "^7.0.2", "@types/node": "^12.0.8"
"@types/node": "^12.0.8",
"@types/tough-cookie": "^4.0.0"
} }
} }