flair update + kick hook

This commit is contained in:
marzavec
2025-03-11 09:36:36 -07:00
parent d75235bbe3
commit 4dabe91dc8
11 changed files with 1006 additions and 758 deletions
+13 -13
View File
@@ -12,7 +12,7 @@
"dependencies": {
"ascii-captcha": "^0.0.3",
"enquirer": "^2.3.6",
"hackchat-server": "^2.3.1",
"hackchat-server": "^2.3.0",
"http-server": "^14.1.0",
"jsonwebtoken": "^9.0.2",
"lowdb": "^3.0.0",
@@ -2461,9 +2461,9 @@
"dev": true
},
"node_modules/follow-redirects": {
"version": "1.15.4",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.4.tgz",
"integrity": "sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==",
"version": "1.14.9",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.9.tgz",
"integrity": "sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w==",
"funding": [
{
"type": "individual",
@@ -2750,9 +2750,9 @@
}
},
"node_modules/hackchat-server": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/hackchat-server/-/hackchat-server-2.3.1.tgz",
"integrity": "sha512-q287JzAP3shM1pBq6ZG9BUza0bCuunz4R9hV5jgBEwAvJtp+t8P4ZNL8XpSnGe7Rcc9pkhg26uHMZ7TtUL5MYQ==",
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/hackchat-server/-/hackchat-server-2.3.0.tgz",
"integrity": "sha512-2TW+/dbQVP2COZLLOh9pLNMYI++qaTXT8bHRDN7f6POLaqvIzsrxOtJupimoqi1RjuG6NZqsDtgKW9VHIhoaqQ==",
"dependencies": {
"didyoumean2": "^4.2.0",
"enquirer": "^2.3.6",
@@ -7890,9 +7890,9 @@
"dev": true
},
"follow-redirects": {
"version": "1.15.4",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.4.tgz",
"integrity": "sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw=="
"version": "1.14.9",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.9.tgz",
"integrity": "sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w=="
},
"foreground-child": {
"version": "2.0.0",
@@ -8081,9 +8081,9 @@
"dev": true
},
"hackchat-server": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/hackchat-server/-/hackchat-server-2.3.1.tgz",
"integrity": "sha512-q287JzAP3shM1pBq6ZG9BUza0bCuunz4R9hV5jgBEwAvJtp+t8P4ZNL8XpSnGe7Rcc9pkhg26uHMZ7TtUL5MYQ==",
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/hackchat-server/-/hackchat-server-2.3.0.tgz",
"integrity": "sha512-2TW+/dbQVP2COZLLOh9pLNMYI++qaTXT8bHRDN7f6POLaqvIzsrxOtJupimoqi1RjuG6NZqsDtgKW9VHIhoaqQ==",
"requires": {
"didyoumean2": "^4.2.0",
"enquirer": "^2.3.6",