Commit 472a913c authored by nanahira's avatar nanahira

bump for koishi-thirdeye

parent 5042b8d7
......@@ -36,7 +36,7 @@
"ws": "^8.5.0"
},
"peerDependencies": {
"koishi": "^4.6.3"
"koishi": "^4.7.0"
}
},
"node_modules/@ampproject/remapping": {
......@@ -1057,14 +1057,14 @@
}
},
"node_modules/@koishijs/core": {
"version": "4.6.3",
"resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.6.3.tgz",
"integrity": "sha512-Dnqkr8D3GJo4MFzd5h/P52VleswRCs71z9APfJEzwo5cgzOzcl757o+U0B+YUQJVGZW0hpVWeoThQnr9nj6aEA==",
"version": "4.7.0",
"resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.7.0.tgz",
"integrity": "sha512-MCF8eJaDV8Bw74N3GesFMaxBmRfrUCvez4SwAPkODjRk2uuQpmnxKCAOJu/AFxyyLLg/vQNTGUMG4mPW8RDIyA==",
"peer": true,
"dependencies": {
"@koishijs/utils": "^5.4.2",
"cosmotype": "^1.0.9",
"@koishijs/utils": "^5.4.3",
"fastest-levenshtein": "^1.0.12",
"minato": "^1.0.10",
"ns-require": "^1.1.2"
},
"engines": {
......@@ -2583,16 +2583,6 @@
"integrity": "sha512-cSNrcyxZ3GT+tjSlUzWIzMiK7Wndq1Nm/2tlRhT65RXltSIcH5zaHdmnz1TnIhLuOViaO9qfSdnRPzxNkxMv0g==",
"peer": true
},
"node_modules/cosmotype": {
"version": "1.0.10",
"resolved": "https://registry.npmjs.org/cosmotype/-/cosmotype-1.0.10.tgz",
"integrity": "sha512-2M3wLFEGyPMprkpwwkKiS35ubU854jVeREqGQmsxsmSxrEsZ9k1c0Z1ttEQ+ETRyCtC6yLO4Bo4Ax1++D8Rm+Q==",
"peer": true,
"dependencies": {
"cosmokit": "^1.1.2",
"ns-require": "^1.1.2"
}
},
"node_modules/create-require": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz",
......@@ -5139,14 +5129,14 @@
}
},
"node_modules/koishi": {
"version": "4.6.3",
"resolved": "https://registry.npmjs.org/koishi/-/koishi-4.6.3.tgz",
"integrity": "sha512-Ty4pEgC614yftel2JvUMSzBClhLnkVvXbcx5PuUioKXokcj8AvtUrvwxWrpu1kb0/ExHG8pcucbstrsdvBQFvA==",
"version": "4.7.0",
"resolved": "https://registry.npmjs.org/koishi/-/koishi-4.7.0.tgz",
"integrity": "sha512-aCtfE+QydqbcpoOspOp/QCY1CAXieqnPIR101eKtODgrPBHUVc8XbXbkqGAzx6c2kr6wC7mE4ZLBgECqGBn7tw==",
"peer": true,
"dependencies": {
"@koa/router": "^10.1.1",
"@koishijs/core": "^4.6.3",
"@koishijs/utils": "^5.4.2",
"@koishijs/core": "^4.7.0",
"@koishijs/utils": "^5.4.3",
"@types/koa": "*",
"@types/koa__router": "*",
"@types/ws": "^8.5.3",
......@@ -5371,6 +5361,16 @@
"node": ">=6"
}
},
"node_modules/minato": {
"version": "1.0.10",
"resolved": "https://registry.npmjs.org/minato/-/minato-1.0.10.tgz",
"integrity": "sha512-1R3cTrtz/xZocWBfmgHsNy6V/nILjyMksKDuGtvqjjToImdgqkQrHmW2ZpdOJaaXM/apivY/KqMEf0o0jksKkw==",
"peer": true,
"dependencies": {
"cosmokit": "^1.1.2",
"ns-require": "^1.1.2"
}
},
"node_modules/minimatch": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
......@@ -8331,14 +8331,14 @@
}
},
"@koishijs/core": {
"version": "4.6.3",
"resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.6.3.tgz",
"integrity": "sha512-Dnqkr8D3GJo4MFzd5h/P52VleswRCs71z9APfJEzwo5cgzOzcl757o+U0B+YUQJVGZW0hpVWeoThQnr9nj6aEA==",
"version": "4.7.0",
"resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.7.0.tgz",
"integrity": "sha512-MCF8eJaDV8Bw74N3GesFMaxBmRfrUCvez4SwAPkODjRk2uuQpmnxKCAOJu/AFxyyLLg/vQNTGUMG4mPW8RDIyA==",
"peer": true,
"requires": {
"@koishijs/utils": "^5.4.2",
"cosmotype": "^1.0.9",
"@koishijs/utils": "^5.4.3",
"fastest-levenshtein": "^1.0.12",
"minato": "^1.0.10",
"ns-require": "^1.1.2"
}
},
......@@ -9590,16 +9590,6 @@
"integrity": "sha512-cSNrcyxZ3GT+tjSlUzWIzMiK7Wndq1Nm/2tlRhT65RXltSIcH5zaHdmnz1TnIhLuOViaO9qfSdnRPzxNkxMv0g==",
"peer": true
},
"cosmotype": {
"version": "1.0.10",
"resolved": "https://registry.npmjs.org/cosmotype/-/cosmotype-1.0.10.tgz",
"integrity": "sha512-2M3wLFEGyPMprkpwwkKiS35ubU854jVeREqGQmsxsmSxrEsZ9k1c0Z1ttEQ+ETRyCtC6yLO4Bo4Ax1++D8Rm+Q==",
"peer": true,
"requires": {
"cosmokit": "^1.1.2",
"ns-require": "^1.1.2"
}
},
"create-require": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz",
......@@ -11502,14 +11492,14 @@
}
},
"koishi": {
"version": "4.6.3",
"resolved": "https://registry.npmjs.org/koishi/-/koishi-4.6.3.tgz",
"integrity": "sha512-Ty4pEgC614yftel2JvUMSzBClhLnkVvXbcx5PuUioKXokcj8AvtUrvwxWrpu1kb0/ExHG8pcucbstrsdvBQFvA==",
"version": "4.7.0",
"resolved": "https://registry.npmjs.org/koishi/-/koishi-4.7.0.tgz",
"integrity": "sha512-aCtfE+QydqbcpoOspOp/QCY1CAXieqnPIR101eKtODgrPBHUVc8XbXbkqGAzx6c2kr6wC7mE4ZLBgECqGBn7tw==",
"peer": true,
"requires": {
"@koa/router": "^10.1.1",
"@koishijs/core": "^4.6.3",
"@koishijs/utils": "^5.4.2",
"@koishijs/core": "^4.7.0",
"@koishijs/utils": "^5.4.3",
"@types/koa": "*",
"@types/koa__router": "*",
"@types/ws": "^8.5.3",
......@@ -11688,6 +11678,16 @@
"integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
"dev": true
},
"minato": {
"version": "1.0.10",
"resolved": "https://registry.npmjs.org/minato/-/minato-1.0.10.tgz",
"integrity": "sha512-1R3cTrtz/xZocWBfmgHsNy6V/nILjyMksKDuGtvqjjToImdgqkQrHmW2ZpdOJaaXM/apivY/KqMEf0o0jksKkw==",
"peer": true,
"requires": {
"cosmokit": "^1.1.2",
"ns-require": "^1.1.2"
}
},
"minimatch": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
......
......@@ -45,7 +45,7 @@
"testEnvironment": "node"
},
"peerDependencies": {
"koishi": "^4.6.3"
"koishi": "^4.7.0"
},
"devDependencies": {
"@types/jest": "^27.4.1",
......
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