Commit bfee4beb authored by nanahira's avatar nanahira

bump to Koishi 4.10.3

parent 00b75b01
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';
......
...@@ -10,8 +10,8 @@ ...@@ -10,8 +10,8 @@
"license": "MIT", "license": "MIT",
"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": "^16.10.3", "@types/node": "^16.10.3",
"@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/eslint-plugin": "^4.33.0",
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
}, },
"peerDependencies": { "peerDependencies": {
"@koishijs/plugin-adapter-onebot": "^5.3.3", "@koishijs/plugin-adapter-onebot": "^5.3.3",
"koishi": "^4.9.7" "koishi": "^4.10.3"
} }
}, },
"node_modules/@ampproject/remapping": { "node_modules/@ampproject/remapping": {
...@@ -1381,15 +1381,15 @@ ...@@ -1381,15 +1381,15 @@
} }
}, },
"node_modules/@koishijs/core": { "node_modules/@koishijs/core": {
"version": "4.9.9", "version": "4.10.3",
"resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.9.9.tgz", "resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.10.3.tgz",
"integrity": "sha512-LjEIPencvHXW4SOn9iwSbWR9T7UztW5UPCA0G7zZREfA3WpwpOKKoKP/ZDhxJTypylnuoM2Ldg36vDxep4SLlQ==", "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.4", "@satorijs/core": "^1.4.2",
"cordis": "^2.5.0", "cordis": "^2.6.0",
"cosmokit": "^1.3.3" "cosmokit": "^1.3.3"
} }
}, },
...@@ -1406,9 +1406,9 @@ ...@@ -1406,9 +1406,9 @@
} }
}, },
"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",
...@@ -1416,35 +1416,35 @@ ...@@ -1416,35 +1416,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",
...@@ -1454,24 +1454,24 @@ ...@@ -1454,24 +1454,24 @@
} }
}, },
"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, "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": {
...@@ -1522,37 +1522,37 @@ ...@@ -1522,37 +1522,37 @@
} }
}, },
"node_modules/@satorijs/core": { "node_modules/@satorijs/core": {
"version": "1.3.4", "version": "1.4.2",
"resolved": "https://registry.npmjs.org/@satorijs/core/-/core-1.3.4.tgz", "resolved": "https://registry.npmjs.org/@satorijs/core/-/core-1.4.2.tgz",
"integrity": "sha512-iXJcH/1jg9hsDoXRUr+GysloYULd1lgcBZH6wvV/97ruulAnjoVuAJZAOsQCBVSAcw3kvC6+N1FNvV1ki0h4tQ==", "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.4", "version": "1.4.2",
"resolved": "https://registry.npmjs.org/@satorijs/satori/-/satori-1.3.4.tgz", "resolved": "https://registry.npmjs.org/@satorijs/satori/-/satori-1.4.2.tgz",
"integrity": "sha512-F9aUa8CCucFjOGPwxKXrl94PzYZp+5Rd5vP3cW45VYSd8VLyNP1FALCpgXj1KgZhKdDCQYR1CF8PCoiRNWwF6Q==", "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.4", "@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",
...@@ -2888,21 +2888,21 @@ ...@@ -2888,21 +2888,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",
...@@ -2912,7 +2912,7 @@ ...@@ -2912,7 +2912,7 @@
"node": ">=12.0.0" "node": ">=12.0.0"
}, },
"peerDependencies": { "peerDependencies": {
"cordis": "^2.5.0" "cordis": "^2.6.0"
} }
}, },
"node_modules/cosmokit": { "node_modules/cosmokit": {
...@@ -6096,14 +6096,14 @@ ...@@ -6096,14 +6096,14 @@
} }
}, },
"node_modules/koishi": { "node_modules/koishi": {
"version": "4.9.9", "version": "4.10.3",
"resolved": "https://registry.npmjs.org/koishi/-/koishi-4.9.9.tgz", "resolved": "https://registry.npmjs.org/koishi/-/koishi-4.10.3.tgz",
"integrity": "sha512-agJl+f6AhX/pHKT/uhqp4H1tX5aTaTuK7DJEIXew3+kyqgUa0t++eponjEKXPxRkJ8GoCcbWVdhSDCPfEpcH+A==", "integrity": "sha512-eLv4A39atVmO8E9HlUyoVtc3kGawSRxyYyuN3ROE6Sz5hvX0jq73O6CsyZaWarksRYjPHvQKqndgrBNDFOs8aQ==",
"peer": true, "peer": true,
"dependencies": { "dependencies": {
"@koishijs/core": "^4.9.9", "@koishijs/core": "^4.10.3",
"@koishijs/utils": "^6.2.4", "@koishijs/utils": "^6.2.5",
"@satorijs/satori": "^1.3.4", "@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"
}, },
...@@ -6951,9 +6951,9 @@ ...@@ -6951,9 +6951,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",
...@@ -9314,15 +9314,15 @@ ...@@ -9314,15 +9314,15 @@
} }
}, },
"@koishijs/core": { "@koishijs/core": {
"version": "4.9.9", "version": "4.10.3",
"resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.9.9.tgz", "resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.10.3.tgz",
"integrity": "sha512-LjEIPencvHXW4SOn9iwSbWR9T7UztW5UPCA0G7zZREfA3WpwpOKKoKP/ZDhxJTypylnuoM2Ldg36vDxep4SLlQ==", "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.4", "@satorijs/core": "^1.4.2",
"cordis": "^2.5.0", "cordis": "^2.6.0",
"cosmokit": "^1.3.3" "cosmokit": "^1.3.3"
} }
}, },
...@@ -9336,9 +9336,9 @@ ...@@ -9336,9 +9336,9 @@
} }
}, },
"@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",
...@@ -9347,25 +9347,25 @@ ...@@ -9347,25 +9347,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",
...@@ -9375,21 +9375,21 @@ ...@@ -9375,21 +9375,21 @@
} }
}, },
"@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, "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": {
...@@ -9428,37 +9428,37 @@ ...@@ -9428,37 +9428,37 @@
} }
}, },
"@satorijs/core": { "@satorijs/core": {
"version": "1.3.4", "version": "1.4.2",
"resolved": "https://registry.npmjs.org/@satorijs/core/-/core-1.3.4.tgz", "resolved": "https://registry.npmjs.org/@satorijs/core/-/core-1.4.2.tgz",
"integrity": "sha512-iXJcH/1jg9hsDoXRUr+GysloYULd1lgcBZH6wvV/97ruulAnjoVuAJZAOsQCBVSAcw3kvC6+N1FNvV1ki0h4tQ==", "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.4", "version": "1.4.2",
"resolved": "https://registry.npmjs.org/@satorijs/satori/-/satori-1.3.4.tgz", "resolved": "https://registry.npmjs.org/@satorijs/satori/-/satori-1.4.2.tgz",
"integrity": "sha512-F9aUa8CCucFjOGPwxKXrl94PzYZp+5Rd5vP3cW45VYSd8VLyNP1FALCpgXj1KgZhKdDCQYR1CF8PCoiRNWwF6Q==", "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.4", "@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",
...@@ -10570,21 +10570,21 @@ ...@@ -10570,21 +10570,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",
...@@ -12896,14 +12896,14 @@ ...@@ -12896,14 +12896,14 @@
} }
}, },
"koishi": { "koishi": {
"version": "4.9.9", "version": "4.10.3",
"resolved": "https://registry.npmjs.org/koishi/-/koishi-4.9.9.tgz", "resolved": "https://registry.npmjs.org/koishi/-/koishi-4.10.3.tgz",
"integrity": "sha512-agJl+f6AhX/pHKT/uhqp4H1tX5aTaTuK7DJEIXew3+kyqgUa0t++eponjEKXPxRkJ8GoCcbWVdhSDCPfEpcH+A==", "integrity": "sha512-eLv4A39atVmO8E9HlUyoVtc3kGawSRxyYyuN3ROE6Sz5hvX0jq73O6CsyZaWarksRYjPHvQKqndgrBNDFOs8aQ==",
"peer": true, "peer": true,
"requires": { "requires": {
"@koishijs/core": "^4.9.9", "@koishijs/core": "^4.10.3",
"@koishijs/utils": "^6.2.4", "@koishijs/utils": "^6.2.5",
"@satorijs/satori": "^1.3.4", "@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"
} }
...@@ -13523,9 +13523,9 @@ ...@@ -13523,9 +13523,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",
......
...@@ -28,12 +28,12 @@ ...@@ -28,12 +28,12 @@
"homepage": "https://github.com/koishijs/koishi-plugin-dispose", "homepage": "https://github.com/koishijs/koishi-plugin-dispose",
"peerDependencies": { "peerDependencies": {
"@koishijs/plugin-adapter-onebot": "^5.3.3", "@koishijs/plugin-adapter-onebot": "^5.3.3",
"koishi": "^4.9.7" "koishi": "^4.10.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": "^16.10.3", "@types/node": "^16.10.3",
"@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