Commit 5ef6c546 authored by nanahira's avatar nanahira

catchup

parent 66bc07ec
......@@ -14,7 +14,7 @@
"@types/ws": "^8.2.0",
"koa": "^2.13.3",
"koa-bodyparser": "^4.3.0",
"koishi-decorators": "^1.0.7",
"koishi-decorators": "^1.1.1",
"lodash": "^4.17.21",
"ws": "^8.2.3"
},
......@@ -34,7 +34,7 @@
"eslint-plugin-prettier": "^3.4.1",
"express": "^4.17.1",
"jest": "^27.4.4",
"koishi": "^4.2.0",
"koishi": "4.2.1",
"prettier": "^2.4.1",
"rimraf": "^3.0.2",
"supertest": "^6.1.6",
......@@ -44,7 +44,7 @@
"peerDependencies": {
"@nestjs/common": "^8.2.6",
"@nestjs/core": "^8.2.6",
"koishi": "^4.2.0",
"koishi": "^4.2.1",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.5.4"
}
......@@ -1039,22 +1039,22 @@
"integrity": "sha512-f66KywYG6+43afgE/8j/GoiNyygk/bnoCbps++3ErRKsIYkGGupyv07R2Ok5m9i67Iqc+T2g1eAUGUPzWhYTyg=="
},
"node_modules/@koishijs/core": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.2.0.tgz",
"integrity": "sha512-kL92JnrPTGb7kMcgGh1FmKfg1Hah22J4Fd1LKmD7JRs6Gum8SpdPMrBl+APd5qrwOQIykWdieAb9GuW1PmAIYA==",
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.2.1.tgz",
"integrity": "sha512-ZbFquhAP+IPzRp6qHmiMJdkhqR2ai90ROqRiZZijfDliwlsHwsavYx22b+H9eUthCYBbMBjjGjxtdzX5tdpWVg==",
"dependencies": {
"@koishijs/utils": "^5.0.0",
"@koishijs/utils": "^5.0.1",
"fastest-levenshtein": "^1.0.12",
"schemastery": "^2.4.1"
"schemastery": "^2.4.2"
},
"engines": {
"node": ">=12.0.0"
}
},
"node_modules/@koishijs/utils": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/@koishijs/utils/-/utils-5.0.0.tgz",
"integrity": "sha512-3ng7VkQZAP+EHdRLSbio5H36LDKRxy4OfooRKgol+gef2Yd0KOKYbVmGVud7/mZZExCPkaZVCwocKB/bKA4Xvw==",
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/@koishijs/utils/-/utils-5.0.1.tgz",
"integrity": "sha512-usWsR//YsvepI65+KN7ma2sxYF8Nlq5V88BbJS0X8l2+E/NEetSKYJqtwUX2TgtDW+tHxbje0IoHVccJMDRmyg==",
"dependencies": {
"supports-color": "^8.1.0"
}
......@@ -5332,13 +5332,13 @@
}
},
"node_modules/koishi": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/koishi/-/koishi-4.2.0.tgz",
"integrity": "sha512-7HD4BQWsTwMs98LjWwntbT23YLxxA1NN9N1o7Oy4ZQp21xA3fqEL5BdcZbTgjji2SQW0L/kWsAW4B8Orel74zA==",
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/koishi/-/koishi-4.2.1.tgz",
"integrity": "sha512-E68YfIMUnL05gIX7KXsyj2IXSCu+QKyOaANbyHAy0t+FO0o7CepsFxRP4BHTtcX/KwoELLOu670KT5DMQvb2nw==",
"dependencies": {
"@koa/router": "^10.1.1",
"@koishijs/core": "^4.2.0",
"@koishijs/utils": "^5.0.0",
"@koishijs/core": "^4.2.1",
"@koishijs/utils": "^5.0.1",
"@types/koa": "*",
"@types/koa__router": "*",
"@types/ws": "^8.2.2",
......@@ -5356,9 +5356,9 @@
}
},
"node_modules/koishi-decorators": {
"version": "1.0.7",
"resolved": "https://registry.npmjs.org/koishi-decorators/-/koishi-decorators-1.0.7.tgz",
"integrity": "sha512-HD1neCNJFqujMm5eOa8hULAG17QLH0E1hBr7IzFnKHqNFPkSDtzgbOPGObOIhU6vefjQI17g28LMTU8sNEAedg==",
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/koishi-decorators/-/koishi-decorators-1.1.1.tgz",
"integrity": "sha512-AaumjnVTT8N7jJ67w16blSez9z+Pi+duuJusheIq3Hmkvx+iRxkpp3w0IvlU69gHqdQRK3Z4qNNC+KrMPDORUg==",
"dependencies": {
"@types/koa": "^2.13.4",
"@types/koa__router": "^8.0.11",
......@@ -5367,7 +5367,7 @@
"typed-reflector": "^1.0.9"
},
"peerDependencies": {
"koishi": "^4.2.0"
"koishi": "^4.2.1"
}
},
"node_modules/koishi/node_modules/path-to-regexp": {
......@@ -6461,9 +6461,9 @@
}
},
"node_modules/schemastery": {
"version": "2.4.1",
"resolved": "https://registry.npmjs.org/schemastery/-/schemastery-2.4.1.tgz",
"integrity": "sha512-BBXNUBLlYv3WR0C/EmwMiAUkwv9wWUCwYt13F3wgkoaecAY5JtWTQkHSzZk3UmL+KumfYkCnBIlHxfwFXd4Cyg=="
"version": "2.4.2",
"resolved": "https://registry.npmjs.org/schemastery/-/schemastery-2.4.2.tgz",
"integrity": "sha512-0sCJuGa7LyAtnoXEVwUKSPSTMfizA0zpK0kX7dzGPLpeLuxgJg7VVyR2KFsfHg+WlqYbUOvoGY7JSNPk5I5uHQ=="
},
"node_modules/semver": {
"version": "7.3.5",
......@@ -8344,19 +8344,19 @@
}
},
"@koishijs/core": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.2.0.tgz",
"integrity": "sha512-kL92JnrPTGb7kMcgGh1FmKfg1Hah22J4Fd1LKmD7JRs6Gum8SpdPMrBl+APd5qrwOQIykWdieAb9GuW1PmAIYA==",
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.2.1.tgz",
"integrity": "sha512-ZbFquhAP+IPzRp6qHmiMJdkhqR2ai90ROqRiZZijfDliwlsHwsavYx22b+H9eUthCYBbMBjjGjxtdzX5tdpWVg==",
"requires": {
"@koishijs/utils": "^5.0.0",
"@koishijs/utils": "^5.0.1",
"fastest-levenshtein": "^1.0.12",
"schemastery": "^2.4.1"
"schemastery": "^2.4.2"
}
},
"@koishijs/utils": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/@koishijs/utils/-/utils-5.0.0.tgz",
"integrity": "sha512-3ng7VkQZAP+EHdRLSbio5H36LDKRxy4OfooRKgol+gef2Yd0KOKYbVmGVud7/mZZExCPkaZVCwocKB/bKA4Xvw==",
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/@koishijs/utils/-/utils-5.0.1.tgz",
"integrity": "sha512-usWsR//YsvepI65+KN7ma2sxYF8Nlq5V88BbJS0X8l2+E/NEetSKYJqtwUX2TgtDW+tHxbje0IoHVccJMDRmyg==",
"requires": {
"supports-color": "^8.1.0"
},
......@@ -11626,13 +11626,13 @@
}
},
"koishi": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/koishi/-/koishi-4.2.0.tgz",
"integrity": "sha512-7HD4BQWsTwMs98LjWwntbT23YLxxA1NN9N1o7Oy4ZQp21xA3fqEL5BdcZbTgjji2SQW0L/kWsAW4B8Orel74zA==",
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/koishi/-/koishi-4.2.1.tgz",
"integrity": "sha512-E68YfIMUnL05gIX7KXsyj2IXSCu+QKyOaANbyHAy0t+FO0o7CepsFxRP4BHTtcX/KwoELLOu670KT5DMQvb2nw==",
"requires": {
"@koa/router": "^10.1.1",
"@koishijs/core": "^4.2.0",
"@koishijs/utils": "^5.0.0",
"@koishijs/core": "^4.2.1",
"@koishijs/utils": "^5.0.1",
"@types/koa": "*",
"@types/koa__router": "*",
"@types/ws": "^8.2.2",
......@@ -11654,9 +11654,9 @@
}
},
"koishi-decorators": {
"version": "1.0.7",
"resolved": "https://registry.npmjs.org/koishi-decorators/-/koishi-decorators-1.0.7.tgz",
"integrity": "sha512-HD1neCNJFqujMm5eOa8hULAG17QLH0E1hBr7IzFnKHqNFPkSDtzgbOPGObOIhU6vefjQI17g28LMTU8sNEAedg==",
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/koishi-decorators/-/koishi-decorators-1.1.1.tgz",
"integrity": "sha512-AaumjnVTT8N7jJ67w16blSez9z+Pi+duuJusheIq3Hmkvx+iRxkpp3w0IvlU69gHqdQRK3Z4qNNC+KrMPDORUg==",
"requires": {
"@types/koa": "^2.13.4",
"@types/koa__router": "^8.0.11",
......@@ -12474,9 +12474,9 @@
}
},
"schemastery": {
"version": "2.4.1",
"resolved": "https://registry.npmjs.org/schemastery/-/schemastery-2.4.1.tgz",
"integrity": "sha512-BBXNUBLlYv3WR0C/EmwMiAUkwv9wWUCwYt13F3wgkoaecAY5JtWTQkHSzZk3UmL+KumfYkCnBIlHxfwFXd4Cyg=="
"version": "2.4.2",
"resolved": "https://registry.npmjs.org/schemastery/-/schemastery-2.4.2.tgz",
"integrity": "sha512-0sCJuGa7LyAtnoXEVwUKSPSTMfizA0zpK0kX7dzGPLpeLuxgJg7VVyR2KFsfHg+WlqYbUOvoGY7JSNPk5I5uHQ=="
},
"semver": {
"version": "7.3.5",
......
......@@ -33,7 +33,7 @@
"peerDependencies": {
"@nestjs/common": "^8.2.6",
"@nestjs/core": "^8.2.6",
"koishi": "^4.2.0",
"koishi": "^4.2.1",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.5.4"
},
......@@ -53,7 +53,7 @@
"eslint-plugin-prettier": "^3.4.1",
"express": "^4.17.1",
"jest": "^27.4.4",
"koishi": "^4.2.0",
"koishi": "4.2.1",
"prettier": "^2.4.1",
"rimraf": "^3.0.2",
"supertest": "^6.1.6",
......@@ -66,7 +66,7 @@
"@types/ws": "^8.2.0",
"koa": "^2.13.3",
"koa-bodyparser": "^4.3.0",
"koishi-decorators": "^1.0.7",
"koishi-decorators": "^1.1.1",
"lodash": "^4.17.21",
"ws": "^8.2.3"
},
......
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