Commit 9056498a authored by nanahira's avatar nanahira

bump to Koishi 4.10.3

parent 650797d9
import { Context } from 'koishi'; import { Context } from 'koishi';
import TargetPlugin from '../src'; import TargetPlugin from '../src';
import ConsolePlugin from '@koishijs/plugin-console'; import ConsolePlugin from '@koishijs/plugin-console';
import SandboxPlugin from '@koishijs/plugin-sandbox'; import * as SandboxPlugin from '@koishijs/plugin-sandbox';
import DatabasePlugin from '@koishijs/plugin-database-memory'; import DatabasePlugin from '@koishijs/plugin-database-memory';
// import CachePlugin from '@koishijs/plugin-cache-lru'; // import CachePlugin from '@koishijs/plugin-cache-lru';
import ExtrasInDev from './extras'; import ExtrasInDev from './extras';
......
...@@ -9,13 +9,13 @@ ...@@ -9,13 +9,13 @@
"version": "2.2.0", "version": "2.2.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"koishi-thirdeye": "^11.1.11", "koishi-thirdeye": "^11.1.13",
"moment": "^2.29.3" "moment": "^2.29.3"
}, },
"devDependencies": { "devDependencies": {
"@koishijs/plugin-console": "^4.5.4", "@koishijs/plugin-console": "^4.5.4",
"@koishijs/plugin-database-memory": "^1.5.0", "@koishijs/plugin-database-memory": "^2.0.0",
"@koishijs/plugin-sandbox": "^2.2.9", "@koishijs/plugin-sandbox": "^2.3.5",
"@types/jest": "^29.2.0", "@types/jest": "^29.2.0",
"@types/node": "^17.0.31", "@types/node": "^17.0.31",
"@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/eslint-plugin": "^4.33.0",
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
"ws": "^8.6.0" "ws": "^8.6.0"
}, },
"peerDependencies": { "peerDependencies": {
"koishi": "^4.9.7", "koishi": "^4.10.3",
"koishi-plugin-pics": "^10.2.1" "koishi-plugin-pics": "^10.2.1"
} }
}, },
...@@ -1318,22 +1318,22 @@ ...@@ -1318,22 +1318,22 @@
} }
}, },
"node_modules/@koishijs/core": { "node_modules/@koishijs/core": {
"version": "4.9.7", "version": "4.10.3",
"resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.9.7.tgz", "resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.10.3.tgz",
"integrity": "sha512-jmt6BKvH0az25z/BJs4SNFn9dvx7Ji3TjIRl5AtvagO0bzOQfbn1Tavhtfn3sHVJqQUQIZQcFR3969G4dvchhA==", "integrity": "sha512-h/YI1nM1gVeh/fvxIJdQpkG8l/oMdNk3ibUi0Ae6PumnMa+IsjzwbCUFAbn7jSTic/uGULBQ8ALYchba1Q+siw==",
"peer": true, "peer": true,
"dependencies": { "dependencies": {
"@koishijs/utils": "^6.2.4", "@koishijs/utils": "^6.2.5",
"@minatojs/core": "^1.3.2", "@minatojs/core": "^2.0.1",
"@satorijs/core": "^1.3.1", "@satorijs/core": "^1.4.2",
"cordis": "^2.5.0", "cordis": "^2.6.0",
"cosmokit": "^1.3.3" "cosmokit": "^1.3.3"
} }
}, },
"node_modules/@koishijs/plugin-console": { "node_modules/@koishijs/plugin-console": {
"version": "4.5.4", "version": "4.6.11",
"resolved": "https://registry.npmjs.org/@koishijs/plugin-console/-/plugin-console-4.5.4.tgz", "resolved": "https://registry.npmjs.org/@koishijs/plugin-console/-/plugin-console-4.6.11.tgz",
"integrity": "sha512-s6qsQAd5Qch4m7G0FaXZMPsgVOOnjchpCs55ElnU28FB/j7gW9OfhjpBihQ6EkK3Ll3R0IFerXnEC6mC+c5N5w==", "integrity": "sha512-ch1xMRMWLRrVJ3eiZYpkmoDY8pKYLa4OjL+DFC39es1cJBh/jfb38vY8SDkwybtm4CMqRpjU9m4rrzww204e/Q==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"open": "^8.4.0", "open": "^8.4.0",
...@@ -1341,35 +1341,35 @@ ...@@ -1341,35 +1341,35 @@
"ws": "^8.8.1" "ws": "^8.8.1"
}, },
"peerDependencies": { "peerDependencies": {
"koishi": "^4.9.0" "koishi": "^4.10.0"
} }
}, },
"node_modules/@koishijs/plugin-database-memory": { "node_modules/@koishijs/plugin-database-memory": {
"version": "1.5.0", "version": "2.0.0",
"resolved": "https://registry.npmjs.org/@koishijs/plugin-database-memory/-/plugin-database-memory-1.5.0.tgz", "resolved": "https://registry.npmjs.org/@koishijs/plugin-database-memory/-/plugin-database-memory-2.0.0.tgz",
"integrity": "sha512-sLqYe1w7WfzVNJSAoDhV9teEJDTpixuiJgOCzuOx5W2yoyIme1TneiMwfMG3oCdUkKW2jWtIRhqKJjnb1XM/BQ==", "integrity": "sha512-KBuSdBHQQ4KgeiC3B0twAW/RX1n5g4ZuUDB7eV9XsON9ojd+zcfOw5v6h+sw9Ff0HvMNoPc+lRquPNx+kuPc/w==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@minatojs/driver-memory": "^1.2.0" "@minatojs/driver-memory": "^2.0.0"
}, },
"peerDependencies": { "peerDependencies": {
"koishi": "^4.8.7" "koishi": "^4.10.2"
} }
}, },
"node_modules/@koishijs/plugin-sandbox": { "node_modules/@koishijs/plugin-sandbox": {
"version": "2.2.9", "version": "2.3.5",
"resolved": "https://registry.npmjs.org/@koishijs/plugin-sandbox/-/plugin-sandbox-2.2.9.tgz", "resolved": "https://registry.npmjs.org/@koishijs/plugin-sandbox/-/plugin-sandbox-2.3.5.tgz",
"integrity": "sha512-UOU3ZlM3Z5uW/Kd5rAsoxlACvvh8JqhPWl+nzCzu1FFptohU2vhaeHX9Hvp9d7iHppJ2JwHjSGK6Jw55yqQWjA==", "integrity": "sha512-Rp8TOVvJ236Oncp00AkTZsr5Z7fTUlQXWBNCLGBURvlKJLeqOcMu7UqbbIWdNw3pebMJ8zuyRVGoFz+SoFZIKA==",
"dev": true, "dev": true,
"peerDependencies": { "peerDependencies": {
"@koishijs/plugin-console": "^4.4.12", "@koishijs/plugin-console": "^4.6.11",
"koishi": "^4.8.7" "koishi": "^4.10.0"
} }
}, },
"node_modules/@koishijs/utils": { "node_modules/@koishijs/utils": {
"version": "6.2.4", "version": "6.2.5",
"resolved": "https://registry.npmjs.org/@koishijs/utils/-/utils-6.2.4.tgz", "resolved": "https://registry.npmjs.org/@koishijs/utils/-/utils-6.2.5.tgz",
"integrity": "sha512-AfZA1TX8oOQCNFTOmG5cBRPC0YbSUPgbUYkninFg8F2sp98C8VSn1hua1OVjCM5zC9XISWtj5QpKJHPJRIa+BA==", "integrity": "sha512-ZpiHO6LBRIUm/bWJlGHC2N/f6hl0jgVU2QmUwiL3PfAH4i2xu17TZpU8hoQkrP751Lw37W9GcXoxw22mGaqdXw==",
"peer": true, "peer": true,
"dependencies": { "dependencies": {
"cosmokit": "^1.3.3", "cosmokit": "^1.3.3",
...@@ -1379,24 +1379,23 @@ ...@@ -1379,24 +1379,23 @@
} }
}, },
"node_modules/@minatojs/core": { "node_modules/@minatojs/core": {
"version": "1.3.2", "version": "2.0.1",
"resolved": "https://registry.npmjs.org/@minatojs/core/-/core-1.3.2.tgz", "resolved": "https://registry.npmjs.org/@minatojs/core/-/core-2.0.1.tgz",
"integrity": "sha512-hEMzHobEqY8yD3M5lLiUjfsvNV4NTLBZJkKNJ4wTi+zhm4LbDmaJpV0LoUtgzl8v0SE79gBYZGXNhkeMg/cX0w==", "integrity": "sha512-li7js0EZGw3PV28VM9B/aBX2QeKwvk32U4Haf4uvq0iBTH7L4JRq4YbOqlO5ZjrExoZS4RHBZtz4wzfW3Ay3jw==",
"peer": true,
"dependencies": { "dependencies": {
"cosmokit": "^1.3.3" "cosmokit": "^1.3.3"
} }
}, },
"node_modules/@minatojs/driver-memory": { "node_modules/@minatojs/driver-memory": {
"version": "1.2.0", "version": "2.0.0",
"resolved": "https://registry.npmjs.org/@minatojs/driver-memory/-/driver-memory-1.2.0.tgz", "resolved": "https://registry.npmjs.org/@minatojs/driver-memory/-/driver-memory-2.0.0.tgz",
"integrity": "sha512-k+fK8xFhkmGhp3irpsnW31ZxlItP2qgBGUk09JzBj3zyggImoeytuvGpFsfAEJdzD8a3zndtIRAUGyKeYpZaYA==", "integrity": "sha512-fxM8nYKDwWqhTWncKAxGJ2HG+GH136kYV6DnI83lRUFetcUIJRlzcT4q8dH6ym8IuD3GIKCVXF67RlvyODpygg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"cosmokit": "^1.2.1" "cosmokit": "^1.3.3"
}, },
"peerDependencies": { "peerDependencies": {
"@minatojs/core": "^1.3.0" "@minatojs/core": "^2.0.0"
} }
}, },
"node_modules/@nodelib/fs.scandir": { "node_modules/@nodelib/fs.scandir": {
...@@ -1435,37 +1434,37 @@ ...@@ -1435,37 +1434,37 @@
} }
}, },
"node_modules/@satorijs/core": { "node_modules/@satorijs/core": {
"version": "1.3.1", "version": "1.4.2",
"resolved": "https://registry.npmjs.org/@satorijs/core/-/core-1.3.1.tgz", "resolved": "https://registry.npmjs.org/@satorijs/core/-/core-1.4.2.tgz",
"integrity": "sha512-kwjHQ+PYtY97/RBN2D0B5q4Duf6t5xwbHa8qQFVMQ2K1w+Rq0gbwke4eccsj6l5w0gjo5W5UIJUcnwrDYo4sww==", "integrity": "sha512-ae51u7DJuw/E+R+93UvtBIX8AKiXy6gOzKNcyxMCuxlydVr1RWiIffeOXNwYR0Yl6PJVVNguN5zPIGI+lKvLnw==",
"peer": true, "peer": true,
"dependencies": { "dependencies": {
"@satorijs/element": "^2.0.0", "@satorijs/element": "^2.1.4",
"cordis": "^2.5.0", "cordis": "^2.6.0",
"cordis-axios": "^2.1.3", "cordis-axios": "^2.1.5",
"cosmokit": "^1.3.3", "cosmokit": "^1.3.3",
"reggol": "^1.3.1", "reggol": "^1.3.2",
"schemastery": "^3.5.4", "schemastery": "^3.5.4",
"ws": "^8.8.1" "ws": "^8.8.1"
} }
}, },
"node_modules/@satorijs/element": { "node_modules/@satorijs/element": {
"version": "2.0.0", "version": "2.1.6",
"resolved": "https://registry.npmjs.org/@satorijs/element/-/element-2.0.0.tgz", "resolved": "https://registry.npmjs.org/@satorijs/element/-/element-2.1.6.tgz",
"integrity": "sha512-Eq0Q3Z9XiSPrV5KdBZgiQK6EWPzfT7Vx0bqNyhwlByY3pSZcGGwnTw8DDIQzd2y+T5flOr36h3bASXSbxweogA==", "integrity": "sha512-ROnWE2uLJKG7hTmukqAji3UfNzzMWCAHMKM9UvBi24uKR93rlk9lqcaRIuuPhlQwmbbwrGx3Qf+F0jkiv6LdKw==",
"peer": true, "peer": true,
"dependencies": { "dependencies": {
"cosmokit": "^1.3.3" "cosmokit": "^1.3.3"
} }
}, },
"node_modules/@satorijs/satori": { "node_modules/@satorijs/satori": {
"version": "1.3.1", "version": "1.4.2",
"resolved": "https://registry.npmjs.org/@satorijs/satori/-/satori-1.3.1.tgz", "resolved": "https://registry.npmjs.org/@satorijs/satori/-/satori-1.4.2.tgz",
"integrity": "sha512-T7elZqVtoQiXo6rLxlNx8KB0Y3b8zJuuSTjiSNjrqhEvd0QCGKxSzs3RSvCfIHqc5kdhXzdH48CEE5hQgYkrFw==", "integrity": "sha512-6Sb/swPSJz64l8dz4WC+tlSfX07qK7iBDpzMvLf8h0FRYoWmYNJEFn3pXUentG3wqwVMpt/G1ERcftAmolkDWw==",
"peer": true, "peer": true,
"dependencies": { "dependencies": {
"@koa/router": "^10.1.1", "@koa/router": "^10.1.1",
"@satorijs/core": "1.3.1", "@satorijs/core": "1.4.2",
"@types/koa": "*", "@types/koa": "*",
"@types/koa__router": "*", "@types/koa__router": "*",
"@types/ws": "^8.5.3", "@types/ws": "^8.5.3",
...@@ -2877,21 +2876,21 @@ ...@@ -2877,21 +2876,21 @@
"peer": true "peer": true
}, },
"node_modules/cordis": { "node_modules/cordis": {
"version": "2.5.0", "version": "2.6.0",
"resolved": "https://registry.npmjs.org/cordis/-/cordis-2.5.0.tgz", "resolved": "https://registry.npmjs.org/cordis/-/cordis-2.6.0.tgz",
"integrity": "sha512-69/LJyoaXEtimJiiYF4bMSXHlMCZLOYQ3OF1DcNFq1amAD5tODDkz0JEpcisU0YboLhUwXsUXJe/rBHkoAhUcg==", "integrity": "sha512-4VUY2x6ufctBr1zYAML3c+b1eXwgY94nkqLP7/icb3QVGXMBJuH4Nztakf6ADVonN5MvgJ06RRawRvmWdx3LxA==",
"peer": true, "peer": true,
"dependencies": { "dependencies": {
"cosmokit": "^1.3.3" "cosmokit": "^1.3.3"
} }
}, },
"node_modules/cordis-axios": { "node_modules/cordis-axios": {
"version": "2.1.3", "version": "2.1.5",
"resolved": "https://registry.npmjs.org/cordis-axios/-/cordis-axios-2.1.3.tgz", "resolved": "https://registry.npmjs.org/cordis-axios/-/cordis-axios-2.1.5.tgz",
"integrity": "sha512-W6RCzZ4u+q/2D+BSAYV3aA3dMuz1bi+c9L1RI8g9SLaA5Z2QoaJ5zX1faIrS8y79AWtXm8joIGj+gzPVnvO8ww==", "integrity": "sha512-L5cHolNBlo4MxhfWRETpz1G20jF6J0Hu+5zPxebo0XJthqO0eI6U/2DrbQvXARnyMhuQIIZfoPJLvSNgd0Rjzw==",
"peer": true, "peer": true,
"dependencies": { "dependencies": {
"axios": "^1.1.2", "axios": "~1.1.3",
"cosmokit": "^1.3.3", "cosmokit": "^1.3.3",
"file-type": "^16.5.4", "file-type": "^16.5.4",
"mime-db": "^1.52.0", "mime-db": "^1.52.0",
...@@ -2901,7 +2900,7 @@ ...@@ -2901,7 +2900,7 @@
"node": ">=12.0.0" "node": ">=12.0.0"
}, },
"peerDependencies": { "peerDependencies": {
"cordis": "^2.5.0" "cordis": "^2.6.0"
} }
}, },
"node_modules/cordis-decorators": { "node_modules/cordis-decorators": {
...@@ -4269,9 +4268,9 @@ ...@@ -4269,9 +4268,9 @@
} }
}, },
"node_modules/get-intrinsic": { "node_modules/get-intrinsic": {
"version": "1.1.2", "version": "1.1.3",
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.2.tgz", "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.3.tgz",
"integrity": "sha512-Jfm3OyCxHh9DJyc28qGk+JmfkpO41A4XkneDSujN9MDXrm4oDKdHvndhZ2dN94+ERNfkYJWDclW6k2L/ZGHjXA==", "integrity": "sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A==",
"peer": true, "peer": true,
"dependencies": { "dependencies": {
"function-bind": "^1.1.1", "function-bind": "^1.1.1",
...@@ -6113,14 +6112,14 @@ ...@@ -6113,14 +6112,14 @@
} }
}, },
"node_modules/koishi": { "node_modules/koishi": {
"version": "4.9.7", "version": "4.10.3",
"resolved": "https://registry.npmjs.org/koishi/-/koishi-4.9.7.tgz", "resolved": "https://registry.npmjs.org/koishi/-/koishi-4.10.3.tgz",
"integrity": "sha512-InvvfPx5sqRkgOlTWksQu1dWjASCcf92guRGQmm+UIqZh0GBTJi+uFmpAMPA/E+nHOoLDOy/U9DVtpSPipi2+g==", "integrity": "sha512-eLv4A39atVmO8E9HlUyoVtc3kGawSRxyYyuN3ROE6Sz5hvX0jq73O6CsyZaWarksRYjPHvQKqndgrBNDFOs8aQ==",
"peer": true, "peer": true,
"dependencies": { "dependencies": {
"@koishijs/core": "^4.9.7", "@koishijs/core": "^4.10.3",
"@koishijs/utils": "^6.2.4", "@koishijs/utils": "^6.2.5",
"@satorijs/satori": "^1.3.1", "@satorijs/satori": "^1.4.2",
"file-type": "^16.5.4", "file-type": "^16.5.4",
"ns-require": "^1.1.4" "ns-require": "^1.1.4"
}, },
...@@ -6210,16 +6209,16 @@ ...@@ -6210,16 +6209,16 @@
} }
}, },
"node_modules/koishi-thirdeye": { "node_modules/koishi-thirdeye": {
"version": "11.1.11", "version": "11.1.13",
"resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-11.1.11.tgz", "resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-11.1.13.tgz",
"integrity": "sha512-c07iTH/udJUN/YI+u3N03c8TBaLB8131OXjqnr1Ip/ysxyQNlyEMTH8GDmXMYsdAeGEKvUSbDxhIOdJLVjvzKA==", "integrity": "sha512-8gT8XyXjT/VqiB9U7hMdWdUVBc3mbKRFTyenwYgZDSTl7VDxgCeF42vq3AGLdTbK9d0rS9lDLbluDhyKv77o9Q==",
"dependencies": { "dependencies": {
"minato-decorators": "^2.1.0", "minato-decorators": "^2.2.1",
"rxjs": "^7.5.6", "rxjs": "^7.5.6",
"satori-decorators": "^1.1.1" "satori-decorators": "^1.1.1"
}, },
"peerDependencies": { "peerDependencies": {
"koishi": "^4.9.7" "koishi": "^4.10.3"
} }
}, },
"node_modules/leven": { "node_modules/leven": {
...@@ -6429,15 +6428,13 @@ ...@@ -6429,15 +6428,13 @@
} }
}, },
"node_modules/minato-decorators": { "node_modules/minato-decorators": {
"version": "2.1.0", "version": "2.2.1",
"resolved": "https://registry.npmjs.org/minato-decorators/-/minato-decorators-2.1.0.tgz", "resolved": "https://registry.npmjs.org/minato-decorators/-/minato-decorators-2.2.1.tgz",
"integrity": "sha512-s4F4bCxktODrEqLRzU3ljsIipv3ExOV6qCjH+wMiMFXjMBQvy3UaodOWOYf2UZ7GRFiGT0rij9zIrBhWdJVd0A==", "integrity": "sha512-rxeXncznI/aShX2yI4ynP6UDIqtxPm/9R+2keACwxeN0Jzd0yh05ULS7HQZ5YG1VHrd+TJv/bqCrNObaYPe1Qg==",
"dependencies": { "dependencies": {
"@minatojs/core": "^2.0.1",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"typed-reflector": "^1.0.10" "typed-reflector": "^1.0.10"
},
"peerDependencies": {
"@minatojs/core": "^1.3.0"
} }
}, },
"node_modules/minimatch": { "node_modules/minimatch": {
...@@ -6992,23 +6989,7 @@ ...@@ -6992,23 +6989,7 @@
"integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==",
"dev": true "dev": true
}, },
"node_modules/readable-web-to-node-stream": { "node_modules/readable-stream": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/readable-web-to-node-stream/-/readable-web-to-node-stream-3.0.2.tgz",
"integrity": "sha512-ePeK6cc1EcKLEhJFt/AebMCLL+GgSKhuygrZ/GLaKZYEecIgIECf4UaUuaByiGtzckwR4ain9VzUh95T1exYGw==",
"peer": true,
"dependencies": {
"readable-stream": "^3.6.0"
},
"engines": {
"node": ">=8"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/Borewit"
}
},
"node_modules/readable-web-to-node-stream/node_modules/readable-stream": {
"version": "3.6.0", "version": "3.6.0",
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz",
"integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==",
...@@ -7022,13 +7003,20 @@ ...@@ -7022,13 +7003,20 @@
"node": ">= 6" "node": ">= 6"
} }
}, },
"node_modules/readable-web-to-node-stream/node_modules/string_decoder": { "node_modules/readable-web-to-node-stream": {
"version": "1.3.0", "version": "3.0.2",
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", "resolved": "https://registry.npmjs.org/readable-web-to-node-stream/-/readable-web-to-node-stream-3.0.2.tgz",
"integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", "integrity": "sha512-ePeK6cc1EcKLEhJFt/AebMCLL+GgSKhuygrZ/GLaKZYEecIgIECf4UaUuaByiGtzckwR4ain9VzUh95T1exYGw==",
"peer": true, "peer": true,
"dependencies": { "dependencies": {
"safe-buffer": "~5.2.0" "readable-stream": "^3.6.0"
},
"engines": {
"node": ">=8"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/Borewit"
} }
}, },
"node_modules/rechoir": { "node_modules/rechoir": {
...@@ -7097,9 +7085,9 @@ ...@@ -7097,9 +7085,9 @@
} }
}, },
"node_modules/reggol": { "node_modules/reggol": {
"version": "1.3.1", "version": "1.3.2",
"resolved": "https://registry.npmjs.org/reggol/-/reggol-1.3.1.tgz", "resolved": "https://registry.npmjs.org/reggol/-/reggol-1.3.2.tgz",
"integrity": "sha512-KeT+Sih6edb0Ec0l7fQhkM2S4WxmQ9fh/1qftybMTyA4cr5+6lpUi3U3VrrgGF30Uppkx1YI/laq+49t/ljY6g==", "integrity": "sha512-vI+nWzdBJlO9OsrDCJ/z5NS4/o1mzHjwrZcn6LoESHn2get7LrbZ0TZB/dEkCtUlah324rxd5E2zciT/98Op1Q==",
"peer": true, "peer": true,
"dependencies": { "dependencies": {
"cosmokit": "^1.3.3", "cosmokit": "^1.3.3",
...@@ -7555,6 +7543,15 @@ ...@@ -7555,6 +7543,15 @@
"node": ">= 0.6" "node": ">= 0.6"
} }
}, },
"node_modules/string_decoder": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
"integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
"peer": true,
"dependencies": {
"safe-buffer": "~5.2.0"
}
},
"node_modules/string-length": { "node_modules/string-length": {
"version": "4.0.2", "version": "4.0.2",
"resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz", "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",
...@@ -9499,22 +9496,22 @@ ...@@ -9499,22 +9496,22 @@
} }
}, },
"@koishijs/core": { "@koishijs/core": {
"version": "4.9.7", "version": "4.10.3",
"resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.9.7.tgz", "resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.10.3.tgz",
"integrity": "sha512-jmt6BKvH0az25z/BJs4SNFn9dvx7Ji3TjIRl5AtvagO0bzOQfbn1Tavhtfn3sHVJqQUQIZQcFR3969G4dvchhA==", "integrity": "sha512-h/YI1nM1gVeh/fvxIJdQpkG8l/oMdNk3ibUi0Ae6PumnMa+IsjzwbCUFAbn7jSTic/uGULBQ8ALYchba1Q+siw==",
"peer": true, "peer": true,
"requires": { "requires": {
"@koishijs/utils": "^6.2.4", "@koishijs/utils": "^6.2.5",
"@minatojs/core": "^1.3.2", "@minatojs/core": "^2.0.1",
"@satorijs/core": "^1.3.1", "@satorijs/core": "^1.4.2",
"cordis": "^2.5.0", "cordis": "^2.6.0",
"cosmokit": "^1.3.3" "cosmokit": "^1.3.3"
} }
}, },
"@koishijs/plugin-console": { "@koishijs/plugin-console": {
"version": "4.5.4", "version": "4.6.11",
"resolved": "https://registry.npmjs.org/@koishijs/plugin-console/-/plugin-console-4.5.4.tgz", "resolved": "https://registry.npmjs.org/@koishijs/plugin-console/-/plugin-console-4.6.11.tgz",
"integrity": "sha512-s6qsQAd5Qch4m7G0FaXZMPsgVOOnjchpCs55ElnU28FB/j7gW9OfhjpBihQ6EkK3Ll3R0IFerXnEC6mC+c5N5w==", "integrity": "sha512-ch1xMRMWLRrVJ3eiZYpkmoDY8pKYLa4OjL+DFC39es1cJBh/jfb38vY8SDkwybtm4CMqRpjU9m4rrzww204e/Q==",
"dev": true, "dev": true,
"requires": { "requires": {
"open": "^8.4.0", "open": "^8.4.0",
...@@ -9523,25 +9520,25 @@ ...@@ -9523,25 +9520,25 @@
} }
}, },
"@koishijs/plugin-database-memory": { "@koishijs/plugin-database-memory": {
"version": "1.5.0", "version": "2.0.0",
"resolved": "https://registry.npmjs.org/@koishijs/plugin-database-memory/-/plugin-database-memory-1.5.0.tgz", "resolved": "https://registry.npmjs.org/@koishijs/plugin-database-memory/-/plugin-database-memory-2.0.0.tgz",
"integrity": "sha512-sLqYe1w7WfzVNJSAoDhV9teEJDTpixuiJgOCzuOx5W2yoyIme1TneiMwfMG3oCdUkKW2jWtIRhqKJjnb1XM/BQ==", "integrity": "sha512-KBuSdBHQQ4KgeiC3B0twAW/RX1n5g4ZuUDB7eV9XsON9ojd+zcfOw5v6h+sw9Ff0HvMNoPc+lRquPNx+kuPc/w==",
"dev": true, "dev": true,
"requires": { "requires": {
"@minatojs/driver-memory": "^1.2.0" "@minatojs/driver-memory": "^2.0.0"
} }
}, },
"@koishijs/plugin-sandbox": { "@koishijs/plugin-sandbox": {
"version": "2.2.9", "version": "2.3.5",
"resolved": "https://registry.npmjs.org/@koishijs/plugin-sandbox/-/plugin-sandbox-2.2.9.tgz", "resolved": "https://registry.npmjs.org/@koishijs/plugin-sandbox/-/plugin-sandbox-2.3.5.tgz",
"integrity": "sha512-UOU3ZlM3Z5uW/Kd5rAsoxlACvvh8JqhPWl+nzCzu1FFptohU2vhaeHX9Hvp9d7iHppJ2JwHjSGK6Jw55yqQWjA==", "integrity": "sha512-Rp8TOVvJ236Oncp00AkTZsr5Z7fTUlQXWBNCLGBURvlKJLeqOcMu7UqbbIWdNw3pebMJ8zuyRVGoFz+SoFZIKA==",
"dev": true, "dev": true,
"requires": {} "requires": {}
}, },
"@koishijs/utils": { "@koishijs/utils": {
"version": "6.2.4", "version": "6.2.5",
"resolved": "https://registry.npmjs.org/@koishijs/utils/-/utils-6.2.4.tgz", "resolved": "https://registry.npmjs.org/@koishijs/utils/-/utils-6.2.5.tgz",
"integrity": "sha512-AfZA1TX8oOQCNFTOmG5cBRPC0YbSUPgbUYkninFg8F2sp98C8VSn1hua1OVjCM5zC9XISWtj5QpKJHPJRIa+BA==", "integrity": "sha512-ZpiHO6LBRIUm/bWJlGHC2N/f6hl0jgVU2QmUwiL3PfAH4i2xu17TZpU8hoQkrP751Lw37W9GcXoxw22mGaqdXw==",
"peer": true, "peer": true,
"requires": { "requires": {
"cosmokit": "^1.3.3", "cosmokit": "^1.3.3",
...@@ -9551,21 +9548,20 @@ ...@@ -9551,21 +9548,20 @@
} }
}, },
"@minatojs/core": { "@minatojs/core": {
"version": "1.3.2", "version": "2.0.1",
"resolved": "https://registry.npmjs.org/@minatojs/core/-/core-1.3.2.tgz", "resolved": "https://registry.npmjs.org/@minatojs/core/-/core-2.0.1.tgz",
"integrity": "sha512-hEMzHobEqY8yD3M5lLiUjfsvNV4NTLBZJkKNJ4wTi+zhm4LbDmaJpV0LoUtgzl8v0SE79gBYZGXNhkeMg/cX0w==", "integrity": "sha512-li7js0EZGw3PV28VM9B/aBX2QeKwvk32U4Haf4uvq0iBTH7L4JRq4YbOqlO5ZjrExoZS4RHBZtz4wzfW3Ay3jw==",
"peer": true,
"requires": { "requires": {
"cosmokit": "^1.3.3" "cosmokit": "^1.3.3"
} }
}, },
"@minatojs/driver-memory": { "@minatojs/driver-memory": {
"version": "1.2.0", "version": "2.0.0",
"resolved": "https://registry.npmjs.org/@minatojs/driver-memory/-/driver-memory-1.2.0.tgz", "resolved": "https://registry.npmjs.org/@minatojs/driver-memory/-/driver-memory-2.0.0.tgz",
"integrity": "sha512-k+fK8xFhkmGhp3irpsnW31ZxlItP2qgBGUk09JzBj3zyggImoeytuvGpFsfAEJdzD8a3zndtIRAUGyKeYpZaYA==", "integrity": "sha512-fxM8nYKDwWqhTWncKAxGJ2HG+GH136kYV6DnI83lRUFetcUIJRlzcT4q8dH6ym8IuD3GIKCVXF67RlvyODpygg==",
"dev": true, "dev": true,
"requires": { "requires": {
"cosmokit": "^1.2.1" "cosmokit": "^1.3.3"
} }
}, },
"@nodelib/fs.scandir": { "@nodelib/fs.scandir": {
...@@ -9595,37 +9591,37 @@ ...@@ -9595,37 +9591,37 @@
} }
}, },
"@satorijs/core": { "@satorijs/core": {
"version": "1.3.1", "version": "1.4.2",
"resolved": "https://registry.npmjs.org/@satorijs/core/-/core-1.3.1.tgz", "resolved": "https://registry.npmjs.org/@satorijs/core/-/core-1.4.2.tgz",
"integrity": "sha512-kwjHQ+PYtY97/RBN2D0B5q4Duf6t5xwbHa8qQFVMQ2K1w+Rq0gbwke4eccsj6l5w0gjo5W5UIJUcnwrDYo4sww==", "integrity": "sha512-ae51u7DJuw/E+R+93UvtBIX8AKiXy6gOzKNcyxMCuxlydVr1RWiIffeOXNwYR0Yl6PJVVNguN5zPIGI+lKvLnw==",
"peer": true, "peer": true,
"requires": { "requires": {
"@satorijs/element": "^2.0.0", "@satorijs/element": "^2.1.4",
"cordis": "^2.5.0", "cordis": "^2.6.0",
"cordis-axios": "^2.1.3", "cordis-axios": "^2.1.5",
"cosmokit": "^1.3.3", "cosmokit": "^1.3.3",
"reggol": "^1.3.1", "reggol": "^1.3.2",
"schemastery": "^3.5.4", "schemastery": "^3.5.4",
"ws": "^8.8.1" "ws": "^8.8.1"
} }
}, },
"@satorijs/element": { "@satorijs/element": {
"version": "2.0.0", "version": "2.1.6",
"resolved": "https://registry.npmjs.org/@satorijs/element/-/element-2.0.0.tgz", "resolved": "https://registry.npmjs.org/@satorijs/element/-/element-2.1.6.tgz",
"integrity": "sha512-Eq0Q3Z9XiSPrV5KdBZgiQK6EWPzfT7Vx0bqNyhwlByY3pSZcGGwnTw8DDIQzd2y+T5flOr36h3bASXSbxweogA==", "integrity": "sha512-ROnWE2uLJKG7hTmukqAji3UfNzzMWCAHMKM9UvBi24uKR93rlk9lqcaRIuuPhlQwmbbwrGx3Qf+F0jkiv6LdKw==",
"peer": true, "peer": true,
"requires": { "requires": {
"cosmokit": "^1.3.3" "cosmokit": "^1.3.3"
} }
}, },
"@satorijs/satori": { "@satorijs/satori": {
"version": "1.3.1", "version": "1.4.2",
"resolved": "https://registry.npmjs.org/@satorijs/satori/-/satori-1.3.1.tgz", "resolved": "https://registry.npmjs.org/@satorijs/satori/-/satori-1.4.2.tgz",
"integrity": "sha512-T7elZqVtoQiXo6rLxlNx8KB0Y3b8zJuuSTjiSNjrqhEvd0QCGKxSzs3RSvCfIHqc5kdhXzdH48CEE5hQgYkrFw==", "integrity": "sha512-6Sb/swPSJz64l8dz4WC+tlSfX07qK7iBDpzMvLf8h0FRYoWmYNJEFn3pXUentG3wqwVMpt/G1ERcftAmolkDWw==",
"peer": true, "peer": true,
"requires": { "requires": {
"@koa/router": "^10.1.1", "@koa/router": "^10.1.1",
"@satorijs/core": "1.3.1", "@satorijs/core": "1.4.2",
"@types/koa": "*", "@types/koa": "*",
"@types/koa__router": "*", "@types/koa__router": "*",
"@types/ws": "^8.5.3", "@types/ws": "^8.5.3",
...@@ -10791,21 +10787,21 @@ ...@@ -10791,21 +10787,21 @@
"peer": true "peer": true
}, },
"cordis": { "cordis": {
"version": "2.5.0", "version": "2.6.0",
"resolved": "https://registry.npmjs.org/cordis/-/cordis-2.5.0.tgz", "resolved": "https://registry.npmjs.org/cordis/-/cordis-2.6.0.tgz",
"integrity": "sha512-69/LJyoaXEtimJiiYF4bMSXHlMCZLOYQ3OF1DcNFq1amAD5tODDkz0JEpcisU0YboLhUwXsUXJe/rBHkoAhUcg==", "integrity": "sha512-4VUY2x6ufctBr1zYAML3c+b1eXwgY94nkqLP7/icb3QVGXMBJuH4Nztakf6ADVonN5MvgJ06RRawRvmWdx3LxA==",
"peer": true, "peer": true,
"requires": { "requires": {
"cosmokit": "^1.3.3" "cosmokit": "^1.3.3"
} }
}, },
"cordis-axios": { "cordis-axios": {
"version": "2.1.3", "version": "2.1.5",
"resolved": "https://registry.npmjs.org/cordis-axios/-/cordis-axios-2.1.3.tgz", "resolved": "https://registry.npmjs.org/cordis-axios/-/cordis-axios-2.1.5.tgz",
"integrity": "sha512-W6RCzZ4u+q/2D+BSAYV3aA3dMuz1bi+c9L1RI8g9SLaA5Z2QoaJ5zX1faIrS8y79AWtXm8joIGj+gzPVnvO8ww==", "integrity": "sha512-L5cHolNBlo4MxhfWRETpz1G20jF6J0Hu+5zPxebo0XJthqO0eI6U/2DrbQvXARnyMhuQIIZfoPJLvSNgd0Rjzw==",
"peer": true, "peer": true,
"requires": { "requires": {
"axios": "^1.1.2", "axios": "~1.1.3",
"cosmokit": "^1.3.3", "cosmokit": "^1.3.3",
"file-type": "^16.5.4", "file-type": "^16.5.4",
"mime-db": "^1.52.0", "mime-db": "^1.52.0",
...@@ -11735,9 +11731,9 @@ ...@@ -11735,9 +11731,9 @@
"dev": true "dev": true
}, },
"get-intrinsic": { "get-intrinsic": {
"version": "1.1.2", "version": "1.1.3",
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.2.tgz", "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.3.tgz",
"integrity": "sha512-Jfm3OyCxHh9DJyc28qGk+JmfkpO41A4XkneDSujN9MDXrm4oDKdHvndhZ2dN94+ERNfkYJWDclW6k2L/ZGHjXA==", "integrity": "sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A==",
"peer": true, "peer": true,
"requires": { "requires": {
"function-bind": "^1.1.1", "function-bind": "^1.1.1",
...@@ -13146,14 +13142,14 @@ ...@@ -13146,14 +13142,14 @@
} }
}, },
"koishi": { "koishi": {
"version": "4.9.7", "version": "4.10.3",
"resolved": "https://registry.npmjs.org/koishi/-/koishi-4.9.7.tgz", "resolved": "https://registry.npmjs.org/koishi/-/koishi-4.10.3.tgz",
"integrity": "sha512-InvvfPx5sqRkgOlTWksQu1dWjASCcf92guRGQmm+UIqZh0GBTJi+uFmpAMPA/E+nHOoLDOy/U9DVtpSPipi2+g==", "integrity": "sha512-eLv4A39atVmO8E9HlUyoVtc3kGawSRxyYyuN3ROE6Sz5hvX0jq73O6CsyZaWarksRYjPHvQKqndgrBNDFOs8aQ==",
"peer": true, "peer": true,
"requires": { "requires": {
"@koishijs/core": "^4.9.7", "@koishijs/core": "^4.10.3",
"@koishijs/utils": "^6.2.4", "@koishijs/utils": "^6.2.5",
"@satorijs/satori": "^1.3.1", "@satorijs/satori": "^1.4.2",
"file-type": "^16.5.4", "file-type": "^16.5.4",
"ns-require": "^1.1.4" "ns-require": "^1.1.4"
} }
...@@ -13217,11 +13213,11 @@ ...@@ -13217,11 +13213,11 @@
} }
}, },
"koishi-thirdeye": { "koishi-thirdeye": {
"version": "11.1.11", "version": "11.1.13",
"resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-11.1.11.tgz", "resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-11.1.13.tgz",
"integrity": "sha512-c07iTH/udJUN/YI+u3N03c8TBaLB8131OXjqnr1Ip/ysxyQNlyEMTH8GDmXMYsdAeGEKvUSbDxhIOdJLVjvzKA==", "integrity": "sha512-8gT8XyXjT/VqiB9U7hMdWdUVBc3mbKRFTyenwYgZDSTl7VDxgCeF42vq3AGLdTbK9d0rS9lDLbluDhyKv77o9Q==",
"requires": { "requires": {
"minato-decorators": "^2.1.0", "minato-decorators": "^2.2.1",
"rxjs": "^7.5.6", "rxjs": "^7.5.6",
"satori-decorators": "^1.1.1" "satori-decorators": "^1.1.1"
} }
...@@ -13393,10 +13389,11 @@ ...@@ -13393,10 +13389,11 @@
"dev": true "dev": true
}, },
"minato-decorators": { "minato-decorators": {
"version": "2.1.0", "version": "2.2.1",
"resolved": "https://registry.npmjs.org/minato-decorators/-/minato-decorators-2.1.0.tgz", "resolved": "https://registry.npmjs.org/minato-decorators/-/minato-decorators-2.2.1.tgz",
"integrity": "sha512-s4F4bCxktODrEqLRzU3ljsIipv3ExOV6qCjH+wMiMFXjMBQvy3UaodOWOYf2UZ7GRFiGT0rij9zIrBhWdJVd0A==", "integrity": "sha512-rxeXncznI/aShX2yI4ynP6UDIqtxPm/9R+2keACwxeN0Jzd0yh05ULS7HQZ5YG1VHrd+TJv/bqCrNObaYPe1Qg==",
"requires": { "requires": {
"@minatojs/core": "^2.0.1",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"typed-reflector": "^1.0.10" "typed-reflector": "^1.0.10"
} }
...@@ -13794,15 +13791,6 @@ ...@@ -13794,15 +13791,6 @@
"integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==",
"dev": true "dev": true
}, },
"readable-web-to-node-stream": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/readable-web-to-node-stream/-/readable-web-to-node-stream-3.0.2.tgz",
"integrity": "sha512-ePeK6cc1EcKLEhJFt/AebMCLL+GgSKhuygrZ/GLaKZYEecIgIECf4UaUuaByiGtzckwR4ain9VzUh95T1exYGw==",
"peer": true,
"requires": {
"readable-stream": "^3.6.0"
},
"dependencies": {
"readable-stream": { "readable-stream": {
"version": "3.6.0", "version": "3.6.0",
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz",
...@@ -13814,15 +13802,13 @@ ...@@ -13814,15 +13802,13 @@
"util-deprecate": "^1.0.1" "util-deprecate": "^1.0.1"
} }
}, },
"string_decoder": { "readable-web-to-node-stream": {
"version": "1.3.0", "version": "3.0.2",
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", "resolved": "https://registry.npmjs.org/readable-web-to-node-stream/-/readable-web-to-node-stream-3.0.2.tgz",
"integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", "integrity": "sha512-ePeK6cc1EcKLEhJFt/AebMCLL+GgSKhuygrZ/GLaKZYEecIgIECf4UaUuaByiGtzckwR4ain9VzUh95T1exYGw==",
"peer": true, "peer": true,
"requires": { "requires": {
"safe-buffer": "~5.2.0" "readable-stream": "^3.6.0"
}
}
} }
}, },
"rechoir": { "rechoir": {
...@@ -13873,9 +13859,9 @@ ...@@ -13873,9 +13859,9 @@
"dev": true "dev": true
}, },
"reggol": { "reggol": {
"version": "1.3.1", "version": "1.3.2",
"resolved": "https://registry.npmjs.org/reggol/-/reggol-1.3.1.tgz", "resolved": "https://registry.npmjs.org/reggol/-/reggol-1.3.2.tgz",
"integrity": "sha512-KeT+Sih6edb0Ec0l7fQhkM2S4WxmQ9fh/1qftybMTyA4cr5+6lpUi3U3VrrgGF30Uppkx1YI/laq+49t/ljY6g==", "integrity": "sha512-vI+nWzdBJlO9OsrDCJ/z5NS4/o1mzHjwrZcn6LoESHn2get7LrbZ0TZB/dEkCtUlah324rxd5E2zciT/98Op1Q==",
"peer": true, "peer": true,
"requires": { "requires": {
"cosmokit": "^1.3.3", "cosmokit": "^1.3.3",
...@@ -14209,6 +14195,15 @@ ...@@ -14209,6 +14195,15 @@
"integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==", "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==",
"peer": true "peer": true
}, },
"string_decoder": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
"integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
"peer": true,
"requires": {
"safe-buffer": "~5.2.0"
}
},
"string-length": { "string-length": {
"version": "4.0.2", "version": "4.0.2",
"resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz", "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",
......
...@@ -47,17 +47,17 @@ ...@@ -47,17 +47,17 @@
"testEnvironment": "node" "testEnvironment": "node"
}, },
"dependencies": { "dependencies": {
"koishi-thirdeye": "^11.1.11", "koishi-thirdeye": "^11.1.13",
"moment": "^2.29.3" "moment": "^2.29.3"
}, },
"peerDependencies": { "peerDependencies": {
"koishi": "^4.9.7", "koishi": "^4.10.3",
"koishi-plugin-pics": "^10.2.1" "koishi-plugin-pics": "^10.2.1"
}, },
"devDependencies": { "devDependencies": {
"@koishijs/plugin-console": "^4.5.4", "@koishijs/plugin-console": "^4.5.4",
"@koishijs/plugin-database-memory": "^1.5.0", "@koishijs/plugin-database-memory": "^2.0.0",
"@koishijs/plugin-sandbox": "^2.2.9", "@koishijs/plugin-sandbox": "^2.3.5",
"@types/jest": "^29.2.0", "@types/jest": "^29.2.0",
"@types/node": "^17.0.31", "@types/node": "^17.0.31",
"@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/eslint-plugin": "^4.33.0",
......
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