Commit b665f667 authored by nanahira's avatar nanahira

bump

parent 48ecc43a
......@@ -14,7 +14,7 @@
"@types/ws": "^8.5.3",
"koa": "^2.13.4",
"koa-bodyparser": "^4.3.0",
"koishi-thirdeye": "^11.1.21",
"koishi-thirdeye": "^11.2.0",
"typed-reflector": "^1.0.11",
"ws": "^8.7.0"
},
......@@ -44,7 +44,7 @@
"peerDependencies": {
"@nestjs/common": "^9.0.3 || ^8.0.0",
"@nestjs/core": "^9.0.3 || ^8.0.0",
"koishi": "^4.11.4",
"koishi": "^4.13.0",
"rxjs": "^7.5.5"
}
},
......@@ -1241,23 +1241,33 @@
}
},
"node_modules/@koishijs/core": {
"version": "4.11.4",
"resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.11.4.tgz",
"integrity": "sha512-biwbprUTBreFgCyRaJc46Oenp/xcrWkxrrQ/9+YxWgSTQ7AF/a1Qz5XW3fN5wGdeHV/MhBTNdoS2y/+0V8Ew0g==",
"version": "4.13.0",
"resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.13.0.tgz",
"integrity": "sha512-oUhKPB0vB31zcF1szHzttz5A91qWv/kPIk7FM4TdsEjX6JYsOf8gQfsWn/M6nhw3VhAzZ76DpuInHoloe138mQ==",
"peer": true,
"dependencies": {
"@koishijs/utils": "^7.0.0",
"@minatojs/core": "^2.1.2",
"@satorijs/core": "^2.1.0",
"cordis": "^2.7.2",
"cosmokit": "^1.4.0",
"@koishijs/i18n-utils": "^1.0.0",
"@koishijs/utils": "^7.0.2",
"@minatojs/core": "^2.3.1",
"@satorijs/core": "^2.3.7",
"cordis": "^2.8.0",
"cosmokit": "^1.4.2",
"fastest-levenshtein": "^1.0.16"
}
},
"node_modules/@koishijs/i18n-utils": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@koishijs/i18n-utils/-/i18n-utils-1.0.0.tgz",
"integrity": "sha512-eCGDBg7KQLJ76G+h8NJ8QePDLyliQ9DDoM89g3xeEInLLv+Gh6VWHqpgCw2XkxFwI7zJfmG5nyJAS7H31rS/TQ==",
"peer": true,
"dependencies": {
"cosmokit": "^1.4.2"
}
},
"node_modules/@koishijs/loader": {
"version": "2.5.4",
"resolved": "https://registry.npmjs.org/@koishijs/loader/-/loader-2.5.4.tgz",
"integrity": "sha512-MAXhmVsXch7d4RkO3enXC/RG2GXcdu8wm/Vsmv1/G7B21e3UUSr6fubY/b84NA8mfxlpW11jYPh8Y51j7vCsVQ==",
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/@koishijs/loader/-/loader-3.2.0.tgz",
"integrity": "sha512-CamSk3PB8HSUpHGwgvfKdlHbh0hB7RWS9J9FZlJtoTtz4OY5ZymvwID9z7jK+lkA8GEVUQ09LPYozM9vh8OOSw==",
"peer": true,
"dependencies": {
"dotenv": "^16.0.3",
......@@ -1265,7 +1275,7 @@
"ns-require": "^1.1.4"
},
"peerDependencies": {
"@koishijs/core": "4.11.4"
"@koishijs/core": "4.13.0"
}
},
"node_modules/@koishijs/loader/node_modules/argparse": {
......@@ -1287,21 +1297,21 @@
}
},
"node_modules/@koishijs/utils": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/@koishijs/utils/-/utils-7.0.0.tgz",
"integrity": "sha512-xfz6aoLoCVoX+OiVsy3mpiXPS7hUPiEaTVnPqHpELu9At8Hb2yhexDSBUWmWLvZ70jmJOUNUtCTbkDd+I0S2Ig==",
"version": "7.0.2",
"resolved": "https://registry.npmjs.org/@koishijs/utils/-/utils-7.0.2.tgz",
"integrity": "sha512-IX6f6WjH3UvVKJ8dOppekEihnHbAPXuAwG8ZeiVGyh2nj7NuVm2Vzfwr4YtXzf5Xj6qZecjFuWchi262BTAg2A==",
"peer": true,
"dependencies": {
"cosmokit": "^1.4.0",
"cosmokit": "^1.4.2",
"inaba": "^1.1.1"
}
},
"node_modules/@minatojs/core": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/@minatojs/core/-/core-2.1.2.tgz",
"integrity": "sha512-7VDn+G2QybsDVlmZ0wcYeB0IN8q//qO5WZSdYizTcsXx1bCKEU+AUn/UPWN3eHRXvhVNI3YRBAoEKxkp357lDw==",
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/@minatojs/core/-/core-2.3.1.tgz",
"integrity": "sha512-3q37agKnVq9QHrJozw3ACk/Gt+i1xDY/o7363kFJmjQSxQfaQg5dHT0NqjwVxe4AyqYpTWh3487IVyEAAMe9kw==",
"dependencies": {
"cosmokit": "^1.4.0"
"cosmokit": "^1.4.1"
}
},
"node_modules/@nestjs/common": {
......@@ -1571,50 +1581,49 @@
}
},
"node_modules/@satorijs/core": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@satorijs/core/-/core-2.1.0.tgz",
"integrity": "sha512-2LduZz57SRyJ/Op5iqO1UUv0Q3UkuDIz3gk8j94orDYchN397MfxTv+uy3awGwKUlgfdCw2s3FloE7FL9UgopA==",
"version": "2.3.7",
"resolved": "https://registry.npmjs.org/@satorijs/core/-/core-2.3.7.tgz",
"integrity": "sha512-S73/8tf3z5d3iyJhhnaErm/ycLsi41PAcxnXbENdNsVGOzzTk14k4szTHiP0kgNH048eWaXrccn0+OrXt6tKFg==",
"peer": true,
"dependencies": {
"@satorijs/element": "^2.3.1",
"cordis": "^2.7.2",
"cordis-axios": "^3.0.0",
"cosmokit": "^1.4.0",
"@satorijs/element": "^2.4.2",
"cordis": "^2.8.0",
"cordis-axios": "^3.1.2",
"cosmokit": "^1.4.2",
"reggol": "^1.3.5",
"schemastery": "^3.7.0",
"ws": "^8.11.0"
"schemastery": "^3.8.1",
"ws": "^8.13.0"
}
},
"node_modules/@satorijs/element": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/@satorijs/element/-/element-2.3.1.tgz",
"integrity": "sha512-p1hQVy56nfJ2dw1noEHkV7hKpC9yqe5u3Vla+CSPqXU12uB4zqv96rjT9n4WulNGl8XTzqWxp8q8KWqhSI8JFA==",
"version": "2.4.2",
"resolved": "https://registry.npmjs.org/@satorijs/element/-/element-2.4.2.tgz",
"integrity": "sha512-IApzusrRuKNVMldyeiv0DIEXf885LFCgfATBdK5lTs4M92MBzhskwkPvfggGj9tza4F32CKv86z6P+h3i/x2qw==",
"peer": true,
"dependencies": {
"cosmokit": "^1.4.0"
"cosmokit": "^1.4.2"
}
},
"node_modules/@satorijs/satori": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@satorijs/satori/-/satori-2.1.0.tgz",
"integrity": "sha512-VZX3cJvuxxWCYpp4hok0NFRsGZL+5jE5EbfyibKL3XjsC/9MmtPSdbECfPstQS1PmGcoOAaq15DCSTy/rnSalA==",
"version": "2.3.7",
"resolved": "https://registry.npmjs.org/@satorijs/satori/-/satori-2.3.7.tgz",
"integrity": "sha512-6iSlenin+q08IJVUSP4mCsYW0LKfje44P2PR+2U6E+CczXXU1HwvXRS0m+D5dPe0PhH6y3dL84iuVD/VJQx90Q==",
"peer": true,
"dependencies": {
"@koa/router": "^10.1.1",
"@satorijs/core": "2.1.0",
"@satorijs/core": "2.3.7",
"@types/koa": "*",
"@types/koa__router": "*",
"@types/ws": "^8.5.3",
"agent-base": "^6.0.2",
"@types/ws": "^8.5.4",
"file-type": "^16.5.4",
"http-proxy-agent": "^5.0.0",
"https-proxy-agent": "^5.0.1",
"koa": "^2.14.1",
"koa-bodyparser": "^4.3.0",
"koa": "^2.14.2",
"koa-bodyparser": "^4.4.0",
"parseurl": "^1.3.3",
"path-to-regexp": "^6.2.1",
"socks-proxy-agent": "^5.0.1",
"ws": "^8.11.0"
"ws": "^8.13.0"
},
"engines": {
"node": ">=12.0.0"
......@@ -1939,9 +1948,9 @@
}
},
"node_modules/@types/ws": {
"version": "8.5.3",
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.3.tgz",
"integrity": "sha512-6YOoWjruKj1uLf3INHH7D3qTXwFfEsg1kf3c0uDdSBJwfa/llkwIjrAGV7j7mVgGNbzTQ3HiHKKDXl6bJPD97w==",
"version": "8.5.4",
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.4.tgz",
"integrity": "sha512-zdQDHKUgcX/zBc4GrwsE/7dVdAD8JR4EuiAXiiUhhfyIJXXb2+PrGshFyeXWQPMmmZ2XxgaqclgpIC7eTXc1mg==",
"dependencies": {
"@types/node": "*"
}
......@@ -2299,6 +2308,7 @@
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz",
"integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==",
"dev": true,
"dependencies": {
"normalize-path": "^3.0.0",
"picomatch": "^2.0.4"
......@@ -2491,15 +2501,6 @@
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
"dev": true
},
"node_modules/binary-extensions": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",
"integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==",
"peer": true,
"engines": {
"node": ">=8"
}
},
"node_modules/body-parser": {
"version": "1.20.0",
"resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.0.tgz",
......@@ -2553,6 +2554,7 @@
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
"integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
"dev": true,
"dependencies": {
"fill-range": "^7.0.1"
},
......@@ -2726,33 +2728,6 @@
"node": ">=10"
}
},
"node_modules/chokidar": {
"version": "3.5.3",
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz",
"integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==",
"funding": [
{
"type": "individual",
"url": "https://paulmillr.com/funding/"
}
],
"peer": true,
"dependencies": {
"anymatch": "~3.1.2",
"braces": "~3.0.2",
"glob-parent": "~5.1.2",
"is-binary-path": "~2.1.0",
"is-glob": "~4.0.1",
"normalize-path": "~3.0.0",
"readdirp": "~3.6.0"
},
"engines": {
"node": ">= 8.10.0"
},
"optionalDependencies": {
"fsevents": "~2.3.2"
}
},
"node_modules/ci-info": {
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.5.0.tgz",
......@@ -2929,35 +2904,35 @@
"integrity": "sha512-3DdaFaU/Zf1AnpLiFDeNCD4TOWe3Zl2RZaTzUvWiIk5ERzcCodOE20Vqq4fzCbNoHURFHT4/us/Lfq+S2zyY4w=="
},
"node_modules/cordis": {
"version": "2.7.2",
"resolved": "https://registry.npmjs.org/cordis/-/cordis-2.7.2.tgz",
"integrity": "sha512-bM+4P1bhIawrXRLvBMoxfWwSHebm0B3n0sM+T/FCED/iMUnEs6N9Y7lwJ2gDo2fm0wvu4JzU8cuMKrxqroq16Q==",
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/cordis/-/cordis-2.8.0.tgz",
"integrity": "sha512-j1LTUayWF0ZYnVlgsuZD0AgVIEvfhKIzsDLsOMLtV9GoVIahV0k/1PzRZXuCSEOdA1/ZBcD3AUngaLlgL60dJQ==",
"peer": true,
"dependencies": {
"cosmokit": "^1.4.0"
"cosmokit": "^1.4.2"
}
},
"node_modules/cordis-axios": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/cordis-axios/-/cordis-axios-3.0.0.tgz",
"integrity": "sha512-fYFw6vezgDP9n8GMCHUW+n8hPkWueX0RpGipu5lU/aRDwNzeGQaYdSv737cRh/N7cPsGqZqGJcZUgYBPzxrB7A==",
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/cordis-axios/-/cordis-axios-3.1.2.tgz",
"integrity": "sha512-Q0BfECvKxGW9JupvQnkpgczPOB+3bsvvbwlWcVt/M+O+gTurryo6FDv7hn4M+CjZLzYevvR0P+pXXRuk9naY0A==",
"peer": true,
"dependencies": {
"axios": "~1.1.3",
"cosmokit": "^1.4.0",
"cosmokit": "^1.4.2",
"mime-db": "^1.52.0"
},
"engines": {
"node": ">=12.0.0"
},
"peerDependencies": {
"cordis": "^2.7.2"
"cordis": "^2.7.4"
}
},
"node_modules/cordis-decorators": {
"version": "1.0.24",
"resolved": "https://registry.npmjs.org/cordis-decorators/-/cordis-decorators-1.0.24.tgz",
"integrity": "sha512-yXD2Z0cRYTHQBh788mIADbhA7X2dV/WQfiC/4xcTrsF4R4A0ZoCQlt1AULKaGBAwD80VgNrc14Ok3SmKSRJmcQ==",
"version": "1.0.26",
"resolved": "https://registry.npmjs.org/cordis-decorators/-/cordis-decorators-1.0.26.tgz",
"integrity": "sha512-f57gwXkTgduBXL6uwEzT1kkSQLP5eNZleQrK0hGJ+9TwwF3sbh8WQUI0NDgQcTXblV5/aCvGvHCovALKc7i2KA==",
"dependencies": {
"mustache": "^4.2.0",
"reflect-metadata": "^0.1.13",
......@@ -2966,7 +2941,7 @@
"typed-reflector": "^1.0.11"
},
"peerDependencies": {
"cordis": "^2.6.0",
"cordis": "^2.7.2",
"schemastery": "^3.5.1"
}
},
......@@ -2990,9 +2965,9 @@
}
},
"node_modules/cosmokit": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/cosmokit/-/cosmokit-1.4.0.tgz",
"integrity": "sha512-9Y5epwkPxnWDSjweuWoFATY8GKg9N1/r/3wL32Cjs7FIvo0S9syyY39xmNKq7+SZjbw+9bZUSbeQSbJaqufV3Q=="
"version": "1.4.2",
"resolved": "https://registry.npmjs.org/cosmokit/-/cosmokit-1.4.2.tgz",
"integrity": "sha512-sUf9VhXySAHqH/CvTb8ATDDQWiMs115DKz+SLTdcjY4h9txWUhbRvUUrtgr8dhmWJdLN6o+Ow7UvvtBdvbaH2g=="
},
"node_modules/cross-spawn": {
"version": "7.0.3",
......@@ -3802,6 +3777,7 @@
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
"integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
"dev": true,
"dependencies": {
"to-regex-range": "^5.0.1"
},
......@@ -3974,6 +3950,7 @@
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
"integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
"dev": true,
"hasInstallScript": true,
"optional": true,
"os": [
......@@ -4070,6 +4047,7 @@
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
"integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
"dev": true,
"dependencies": {
"is-glob": "^4.0.1"
},
......@@ -4405,18 +4383,6 @@
"integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
"dev": true
},
"node_modules/is-binary-path": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
"integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
"peer": true,
"dependencies": {
"binary-extensions": "^2.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/is-core-module": {
"version": "2.11.0",
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.11.0.tgz",
......@@ -4433,6 +4399,7 @@
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
"integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
"dev": true,
"engines": {
"node": ">=0.10.0"
}
......@@ -4473,6 +4440,7 @@
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
"integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
"dev": true,
"dependencies": {
"is-extglob": "^2.1.1"
},
......@@ -4484,6 +4452,7 @@
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
"integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
"dev": true,
"engines": {
"node": ">=0.12.0"
}
......@@ -5247,9 +5216,9 @@
}
},
"node_modules/koa": {
"version": "2.14.1",
"resolved": "https://registry.npmjs.org/koa/-/koa-2.14.1.tgz",
"integrity": "sha512-USJFyZgi2l0wDgqkfD27gL4YGno7TfUkcmOe6UOLFOVuN+J7FwnNu4Dydl4CUQzraM1lBAiGed0M9OVJoT0Kqw==",
"version": "2.14.2",
"resolved": "https://registry.npmjs.org/koa/-/koa-2.14.2.tgz",
"integrity": "sha512-VFI2bpJaodz6P7x2uyLiX6RLYpZmOJqNmoCst/Yyd7hQlszyPwG/I9CQJ63nOtKSxpt5M7NH67V6nJL2BwCl7g==",
"dependencies": {
"accepts": "^1.3.5",
"cache-content-type": "^1.0.0",
......@@ -5280,9 +5249,9 @@
}
},
"node_modules/koa-bodyparser": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/koa-bodyparser/-/koa-bodyparser-4.3.0.tgz",
"integrity": "sha512-uyV8G29KAGwZc4q/0WUAjH+Tsmuv9ImfBUF2oZVyZtaeo0husInagyn/JH85xMSxM0hEk/mbCII5ubLDuqW/Rw==",
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/koa-bodyparser/-/koa-bodyparser-4.4.0.tgz",
"integrity": "sha512-AXPY7wwKZUmbgb8VkTEUFoRNOlx6aWRJwEnQD+zfNf33/7KSAkN4Oo9BqlIk80D+5TvuqlhpQT5dPVcyxl5Zsw==",
"dependencies": {
"co-body": "^6.0.0",
"copy-to": "^2.0.1"
......@@ -5340,41 +5309,39 @@
}
},
"node_modules/koishi": {
"version": "4.11.4",
"resolved": "https://registry.npmjs.org/koishi/-/koishi-4.11.4.tgz",
"integrity": "sha512-FLngGwsCHvoPdEbzVCGB0KExxh0yJcQ5ivaepTTusqPH7oQeZHo9ROb02ncVAw7ZPpWrUDOzqlyIFdtS6OPcRg==",
"version": "4.13.0",
"resolved": "https://registry.npmjs.org/koishi/-/koishi-4.13.0.tgz",
"integrity": "sha512-IW+VQ4hcH2QvThhVAfSIP1GZYi59rXkQgROzqG6J+m1O593Qt39p0RpexiofGMkJtn/JYGtZ2/ugUr1f4gjf8Q==",
"peer": true,
"dependencies": {
"@koishijs/core": "4.11.4",
"@koishijs/loader": "2.5.4",
"@koishijs/utils": "^7.0.0",
"@satorijs/satori": "^2.1.0",
"@koishijs/core": "4.13.0",
"@koishijs/loader": "3.2.0",
"@koishijs/utils": "^7.0.2",
"@satorijs/satori": "^2.3.7",
"cac": "^6.7.14",
"chokidar": "^3.5.3",
"kleur": "^4.1.5",
"ns-require": "^1.1.4",
"throttle-debounce": "^3.0.1"
"ns-require": "^1.1.4"
},
"bin": {
"koishi": "lib/cli/index.js"
"koishi": "bin.js"
},
"engines": {
"node": ">=12.0.0"
}
},
"node_modules/koishi-thirdeye": {
"version": "11.1.21",
"resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-11.1.21.tgz",
"integrity": "sha512-7IiKSCcqPsxSaoK+00k+8R7CcoJA8l2kDZsTDCM7pEtsGFFZGkbeLuRHd0Py4L5KNzO4teMHwBFLfGyaFIktUQ==",
"version": "11.2.0",
"resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-11.2.0.tgz",
"integrity": "sha512-IMpbinXTPdYj1DH36g6O9h2d/C+GcK55marc+9Wm0zj6mDs2xN7pGgufuGL63ymo1raUfFqH64mBq+pzPPrjcA==",
"dependencies": {
"@types/koa": "^2.13.5",
"@types/koa__router": "^12.0.0",
"cordis-decorators": "^1.0.24",
"minato-decorators": "^2.2.2",
"cordis-decorators": "^1.0.26",
"minato-decorators": "^2.2.3",
"rxjs": "^7.5.6"
},
"peerDependencies": {
"koishi": "^4.11.1"
"koishi": "^4.13.0"
}
},
"node_modules/koishi/node_modules/kleur": {
......@@ -5608,11 +5575,12 @@
}
},
"node_modules/minato-decorators": {
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/minato-decorators/-/minato-decorators-2.2.2.tgz",
"integrity": "sha512-eAIcmEPGy1HMIgIsSG+f6KHCNNPmm/Z9TzDBaTfgksKfBNKVb/JE2eZqjOo8VpHKNvEGw0bpsg8w8q4SSUmxpQ==",
"version": "2.2.3",
"resolved": "https://registry.npmjs.org/minato-decorators/-/minato-decorators-2.2.3.tgz",
"integrity": "sha512-OCvf2YiDMT/5tDQTIdjrpI3R5aU/SyJwqszN0ycR+sycrA0HwroTNxEKajtiQs5iHSYQzt8T1zwyYJzDei/oIQ==",
"dependencies": {
"@minatojs/core": "^2.0.1",
"cosmokit": "^1.4.1",
"typed-reflector": "^1.0.10"
}
},
......@@ -5749,6 +5717,7 @@
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
"integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
"dev": true,
"engines": {
"node": ">=0.10.0"
}
......@@ -6018,6 +5987,7 @@
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
"dev": true,
"engines": {
"node": ">=8.6"
},
......@@ -6333,9 +6303,9 @@
}
},
"node_modules/readable-web-to-node-stream/node_modules/readable-stream": {
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz",
"integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==",
"version": "3.6.2",
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
"integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
"peer": true,
"dependencies": {
"inherits": "^2.0.3",
......@@ -6346,18 +6316,6 @@
"node": ">= 6"
}
},
"node_modules/readdirp": {
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
"integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
"peer": true,
"dependencies": {
"picomatch": "^2.2.1"
},
"engines": {
"node": ">=8.10.0"
}
},
"node_modules/real-require": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/real-require/-/real-require-0.1.0.tgz",
......@@ -6598,12 +6556,12 @@
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
},
"node_modules/schemastery": {
"version": "3.7.0",
"resolved": "https://registry.npmjs.org/schemastery/-/schemastery-3.7.0.tgz",
"integrity": "sha512-vUs5HcWdtpqlL/Z1AwvFApllJk0jLtuItkwH5DDpie3Lw71DIA0Z7ohlnPF+fVN17QxJAI5xJtud62E3/EBoBQ==",
"version": "3.8.1",
"resolved": "https://registry.npmjs.org/schemastery/-/schemastery-3.8.1.tgz",
"integrity": "sha512-2y3HVoDtZncx+0GCPdDOQrDbwHMloykB+2s/sl4kXxVZyoZ+/U1fkS/FlbShRQt9UgwQ1f+iRlcsCChQBfkDwQ==",
"peer": true,
"dependencies": {
"cosmokit": "^1.4.0"
"cosmokit": "^1.4.2"
}
},
"node_modules/schemastery-gen": {
......@@ -7169,15 +7127,6 @@
"real-require": "^0.1.0"
}
},
"node_modules/throttle-debounce": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-3.0.1.tgz",
"integrity": "sha512-dTEWWNu6JmeVXY0ZYoPuH5cRIwc0MeGbJwah9KUNYSJwommQpCzTySTpEe8Gs1J23aeWEuAobe4Ag7EHVt/LOg==",
"peer": true,
"engines": {
"node": ">=10"
}
},
"node_modules/tiny-lru": {
"version": "8.0.2",
"resolved": "https://registry.npmjs.org/tiny-lru/-/tiny-lru-8.0.2.tgz",
......@@ -7206,6 +7155,7 @@
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
"integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
"dev": true,
"dependencies": {
"is-number": "^7.0.0"
},
......@@ -7551,15 +7501,15 @@
}
},
"node_modules/ws": {
"version": "8.11.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.11.0.tgz",
"integrity": "sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==",
"version": "8.13.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz",
"integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==",
"engines": {
"node": ">=10.0.0"
},
"peerDependencies": {
"bufferutil": "^4.0.1",
"utf-8-validate": "^5.0.2"
"utf-8-validate": ">=5.0.2"
},
"peerDependenciesMeta": {
"bufferutil": {
......@@ -8588,23 +8538,33 @@
}
},
"@koishijs/core": {
"version": "4.11.4",
"resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.11.4.tgz",
"integrity": "sha512-biwbprUTBreFgCyRaJc46Oenp/xcrWkxrrQ/9+YxWgSTQ7AF/a1Qz5XW3fN5wGdeHV/MhBTNdoS2y/+0V8Ew0g==",
"version": "4.13.0",
"resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.13.0.tgz",
"integrity": "sha512-oUhKPB0vB31zcF1szHzttz5A91qWv/kPIk7FM4TdsEjX6JYsOf8gQfsWn/M6nhw3VhAzZ76DpuInHoloe138mQ==",
"peer": true,
"requires": {
"@koishijs/utils": "^7.0.0",
"@minatojs/core": "^2.1.2",
"@satorijs/core": "^2.1.0",
"cordis": "^2.7.2",
"cosmokit": "^1.4.0",
"@koishijs/i18n-utils": "^1.0.0",
"@koishijs/utils": "^7.0.2",
"@minatojs/core": "^2.3.1",
"@satorijs/core": "^2.3.7",
"cordis": "^2.8.0",
"cosmokit": "^1.4.2",
"fastest-levenshtein": "^1.0.16"
}
},
"@koishijs/i18n-utils": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@koishijs/i18n-utils/-/i18n-utils-1.0.0.tgz",
"integrity": "sha512-eCGDBg7KQLJ76G+h8NJ8QePDLyliQ9DDoM89g3xeEInLLv+Gh6VWHqpgCw2XkxFwI7zJfmG5nyJAS7H31rS/TQ==",
"peer": true,
"requires": {
"cosmokit": "^1.4.2"
}
},
"@koishijs/loader": {
"version": "2.5.4",
"resolved": "https://registry.npmjs.org/@koishijs/loader/-/loader-2.5.4.tgz",
"integrity": "sha512-MAXhmVsXch7d4RkO3enXC/RG2GXcdu8wm/Vsmv1/G7B21e3UUSr6fubY/b84NA8mfxlpW11jYPh8Y51j7vCsVQ==",
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/@koishijs/loader/-/loader-3.2.0.tgz",
"integrity": "sha512-CamSk3PB8HSUpHGwgvfKdlHbh0hB7RWS9J9FZlJtoTtz4OY5ZymvwID9z7jK+lkA8GEVUQ09LPYozM9vh8OOSw==",
"peer": true,
"requires": {
"dotenv": "^16.0.3",
......@@ -8630,21 +8590,21 @@
}
},
"@koishijs/utils": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/@koishijs/utils/-/utils-7.0.0.tgz",
"integrity": "sha512-xfz6aoLoCVoX+OiVsy3mpiXPS7hUPiEaTVnPqHpELu9At8Hb2yhexDSBUWmWLvZ70jmJOUNUtCTbkDd+I0S2Ig==",
"version": "7.0.2",
"resolved": "https://registry.npmjs.org/@koishijs/utils/-/utils-7.0.2.tgz",
"integrity": "sha512-IX6f6WjH3UvVKJ8dOppekEihnHbAPXuAwG8ZeiVGyh2nj7NuVm2Vzfwr4YtXzf5Xj6qZecjFuWchi262BTAg2A==",
"peer": true,
"requires": {
"cosmokit": "^1.4.0",
"cosmokit": "^1.4.2",
"inaba": "^1.1.1"
}
},
"@minatojs/core": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/@minatojs/core/-/core-2.1.2.tgz",
"integrity": "sha512-7VDn+G2QybsDVlmZ0wcYeB0IN8q//qO5WZSdYizTcsXx1bCKEU+AUn/UPWN3eHRXvhVNI3YRBAoEKxkp357lDw==",
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/@minatojs/core/-/core-2.3.1.tgz",
"integrity": "sha512-3q37agKnVq9QHrJozw3ACk/Gt+i1xDY/o7363kFJmjQSxQfaQg5dHT0NqjwVxe4AyqYpTWh3487IVyEAAMe9kw==",
"requires": {
"cosmokit": "^1.4.0"
"cosmokit": "^1.4.1"
}
},
"@nestjs/common": {
......@@ -8775,50 +8735,49 @@
}
},
"@satorijs/core": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@satorijs/core/-/core-2.1.0.tgz",
"integrity": "sha512-2LduZz57SRyJ/Op5iqO1UUv0Q3UkuDIz3gk8j94orDYchN397MfxTv+uy3awGwKUlgfdCw2s3FloE7FL9UgopA==",
"version": "2.3.7",
"resolved": "https://registry.npmjs.org/@satorijs/core/-/core-2.3.7.tgz",
"integrity": "sha512-S73/8tf3z5d3iyJhhnaErm/ycLsi41PAcxnXbENdNsVGOzzTk14k4szTHiP0kgNH048eWaXrccn0+OrXt6tKFg==",
"peer": true,
"requires": {
"@satorijs/element": "^2.3.1",
"cordis": "^2.7.2",
"cordis-axios": "^3.0.0",
"cosmokit": "^1.4.0",
"@satorijs/element": "^2.4.2",
"cordis": "^2.8.0",
"cordis-axios": "^3.1.2",
"cosmokit": "^1.4.2",
"reggol": "^1.3.5",
"schemastery": "^3.7.0",
"ws": "^8.11.0"
"schemastery": "^3.8.1",
"ws": "^8.13.0"
}
},
"@satorijs/element": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/@satorijs/element/-/element-2.3.1.tgz",
"integrity": "sha512-p1hQVy56nfJ2dw1noEHkV7hKpC9yqe5u3Vla+CSPqXU12uB4zqv96rjT9n4WulNGl8XTzqWxp8q8KWqhSI8JFA==",
"version": "2.4.2",
"resolved": "https://registry.npmjs.org/@satorijs/element/-/element-2.4.2.tgz",
"integrity": "sha512-IApzusrRuKNVMldyeiv0DIEXf885LFCgfATBdK5lTs4M92MBzhskwkPvfggGj9tza4F32CKv86z6P+h3i/x2qw==",
"peer": true,
"requires": {
"cosmokit": "^1.4.0"
"cosmokit": "^1.4.2"
}
},
"@satorijs/satori": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@satorijs/satori/-/satori-2.1.0.tgz",
"integrity": "sha512-VZX3cJvuxxWCYpp4hok0NFRsGZL+5jE5EbfyibKL3XjsC/9MmtPSdbECfPstQS1PmGcoOAaq15DCSTy/rnSalA==",
"version": "2.3.7",
"resolved": "https://registry.npmjs.org/@satorijs/satori/-/satori-2.3.7.tgz",
"integrity": "sha512-6iSlenin+q08IJVUSP4mCsYW0LKfje44P2PR+2U6E+CczXXU1HwvXRS0m+D5dPe0PhH6y3dL84iuVD/VJQx90Q==",
"peer": true,
"requires": {
"@koa/router": "^10.1.1",
"@satorijs/core": "2.1.0",
"@satorijs/core": "2.3.7",
"@types/koa": "*",
"@types/koa__router": "*",
"@types/ws": "^8.5.3",
"agent-base": "^6.0.2",
"@types/ws": "^8.5.4",
"file-type": "^16.5.4",
"http-proxy-agent": "^5.0.0",
"https-proxy-agent": "^5.0.1",
"koa": "^2.14.1",
"koa-bodyparser": "^4.3.0",
"koa": "^2.14.2",
"koa-bodyparser": "^4.4.0",
"parseurl": "^1.3.3",
"path-to-regexp": "^6.2.1",
"socks-proxy-agent": "^5.0.1",
"ws": "^8.11.0"
"ws": "^8.13.0"
},
"dependencies": {
"path-to-regexp": {
......@@ -9139,9 +9098,9 @@
}
},
"@types/ws": {
"version": "8.5.3",
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.3.tgz",
"integrity": "sha512-6YOoWjruKj1uLf3INHH7D3qTXwFfEsg1kf3c0uDdSBJwfa/llkwIjrAGV7j7mVgGNbzTQ3HiHKKDXl6bJPD97w==",
"version": "8.5.4",
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.4.tgz",
"integrity": "sha512-zdQDHKUgcX/zBc4GrwsE/7dVdAD8JR4EuiAXiiUhhfyIJXXb2+PrGshFyeXWQPMmmZ2XxgaqclgpIC7eTXc1mg==",
"requires": {
"@types/node": "*"
}
......@@ -9372,6 +9331,7 @@
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz",
"integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==",
"dev": true,
"requires": {
"normalize-path": "^3.0.0",
"picomatch": "^2.0.4"
......@@ -9531,12 +9491,6 @@
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
"dev": true
},
"binary-extensions": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",
"integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==",
"peer": true
},
"body-parser": {
"version": "1.20.0",
"resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.0.tgz",
......@@ -9588,6 +9542,7 @@
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
"integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
"dev": true,
"requires": {
"fill-range": "^7.0.1"
}
......@@ -9699,22 +9654,6 @@
"integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==",
"dev": true
},
"chokidar": {
"version": "3.5.3",
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz",
"integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==",
"peer": true,
"requires": {
"anymatch": "~3.1.2",
"braces": "~3.0.2",
"fsevents": "~2.3.2",
"glob-parent": "~5.1.2",
"is-binary-path": "~2.1.0",
"is-glob": "~4.0.1",
"normalize-path": "~3.0.0",
"readdirp": "~3.6.0"
}
},
"ci-info": {
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.5.0.tgz",
......@@ -9863,29 +9802,29 @@
"integrity": "sha512-3DdaFaU/Zf1AnpLiFDeNCD4TOWe3Zl2RZaTzUvWiIk5ERzcCodOE20Vqq4fzCbNoHURFHT4/us/Lfq+S2zyY4w=="
},
"cordis": {
"version": "2.7.2",
"resolved": "https://registry.npmjs.org/cordis/-/cordis-2.7.2.tgz",
"integrity": "sha512-bM+4P1bhIawrXRLvBMoxfWwSHebm0B3n0sM+T/FCED/iMUnEs6N9Y7lwJ2gDo2fm0wvu4JzU8cuMKrxqroq16Q==",
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/cordis/-/cordis-2.8.0.tgz",
"integrity": "sha512-j1LTUayWF0ZYnVlgsuZD0AgVIEvfhKIzsDLsOMLtV9GoVIahV0k/1PzRZXuCSEOdA1/ZBcD3AUngaLlgL60dJQ==",
"peer": true,
"requires": {
"cosmokit": "^1.4.0"
"cosmokit": "^1.4.2"
}
},
"cordis-axios": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/cordis-axios/-/cordis-axios-3.0.0.tgz",
"integrity": "sha512-fYFw6vezgDP9n8GMCHUW+n8hPkWueX0RpGipu5lU/aRDwNzeGQaYdSv737cRh/N7cPsGqZqGJcZUgYBPzxrB7A==",
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/cordis-axios/-/cordis-axios-3.1.2.tgz",
"integrity": "sha512-Q0BfECvKxGW9JupvQnkpgczPOB+3bsvvbwlWcVt/M+O+gTurryo6FDv7hn4M+CjZLzYevvR0P+pXXRuk9naY0A==",
"peer": true,
"requires": {
"axios": "~1.1.3",
"cosmokit": "^1.4.0",
"cosmokit": "^1.4.2",
"mime-db": "^1.52.0"
}
},
"cordis-decorators": {
"version": "1.0.24",
"resolved": "https://registry.npmjs.org/cordis-decorators/-/cordis-decorators-1.0.24.tgz",
"integrity": "sha512-yXD2Z0cRYTHQBh788mIADbhA7X2dV/WQfiC/4xcTrsF4R4A0ZoCQlt1AULKaGBAwD80VgNrc14Ok3SmKSRJmcQ==",
"version": "1.0.26",
"resolved": "https://registry.npmjs.org/cordis-decorators/-/cordis-decorators-1.0.26.tgz",
"integrity": "sha512-f57gwXkTgduBXL6uwEzT1kkSQLP5eNZleQrK0hGJ+9TwwF3sbh8WQUI0NDgQcTXblV5/aCvGvHCovALKc7i2KA==",
"requires": {
"mustache": "^4.2.0",
"reflect-metadata": "^0.1.13",
......@@ -9911,9 +9850,9 @@
}
},
"cosmokit": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/cosmokit/-/cosmokit-1.4.0.tgz",
"integrity": "sha512-9Y5epwkPxnWDSjweuWoFATY8GKg9N1/r/3wL32Cjs7FIvo0S9syyY39xmNKq7+SZjbw+9bZUSbeQSbJaqufV3Q=="
"version": "1.4.2",
"resolved": "https://registry.npmjs.org/cosmokit/-/cosmokit-1.4.2.tgz",
"integrity": "sha512-sUf9VhXySAHqH/CvTb8ATDDQWiMs115DKz+SLTdcjY4h9txWUhbRvUUrtgr8dhmWJdLN6o+Ow7UvvtBdvbaH2g=="
},
"cross-spawn": {
"version": "7.0.3",
......@@ -10552,6 +10491,7 @@
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
"integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
"dev": true,
"requires": {
"to-regex-range": "^5.0.1"
}
......@@ -10681,6 +10621,7 @@
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
"integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
"dev": true,
"optional": true
},
"function-bind": {
......@@ -10746,6 +10687,7 @@
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
"integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
"dev": true,
"requires": {
"is-glob": "^4.0.1"
}
......@@ -10979,15 +10921,6 @@
"integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
"dev": true
},
"is-binary-path": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
"integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
"peer": true,
"requires": {
"binary-extensions": "^2.0.0"
}
},
"is-core-module": {
"version": "2.11.0",
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.11.0.tgz",
......@@ -11000,7 +10933,8 @@
"is-extglob": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
"integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ=="
"integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
"dev": true
},
"is-fullwidth-code-point": {
"version": "3.0.0",
......@@ -11026,6 +10960,7 @@
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
"integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
"dev": true,
"requires": {
"is-extglob": "^2.1.1"
}
......@@ -11033,7 +10968,8 @@
"is-number": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
"integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng=="
"integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
"dev": true
},
"is-stream": {
"version": "2.0.1",
......@@ -11618,9 +11554,9 @@
"dev": true
},
"koa": {
"version": "2.14.1",
"resolved": "https://registry.npmjs.org/koa/-/koa-2.14.1.tgz",
"integrity": "sha512-USJFyZgi2l0wDgqkfD27gL4YGno7TfUkcmOe6UOLFOVuN+J7FwnNu4Dydl4CUQzraM1lBAiGed0M9OVJoT0Kqw==",
"version": "2.14.2",
"resolved": "https://registry.npmjs.org/koa/-/koa-2.14.2.tgz",
"integrity": "sha512-VFI2bpJaodz6P7x2uyLiX6RLYpZmOJqNmoCst/Yyd7hQlszyPwG/I9CQJ63nOtKSxpt5M7NH67V6nJL2BwCl7g==",
"requires": {
"accepts": "^1.3.5",
"cache-content-type": "^1.0.0",
......@@ -11674,9 +11610,9 @@
}
},
"koa-bodyparser": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/koa-bodyparser/-/koa-bodyparser-4.3.0.tgz",
"integrity": "sha512-uyV8G29KAGwZc4q/0WUAjH+Tsmuv9ImfBUF2oZVyZtaeo0husInagyn/JH85xMSxM0hEk/mbCII5ubLDuqW/Rw==",
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/koa-bodyparser/-/koa-bodyparser-4.4.0.tgz",
"integrity": "sha512-AXPY7wwKZUmbgb8VkTEUFoRNOlx6aWRJwEnQD+zfNf33/7KSAkN4Oo9BqlIk80D+5TvuqlhpQT5dPVcyxl5Zsw==",
"requires": {
"co-body": "^6.0.0",
"copy-to": "^2.0.1"
......@@ -11697,20 +11633,18 @@
}
},
"koishi": {
"version": "4.11.4",
"resolved": "https://registry.npmjs.org/koishi/-/koishi-4.11.4.tgz",
"integrity": "sha512-FLngGwsCHvoPdEbzVCGB0KExxh0yJcQ5ivaepTTusqPH7oQeZHo9ROb02ncVAw7ZPpWrUDOzqlyIFdtS6OPcRg==",
"version": "4.13.0",
"resolved": "https://registry.npmjs.org/koishi/-/koishi-4.13.0.tgz",
"integrity": "sha512-IW+VQ4hcH2QvThhVAfSIP1GZYi59rXkQgROzqG6J+m1O593Qt39p0RpexiofGMkJtn/JYGtZ2/ugUr1f4gjf8Q==",
"peer": true,
"requires": {
"@koishijs/core": "4.11.4",
"@koishijs/loader": "2.5.4",
"@koishijs/utils": "^7.0.0",
"@satorijs/satori": "^2.1.0",
"@koishijs/core": "4.13.0",
"@koishijs/loader": "3.2.0",
"@koishijs/utils": "^7.0.2",
"@satorijs/satori": "^2.3.7",
"cac": "^6.7.14",
"chokidar": "^3.5.3",
"kleur": "^4.1.5",
"ns-require": "^1.1.4",
"throttle-debounce": "^3.0.1"
"ns-require": "^1.1.4"
},
"dependencies": {
"kleur": {
......@@ -11722,14 +11656,14 @@
}
},
"koishi-thirdeye": {
"version": "11.1.21",
"resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-11.1.21.tgz",
"integrity": "sha512-7IiKSCcqPsxSaoK+00k+8R7CcoJA8l2kDZsTDCM7pEtsGFFZGkbeLuRHd0Py4L5KNzO4teMHwBFLfGyaFIktUQ==",
"version": "11.2.0",
"resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-11.2.0.tgz",
"integrity": "sha512-IMpbinXTPdYj1DH36g6O9h2d/C+GcK55marc+9Wm0zj6mDs2xN7pGgufuGL63ymo1raUfFqH64mBq+pzPPrjcA==",
"requires": {
"@types/koa": "^2.13.5",
"@types/koa__router": "^12.0.0",
"cordis-decorators": "^1.0.24",
"minato-decorators": "^2.2.2",
"cordis-decorators": "^1.0.26",
"minato-decorators": "^2.2.3",
"rxjs": "^7.5.6"
}
},
......@@ -11910,11 +11844,12 @@
"dev": true
},
"minato-decorators": {
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/minato-decorators/-/minato-decorators-2.2.2.tgz",
"integrity": "sha512-eAIcmEPGy1HMIgIsSG+f6KHCNNPmm/Z9TzDBaTfgksKfBNKVb/JE2eZqjOo8VpHKNvEGw0bpsg8w8q4SSUmxpQ==",
"version": "2.2.3",
"resolved": "https://registry.npmjs.org/minato-decorators/-/minato-decorators-2.2.3.tgz",
"integrity": "sha512-OCvf2YiDMT/5tDQTIdjrpI3R5aU/SyJwqszN0ycR+sycrA0HwroTNxEKajtiQs5iHSYQzt8T1zwyYJzDei/oIQ==",
"requires": {
"@minatojs/core": "^2.0.1",
"cosmokit": "^1.4.1",
"typed-reflector": "^1.0.10"
}
},
......@@ -12026,7 +11961,8 @@
"normalize-path": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
"integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA=="
"integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
"dev": true
},
"npm-run-path": {
"version": "4.0.1",
......@@ -12221,7 +12157,8 @@
"picomatch": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA=="
"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
"dev": true
},
"pino": {
"version": "8.1.0",
......@@ -12458,9 +12395,9 @@
},
"dependencies": {
"readable-stream": {
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz",
"integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==",
"version": "3.6.2",
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
"integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
"peer": true,
"requires": {
"inherits": "^2.0.3",
......@@ -12470,15 +12407,6 @@
}
}
},
"readdirp": {
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
"integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
"peer": true,
"requires": {
"picomatch": "^2.2.1"
}
},
"real-require": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/real-require/-/real-require-0.1.0.tgz",
......@@ -12640,12 +12568,12 @@
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
},
"schemastery": {
"version": "3.7.0",
"resolved": "https://registry.npmjs.org/schemastery/-/schemastery-3.7.0.tgz",
"integrity": "sha512-vUs5HcWdtpqlL/Z1AwvFApllJk0jLtuItkwH5DDpie3Lw71DIA0Z7ohlnPF+fVN17QxJAI5xJtud62E3/EBoBQ==",
"version": "3.8.1",
"resolved": "https://registry.npmjs.org/schemastery/-/schemastery-3.8.1.tgz",
"integrity": "sha512-2y3HVoDtZncx+0GCPdDOQrDbwHMloykB+2s/sl4kXxVZyoZ+/U1fkS/FlbShRQt9UgwQ1f+iRlcsCChQBfkDwQ==",
"peer": true,
"requires": {
"cosmokit": "^1.4.0"
"cosmokit": "^1.4.2"
}
},
"schemastery-gen": {
......@@ -13098,12 +13026,6 @@
"real-require": "^0.1.0"
}
},
"throttle-debounce": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-3.0.1.tgz",
"integrity": "sha512-dTEWWNu6JmeVXY0ZYoPuH5cRIwc0MeGbJwah9KUNYSJwommQpCzTySTpEe8Gs1J23aeWEuAobe4Ag7EHVt/LOg==",
"peer": true
},
"tiny-lru": {
"version": "8.0.2",
"resolved": "https://registry.npmjs.org/tiny-lru/-/tiny-lru-8.0.2.tgz",
......@@ -13126,6 +13048,7 @@
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
"integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
"dev": true,
"requires": {
"is-number": "^7.0.0"
}
......@@ -13353,9 +13276,9 @@
}
},
"ws": {
"version": "8.11.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.11.0.tgz",
"integrity": "sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==",
"version": "8.13.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz",
"integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==",
"requires": {}
},
"xtend": {
......
......@@ -33,7 +33,7 @@
"peerDependencies": {
"@nestjs/common": "^9.0.3 || ^8.0.0",
"@nestjs/core": "^9.0.3 || ^8.0.0",
"koishi": "^4.11.4",
"koishi": "^4.13.0",
"rxjs": "^7.5.5"
},
"devDependencies": {
......@@ -65,7 +65,7 @@
"@types/ws": "^8.5.3",
"koa": "^2.13.4",
"koa-bodyparser": "^4.3.0",
"koishi-thirdeye": "^11.1.21",
"koishi-thirdeye": "^11.2.0",
"typed-reflector": "^1.0.11",
"ws": "^8.7.0"
},
......
......@@ -20,7 +20,6 @@ export class KoishiExceptionHandlerService extends ConsoleLogger {
handleActionException(e: Error) {
if (e instanceof SessionError) {
console.log('session error');
throw e;
}
if (e instanceof HttpException || e instanceof WsException) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment