Commit 3da2e18b authored by nanahira's avatar nanahira

bump

parent f0584009
...@@ -9,9 +9,9 @@ ...@@ -9,9 +9,9 @@
"version": "7.2.2", "version": "7.2.2",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@koishijs/cli": "^4.9.5", "@koishijs/cli": "^4.9.9",
"@koishijs/loader": "^1.0.1", "@koishijs/loader": "^1.0.1",
"koishi": "^4.9.5", "koishi": "^4.9.9",
"load-json-file": "^6.2.0", "load-json-file": "^6.2.0",
"ws": "^8.2.3", "ws": "^8.2.3",
"yaml": "^1.10.2" "yaml": "^1.10.2"
...@@ -39,19 +39,19 @@ ...@@ -39,19 +39,19 @@
} }
}, },
"node_modules/@babel/helper-validator-identifier": { "node_modules/@babel/helper-validator-identifier": {
"version": "7.15.7", "version": "7.19.1",
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz", "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz",
"integrity": "sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==", "integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==",
"engines": { "engines": {
"node": ">=6.9.0" "node": ">=6.9.0"
} }
}, },
"node_modules/@babel/highlight": { "node_modules/@babel/highlight": {
"version": "7.16.0", "version": "7.18.6",
"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.0.tgz", "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz",
"integrity": "sha512-t8MH41kUQylBtu2+4IQA3atqevA2lRgqA2wyVB/YiWmsDSuylZZuXOUy9ric30hfzauEFfdsuk/eXTRrGrfd0g==", "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==",
"dependencies": { "dependencies": {
"@babel/helper-validator-identifier": "^7.15.7", "@babel/helper-validator-identifier": "^7.18.6",
"chalk": "^2.0.0", "chalk": "^2.0.0",
"js-tokens": "^4.0.0" "js-tokens": "^4.0.0"
}, },
...@@ -188,11 +188,11 @@ ...@@ -188,11 +188,11 @@
} }
}, },
"node_modules/@koishijs/cli": { "node_modules/@koishijs/cli": {
"version": "4.9.5", "version": "4.9.9",
"resolved": "https://registry.npmjs.org/@koishijs/cli/-/cli-4.9.5.tgz", "resolved": "https://registry.npmjs.org/@koishijs/cli/-/cli-4.9.9.tgz",
"integrity": "sha512-fvOwUA9IU4LF4rcxn3qnbVJnNOReAZqDekoTAEFPKuxBssYCI24sljKIVQ8jrs3elUlj/nwA1lJs/fsrpvCBvw==", "integrity": "sha512-tnNQTYG3d8FOMt52/ZkfIJZVeFRoQPfoa4gMeN8auhnrGd6mNm6yrQ78M7KQ0chZFOMad5z9kWYyP0OIPhsizA==",
"dependencies": { "dependencies": {
"@koishijs/loader": "^2.2.1", "@koishijs/loader": "^2.2.2",
"cac": "^6.7.12", "cac": "^6.7.12",
"chokidar": "^3.5.3", "chokidar": "^3.5.3",
"kleur": "^4.1.5", "kleur": "^4.1.5",
...@@ -206,20 +206,20 @@ ...@@ -206,20 +206,20 @@
"node": ">=12.0.0" "node": ">=12.0.0"
}, },
"peerDependencies": { "peerDependencies": {
"koishi": "^4.9.5" "koishi": "^4.9.9"
} }
}, },
"node_modules/@koishijs/cli/node_modules/@koishijs/loader": { "node_modules/@koishijs/cli/node_modules/@koishijs/loader": {
"version": "2.2.1", "version": "2.2.2",
"resolved": "https://registry.npmjs.org/@koishijs/loader/-/loader-2.2.1.tgz", "resolved": "https://registry.npmjs.org/@koishijs/loader/-/loader-2.2.2.tgz",
"integrity": "sha512-4MhHwIbLF+XQlCNLcU9WE83usoq1dHmAla6n8IZupIockgBfGpBCYxctVSNCP+sKMAh5b8EhiKBGmbjsDvsE6w==", "integrity": "sha512-QLv4ZLsmfTjIL3zHgsI5Aut+UHXKYt7HfQuyluoOFf/mmBXiRg3EQM5NJNT8PpQFDARkUrqbhwwyxBVa4y8wlw==",
"dependencies": { "dependencies": {
"dotenv": "^16.0.1", "dotenv": "^16.0.1",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"ns-require": "^1.1.4" "ns-require": "^1.1.4"
}, },
"peerDependencies": { "peerDependencies": {
"koishi": "^4.9.4" "koishi": "^4.9.7"
} }
}, },
"node_modules/@koishijs/cli/node_modules/argparse": { "node_modules/@koishijs/cli/node_modules/argparse": {
...@@ -239,14 +239,15 @@ ...@@ -239,14 +239,15 @@
} }
}, },
"node_modules/@koishijs/core": { "node_modules/@koishijs/core": {
"version": "4.9.5", "version": "4.9.9",
"resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.9.5.tgz", "resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.9.9.tgz",
"integrity": "sha512-mxC0/sOrNJ3zEPqyGTTw/jWk11kVWCPjKSGuuAEUbT2kd32xSO1KO4TdgcYILQ1JA3jBBR3Z+izgPnfHL3j3iA==", "integrity": "sha512-LjEIPencvHXW4SOn9iwSbWR9T7UztW5UPCA0G7zZREfA3WpwpOKKoKP/ZDhxJTypylnuoM2Ldg36vDxep4SLlQ==",
"dependencies": { "dependencies": {
"@koishijs/utils": "^6.2.3", "@koishijs/utils": "^6.2.4",
"@minatojs/core": "^1.3.1", "@minatojs/core": "^1.3.2",
"@satorijs/core": "^1.2.1", "@satorijs/core": "^1.3.4",
"cordis": "^2.5.0" "cordis": "^2.5.0",
"cosmokit": "^1.3.3"
} }
}, },
"node_modules/@koishijs/loader": { "node_modules/@koishijs/loader": {
...@@ -274,9 +275,9 @@ ...@@ -274,9 +275,9 @@
} }
}, },
"node_modules/@koishijs/utils": { "node_modules/@koishijs/utils": {
"version": "6.2.3", "version": "6.2.4",
"resolved": "https://registry.npmjs.org/@koishijs/utils/-/utils-6.2.3.tgz", "resolved": "https://registry.npmjs.org/@koishijs/utils/-/utils-6.2.4.tgz",
"integrity": "sha512-6ZIYBGg5Se+eB4eXPH+vlypchFtyAV4zTBEPfyiDbTMBdkqc1tbBpkGvAYkPjf+KOTbPqJpUL6YNZHebVoN91A==", "integrity": "sha512-AfZA1TX8oOQCNFTOmG5cBRPC0YbSUPgbUYkninFg8F2sp98C8VSn1hua1OVjCM5zC9XISWtj5QpKJHPJRIa+BA==",
"dependencies": { "dependencies": {
"cosmokit": "^1.3.3", "cosmokit": "^1.3.3",
"inaba": "^1.1.1", "inaba": "^1.1.1",
...@@ -285,9 +286,9 @@ ...@@ -285,9 +286,9 @@
} }
}, },
"node_modules/@minatojs/core": { "node_modules/@minatojs/core": {
"version": "1.3.1", "version": "1.3.2",
"resolved": "https://registry.npmjs.org/@minatojs/core/-/core-1.3.1.tgz", "resolved": "https://registry.npmjs.org/@minatojs/core/-/core-1.3.2.tgz",
"integrity": "sha512-+RuiSFpZx41TiUeUY0DJ6ts1d6aaNoQ18VoHZcdpT5NPPNeW4u+N3b/XkZjcBGZTeILrLmlmwxKhq1iU/+dE0A==", "integrity": "sha512-hEMzHobEqY8yD3M5lLiUjfsvNV4NTLBZJkKNJ4wTi+zhm4LbDmaJpV0LoUtgzl8v0SE79gBYZGXNhkeMg/cX0w==",
"dependencies": { "dependencies": {
"cosmokit": "^1.3.3" "cosmokit": "^1.3.3"
} }
...@@ -328,13 +329,13 @@ ...@@ -328,13 +329,13 @@
} }
}, },
"node_modules/@satorijs/core": { "node_modules/@satorijs/core": {
"version": "1.2.1", "version": "1.3.4",
"resolved": "https://registry.npmjs.org/@satorijs/core/-/core-1.2.1.tgz", "resolved": "https://registry.npmjs.org/@satorijs/core/-/core-1.3.4.tgz",
"integrity": "sha512-HyM0jc9IOtDzl4kZHCGTzxd5DHOmJpiIKx9qiqwCk6GTG0oltra5gi3Sh1+J1fddRr0te8ODQH9Oolgr4KBXyA==", "integrity": "sha512-iXJcH/1jg9hsDoXRUr+GysloYULd1lgcBZH6wvV/97ruulAnjoVuAJZAOsQCBVSAcw3kvC6+N1FNvV1ki0h4tQ==",
"dependencies": { "dependencies": {
"@satorijs/element": "^1.1.3", "@satorijs/element": "^2.0.0",
"cordis": "^2.5.0", "cordis": "^2.5.0",
"cordis-axios": "^2.0.1", "cordis-axios": "^2.1.3",
"cosmokit": "^1.3.3", "cosmokit": "^1.3.3",
"reggol": "^1.3.1", "reggol": "^1.3.1",
"schemastery": "^3.5.4", "schemastery": "^3.5.4",
...@@ -342,25 +343,24 @@ ...@@ -342,25 +343,24 @@
} }
}, },
"node_modules/@satorijs/element": { "node_modules/@satorijs/element": {
"version": "1.1.3", "version": "2.0.0",
"resolved": "https://registry.npmjs.org/@satorijs/element/-/element-1.1.3.tgz", "resolved": "https://registry.npmjs.org/@satorijs/element/-/element-2.0.0.tgz",
"integrity": "sha512-ujRE0u3/ZldQwv2J87meiNT+INoU+lxRkqnEc6Wj36Il9SIvJEr1jU2xnhP0QecQkEFOoovrKd9mr1LSxHLQAA==", "integrity": "sha512-Eq0Q3Z9XiSPrV5KdBZgiQK6EWPzfT7Vx0bqNyhwlByY3pSZcGGwnTw8DDIQzd2y+T5flOr36h3bASXSbxweogA==",
"dependencies": { "dependencies": {
"cosmokit": "^1.3.3" "cosmokit": "^1.3.3"
} }
}, },
"node_modules/@satorijs/satori": { "node_modules/@satorijs/satori": {
"version": "1.2.1", "version": "1.3.4",
"resolved": "https://registry.npmjs.org/@satorijs/satori/-/satori-1.2.1.tgz", "resolved": "https://registry.npmjs.org/@satorijs/satori/-/satori-1.3.4.tgz",
"integrity": "sha512-lyWduPVN1vmxlCVhnPLHG87ahorvDMqmzQ1ichbGYeLipVFQUQqpJqeJz4PdMeROl72pJlqpXlEhYuaWtxjwcg==", "integrity": "sha512-F9aUa8CCucFjOGPwxKXrl94PzYZp+5Rd5vP3cW45VYSd8VLyNP1FALCpgXj1KgZhKdDCQYR1CF8PCoiRNWwF6Q==",
"dependencies": { "dependencies": {
"@koa/router": "^10.1.1", "@koa/router": "^10.1.1",
"@satorijs/core": "^1.2.1", "@satorijs/core": "1.3.4",
"@types/koa": "*", "@types/koa": "*",
"@types/koa__router": "*", "@types/koa__router": "*",
"@types/ws": "^8.5.3", "@types/ws": "^8.5.3",
"agent-base": "^6.0.2", "agent-base": "^6.0.2",
"axios": "^0.27.2",
"http-proxy-agent": "^5.0.0", "http-proxy-agent": "^5.0.0",
"https-proxy-agent": "^5.0.1", "https-proxy-agent": "^5.0.1",
"koa": "^2.13.4", "koa": "^2.13.4",
...@@ -456,9 +456,9 @@ ...@@ -456,9 +456,9 @@
"integrity": "sha512-FyAOrDuQmBi8/or3ns4rwPno7/9tJTijVW6aQQjK02+kOQ8zmoNg2XJtAuQhvQcy1ASJq38wirX5//9J1EqoUA==" "integrity": "sha512-FyAOrDuQmBi8/or3ns4rwPno7/9tJTijVW6aQQjK02+kOQ8zmoNg2XJtAuQhvQcy1ASJq38wirX5//9J1EqoUA=="
}, },
"node_modules/@types/http-errors": { "node_modules/@types/http-errors": {
"version": "1.8.2", "version": "2.0.0",
"resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-1.8.2.tgz", "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.0.tgz",
"integrity": "sha512-EqX+YQxINb+MeXaIqYDASb6U6FCHbWjkj4a1CKDBks3d/QiB2+PqBLyO72vLDgAO1wUI4O+9gweRcQK11bTL/w==" "integrity": "sha512-6mkB8Gx7Of1yjqqh1nLH22ATNol5+mIXVFaQCOQY+R3JxB6/soiqKAxBgdSE6R/1IWu69rR4cJ/027TxLEs/Vg=="
}, },
"node_modules/@types/json-schema": { "node_modules/@types/json-schema": {
"version": "7.0.9", "version": "7.0.9",
...@@ -852,12 +852,13 @@ ...@@ -852,12 +852,13 @@
"integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
}, },
"node_modules/axios": { "node_modules/axios": {
"version": "0.27.2", "version": "1.1.3",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.27.2.tgz", "resolved": "https://registry.npmjs.org/axios/-/axios-1.1.3.tgz",
"integrity": "sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==", "integrity": "sha512-00tXVRwKx/FZr/IDVFt4C+f9FYairX517WoGCL6dpOntqLkZofjhu43F/Xl44UOpqa+9sLFDrG/XAnFsUYgkDA==",
"dependencies": { "dependencies": {
"follow-redirects": "^1.14.9", "follow-redirects": "^1.15.0",
"form-data": "^4.0.0" "form-data": "^4.0.0",
"proxy-from-env": "^1.1.0"
} }
}, },
"node_modules/balanced-match": { "node_modules/balanced-match": {
...@@ -1094,19 +1095,21 @@ ...@@ -1094,19 +1095,21 @@
} }
}, },
"node_modules/cordis-axios": { "node_modules/cordis-axios": {
"version": "2.0.1", "version": "2.1.3",
"resolved": "https://registry.npmjs.org/cordis-axios/-/cordis-axios-2.0.1.tgz", "resolved": "https://registry.npmjs.org/cordis-axios/-/cordis-axios-2.1.3.tgz",
"integrity": "sha512-9zdVoOdMgD+DLfAJSJ6+nC2l80S4LRXNoVlz7bTj3uFJyGpp+vAklvINNlIXc7dkNLvPijSN7RcT5jKOIigRFQ==", "integrity": "sha512-W6RCzZ4u+q/2D+BSAYV3aA3dMuz1bi+c9L1RI8g9SLaA5Z2QoaJ5zX1faIrS8y79AWtXm8joIGj+gzPVnvO8ww==",
"dependencies": { "dependencies": {
"axios": "^0.27.2", "axios": "^1.1.2",
"cosmokit": "^1.3.3", "cosmokit": "^1.3.3",
"file-type": "^16.5.4",
"mime-db": "^1.52.0",
"schemastery": "^3.5.4" "schemastery": "^3.5.4"
}, },
"engines": { "engines": {
"node": ">=12.0.0" "node": ">=12.0.0"
}, },
"peerDependencies": { "peerDependencies": {
"cordis": "^2.3.4" "cordis": "^2.5.0"
} }
}, },
"node_modules/cosmokit": { "node_modules/cosmokit": {
...@@ -1771,9 +1774,9 @@ ...@@ -1771,9 +1774,9 @@
} }
}, },
"node_modules/graceful-fs": { "node_modules/graceful-fs": {
"version": "4.2.8", "version": "4.2.10",
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.8.tgz", "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz",
"integrity": "sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==" "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA=="
}, },
"node_modules/has": { "node_modules/has": {
"version": "1.0.3", "version": "1.0.3",
...@@ -2165,13 +2168,13 @@ ...@@ -2165,13 +2168,13 @@
} }
}, },
"node_modules/koishi": { "node_modules/koishi": {
"version": "4.9.5", "version": "4.9.9",
"resolved": "https://registry.npmjs.org/koishi/-/koishi-4.9.5.tgz", "resolved": "https://registry.npmjs.org/koishi/-/koishi-4.9.9.tgz",
"integrity": "sha512-N+SKegpSmMmWIwlkd0DueYfVYPXInI9I9kcM9Y0vnVzKLZxjkwqFjNRXkJi0t++g/rdq9CYDGz7VawwEzKdi9Q==", "integrity": "sha512-agJl+f6AhX/pHKT/uhqp4H1tX5aTaTuK7DJEIXew3+kyqgUa0t++eponjEKXPxRkJ8GoCcbWVdhSDCPfEpcH+A==",
"dependencies": { "dependencies": {
"@koishijs/core": "^4.9.5", "@koishijs/core": "^4.9.9",
"@koishijs/utils": "^6.2.3", "@koishijs/utils": "^6.2.4",
"@satorijs/satori": "^1.2.1", "@satorijs/satori": "^1.3.4",
"file-type": "^16.5.4", "file-type": "^16.5.4",
"ns-require": "^1.1.4" "ns-require": "^1.1.4"
}, },
...@@ -2548,6 +2551,11 @@ ...@@ -2548,6 +2551,11 @@
"node": ">=6" "node": ">=6"
} }
}, },
"node_modules/proxy-from-env": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
"integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg=="
},
"node_modules/punycode": { "node_modules/punycode": {
"version": "2.1.1", "version": "2.1.1",
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
...@@ -3309,16 +3317,16 @@ ...@@ -3309,16 +3317,16 @@
} }
}, },
"@babel/helper-validator-identifier": { "@babel/helper-validator-identifier": {
"version": "7.15.7", "version": "7.19.1",
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz", "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz",
"integrity": "sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==" "integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w=="
}, },
"@babel/highlight": { "@babel/highlight": {
"version": "7.16.0", "version": "7.18.6",
"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.0.tgz", "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz",
"integrity": "sha512-t8MH41kUQylBtu2+4IQA3atqevA2lRgqA2wyVB/YiWmsDSuylZZuXOUy9ric30hfzauEFfdsuk/eXTRrGrfd0g==", "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==",
"requires": { "requires": {
"@babel/helper-validator-identifier": "^7.15.7", "@babel/helper-validator-identifier": "^7.18.6",
"chalk": "^2.0.0", "chalk": "^2.0.0",
"js-tokens": "^4.0.0" "js-tokens": "^4.0.0"
}, },
...@@ -3429,11 +3437,11 @@ ...@@ -3429,11 +3437,11 @@
} }
}, },
"@koishijs/cli": { "@koishijs/cli": {
"version": "4.9.5", "version": "4.9.9",
"resolved": "https://registry.npmjs.org/@koishijs/cli/-/cli-4.9.5.tgz", "resolved": "https://registry.npmjs.org/@koishijs/cli/-/cli-4.9.9.tgz",
"integrity": "sha512-fvOwUA9IU4LF4rcxn3qnbVJnNOReAZqDekoTAEFPKuxBssYCI24sljKIVQ8jrs3elUlj/nwA1lJs/fsrpvCBvw==", "integrity": "sha512-tnNQTYG3d8FOMt52/ZkfIJZVeFRoQPfoa4gMeN8auhnrGd6mNm6yrQ78M7KQ0chZFOMad5z9kWYyP0OIPhsizA==",
"requires": { "requires": {
"@koishijs/loader": "^2.2.1", "@koishijs/loader": "^2.2.2",
"cac": "^6.7.12", "cac": "^6.7.12",
"chokidar": "^3.5.3", "chokidar": "^3.5.3",
"kleur": "^4.1.5", "kleur": "^4.1.5",
...@@ -3442,9 +3450,9 @@ ...@@ -3442,9 +3450,9 @@
}, },
"dependencies": { "dependencies": {
"@koishijs/loader": { "@koishijs/loader": {
"version": "2.2.1", "version": "2.2.2",
"resolved": "https://registry.npmjs.org/@koishijs/loader/-/loader-2.2.1.tgz", "resolved": "https://registry.npmjs.org/@koishijs/loader/-/loader-2.2.2.tgz",
"integrity": "sha512-4MhHwIbLF+XQlCNLcU9WE83usoq1dHmAla6n8IZupIockgBfGpBCYxctVSNCP+sKMAh5b8EhiKBGmbjsDvsE6w==", "integrity": "sha512-QLv4ZLsmfTjIL3zHgsI5Aut+UHXKYt7HfQuyluoOFf/mmBXiRg3EQM5NJNT8PpQFDARkUrqbhwwyxBVa4y8wlw==",
"requires": { "requires": {
"dotenv": "^16.0.1", "dotenv": "^16.0.1",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
...@@ -3467,14 +3475,15 @@ ...@@ -3467,14 +3475,15 @@
} }
}, },
"@koishijs/core": { "@koishijs/core": {
"version": "4.9.5", "version": "4.9.9",
"resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.9.5.tgz", "resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.9.9.tgz",
"integrity": "sha512-mxC0/sOrNJ3zEPqyGTTw/jWk11kVWCPjKSGuuAEUbT2kd32xSO1KO4TdgcYILQ1JA3jBBR3Z+izgPnfHL3j3iA==", "integrity": "sha512-LjEIPencvHXW4SOn9iwSbWR9T7UztW5UPCA0G7zZREfA3WpwpOKKoKP/ZDhxJTypylnuoM2Ldg36vDxep4SLlQ==",
"requires": { "requires": {
"@koishijs/utils": "^6.2.3", "@koishijs/utils": "^6.2.4",
"@minatojs/core": "^1.3.1", "@minatojs/core": "^1.3.2",
"@satorijs/core": "^1.2.1", "@satorijs/core": "^1.3.4",
"cordis": "^2.5.0" "cordis": "^2.5.0",
"cosmokit": "^1.3.3"
} }
}, },
"@koishijs/loader": { "@koishijs/loader": {
...@@ -3501,9 +3510,9 @@ ...@@ -3501,9 +3510,9 @@
} }
}, },
"@koishijs/utils": { "@koishijs/utils": {
"version": "6.2.3", "version": "6.2.4",
"resolved": "https://registry.npmjs.org/@koishijs/utils/-/utils-6.2.3.tgz", "resolved": "https://registry.npmjs.org/@koishijs/utils/-/utils-6.2.4.tgz",
"integrity": "sha512-6ZIYBGg5Se+eB4eXPH+vlypchFtyAV4zTBEPfyiDbTMBdkqc1tbBpkGvAYkPjf+KOTbPqJpUL6YNZHebVoN91A==", "integrity": "sha512-AfZA1TX8oOQCNFTOmG5cBRPC0YbSUPgbUYkninFg8F2sp98C8VSn1hua1OVjCM5zC9XISWtj5QpKJHPJRIa+BA==",
"requires": { "requires": {
"cosmokit": "^1.3.3", "cosmokit": "^1.3.3",
"inaba": "^1.1.1", "inaba": "^1.1.1",
...@@ -3512,9 +3521,9 @@ ...@@ -3512,9 +3521,9 @@
} }
}, },
"@minatojs/core": { "@minatojs/core": {
"version": "1.3.1", "version": "1.3.2",
"resolved": "https://registry.npmjs.org/@minatojs/core/-/core-1.3.1.tgz", "resolved": "https://registry.npmjs.org/@minatojs/core/-/core-1.3.2.tgz",
"integrity": "sha512-+RuiSFpZx41TiUeUY0DJ6ts1d6aaNoQ18VoHZcdpT5NPPNeW4u+N3b/XkZjcBGZTeILrLmlmwxKhq1iU/+dE0A==", "integrity": "sha512-hEMzHobEqY8yD3M5lLiUjfsvNV4NTLBZJkKNJ4wTi+zhm4LbDmaJpV0LoUtgzl8v0SE79gBYZGXNhkeMg/cX0w==",
"requires": { "requires": {
"cosmokit": "^1.3.3" "cosmokit": "^1.3.3"
} }
...@@ -3546,13 +3555,13 @@ ...@@ -3546,13 +3555,13 @@
} }
}, },
"@satorijs/core": { "@satorijs/core": {
"version": "1.2.1", "version": "1.3.4",
"resolved": "https://registry.npmjs.org/@satorijs/core/-/core-1.2.1.tgz", "resolved": "https://registry.npmjs.org/@satorijs/core/-/core-1.3.4.tgz",
"integrity": "sha512-HyM0jc9IOtDzl4kZHCGTzxd5DHOmJpiIKx9qiqwCk6GTG0oltra5gi3Sh1+J1fddRr0te8ODQH9Oolgr4KBXyA==", "integrity": "sha512-iXJcH/1jg9hsDoXRUr+GysloYULd1lgcBZH6wvV/97ruulAnjoVuAJZAOsQCBVSAcw3kvC6+N1FNvV1ki0h4tQ==",
"requires": { "requires": {
"@satorijs/element": "^1.1.3", "@satorijs/element": "^2.0.0",
"cordis": "^2.5.0", "cordis": "^2.5.0",
"cordis-axios": "^2.0.1", "cordis-axios": "^2.1.3",
"cosmokit": "^1.3.3", "cosmokit": "^1.3.3",
"reggol": "^1.3.1", "reggol": "^1.3.1",
"schemastery": "^3.5.4", "schemastery": "^3.5.4",
...@@ -3560,25 +3569,24 @@ ...@@ -3560,25 +3569,24 @@
} }
}, },
"@satorijs/element": { "@satorijs/element": {
"version": "1.1.3", "version": "2.0.0",
"resolved": "https://registry.npmjs.org/@satorijs/element/-/element-1.1.3.tgz", "resolved": "https://registry.npmjs.org/@satorijs/element/-/element-2.0.0.tgz",
"integrity": "sha512-ujRE0u3/ZldQwv2J87meiNT+INoU+lxRkqnEc6Wj36Il9SIvJEr1jU2xnhP0QecQkEFOoovrKd9mr1LSxHLQAA==", "integrity": "sha512-Eq0Q3Z9XiSPrV5KdBZgiQK6EWPzfT7Vx0bqNyhwlByY3pSZcGGwnTw8DDIQzd2y+T5flOr36h3bASXSbxweogA==",
"requires": { "requires": {
"cosmokit": "^1.3.3" "cosmokit": "^1.3.3"
} }
}, },
"@satorijs/satori": { "@satorijs/satori": {
"version": "1.2.1", "version": "1.3.4",
"resolved": "https://registry.npmjs.org/@satorijs/satori/-/satori-1.2.1.tgz", "resolved": "https://registry.npmjs.org/@satorijs/satori/-/satori-1.3.4.tgz",
"integrity": "sha512-lyWduPVN1vmxlCVhnPLHG87ahorvDMqmzQ1ichbGYeLipVFQUQqpJqeJz4PdMeROl72pJlqpXlEhYuaWtxjwcg==", "integrity": "sha512-F9aUa8CCucFjOGPwxKXrl94PzYZp+5Rd5vP3cW45VYSd8VLyNP1FALCpgXj1KgZhKdDCQYR1CF8PCoiRNWwF6Q==",
"requires": { "requires": {
"@koa/router": "^10.1.1", "@koa/router": "^10.1.1",
"@satorijs/core": "^1.2.1", "@satorijs/core": "1.3.4",
"@types/koa": "*", "@types/koa": "*",
"@types/koa__router": "*", "@types/koa__router": "*",
"@types/ws": "^8.5.3", "@types/ws": "^8.5.3",
"agent-base": "^6.0.2", "agent-base": "^6.0.2",
"axios": "^0.27.2",
"http-proxy-agent": "^5.0.0", "http-proxy-agent": "^5.0.0",
"https-proxy-agent": "^5.0.1", "https-proxy-agent": "^5.0.1",
"koa": "^2.13.4", "koa": "^2.13.4",
...@@ -3668,9 +3676,9 @@ ...@@ -3668,9 +3676,9 @@
"integrity": "sha512-FyAOrDuQmBi8/or3ns4rwPno7/9tJTijVW6aQQjK02+kOQ8zmoNg2XJtAuQhvQcy1ASJq38wirX5//9J1EqoUA==" "integrity": "sha512-FyAOrDuQmBi8/or3ns4rwPno7/9tJTijVW6aQQjK02+kOQ8zmoNg2XJtAuQhvQcy1ASJq38wirX5//9J1EqoUA=="
}, },
"@types/http-errors": { "@types/http-errors": {
"version": "1.8.2", "version": "2.0.0",
"resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-1.8.2.tgz", "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.0.tgz",
"integrity": "sha512-EqX+YQxINb+MeXaIqYDASb6U6FCHbWjkj4a1CKDBks3d/QiB2+PqBLyO72vLDgAO1wUI4O+9gweRcQK11bTL/w==" "integrity": "sha512-6mkB8Gx7Of1yjqqh1nLH22ATNol5+mIXVFaQCOQY+R3JxB6/soiqKAxBgdSE6R/1IWu69rR4cJ/027TxLEs/Vg=="
}, },
"@types/json-schema": { "@types/json-schema": {
"version": "7.0.9", "version": "7.0.9",
...@@ -3944,12 +3952,13 @@ ...@@ -3944,12 +3952,13 @@
"integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
}, },
"axios": { "axios": {
"version": "0.27.2", "version": "1.1.3",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.27.2.tgz", "resolved": "https://registry.npmjs.org/axios/-/axios-1.1.3.tgz",
"integrity": "sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==", "integrity": "sha512-00tXVRwKx/FZr/IDVFt4C+f9FYairX517WoGCL6dpOntqLkZofjhu43F/Xl44UOpqa+9sLFDrG/XAnFsUYgkDA==",
"requires": { "requires": {
"follow-redirects": "^1.14.9", "follow-redirects": "^1.15.0",
"form-data": "^4.0.0" "form-data": "^4.0.0",
"proxy-from-env": "^1.1.0"
} }
}, },
"balanced-match": { "balanced-match": {
...@@ -4128,12 +4137,14 @@ ...@@ -4128,12 +4137,14 @@
} }
}, },
"cordis-axios": { "cordis-axios": {
"version": "2.0.1", "version": "2.1.3",
"resolved": "https://registry.npmjs.org/cordis-axios/-/cordis-axios-2.0.1.tgz", "resolved": "https://registry.npmjs.org/cordis-axios/-/cordis-axios-2.1.3.tgz",
"integrity": "sha512-9zdVoOdMgD+DLfAJSJ6+nC2l80S4LRXNoVlz7bTj3uFJyGpp+vAklvINNlIXc7dkNLvPijSN7RcT5jKOIigRFQ==", "integrity": "sha512-W6RCzZ4u+q/2D+BSAYV3aA3dMuz1bi+c9L1RI8g9SLaA5Z2QoaJ5zX1faIrS8y79AWtXm8joIGj+gzPVnvO8ww==",
"requires": { "requires": {
"axios": "^0.27.2", "axios": "^1.1.2",
"cosmokit": "^1.3.3", "cosmokit": "^1.3.3",
"file-type": "^16.5.4",
"mime-db": "^1.52.0",
"schemastery": "^3.5.4" "schemastery": "^3.5.4"
} }
}, },
...@@ -4623,9 +4634,9 @@ ...@@ -4623,9 +4634,9 @@
} }
}, },
"graceful-fs": { "graceful-fs": {
"version": "4.2.8", "version": "4.2.10",
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.8.tgz", "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz",
"integrity": "sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==" "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA=="
}, },
"has": { "has": {
"version": "1.0.3", "version": "1.0.3",
...@@ -4915,13 +4926,13 @@ ...@@ -4915,13 +4926,13 @@
} }
}, },
"koishi": { "koishi": {
"version": "4.9.5", "version": "4.9.9",
"resolved": "https://registry.npmjs.org/koishi/-/koishi-4.9.5.tgz", "resolved": "https://registry.npmjs.org/koishi/-/koishi-4.9.9.tgz",
"integrity": "sha512-N+SKegpSmMmWIwlkd0DueYfVYPXInI9I9kcM9Y0vnVzKLZxjkwqFjNRXkJi0t++g/rdq9CYDGz7VawwEzKdi9Q==", "integrity": "sha512-agJl+f6AhX/pHKT/uhqp4H1tX5aTaTuK7DJEIXew3+kyqgUa0t++eponjEKXPxRkJ8GoCcbWVdhSDCPfEpcH+A==",
"requires": { "requires": {
"@koishijs/core": "^4.9.5", "@koishijs/core": "^4.9.9",
"@koishijs/utils": "^6.2.3", "@koishijs/utils": "^6.2.4",
"@satorijs/satori": "^1.2.1", "@satorijs/satori": "^1.3.4",
"file-type": "^16.5.4", "file-type": "^16.5.4",
"ns-require": "^1.1.4" "ns-require": "^1.1.4"
} }
...@@ -5196,6 +5207,11 @@ ...@@ -5196,6 +5207,11 @@
} }
} }
}, },
"proxy-from-env": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
"integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg=="
},
"punycode": { "punycode": {
"version": "2.1.1", "version": "2.1.1",
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
......
...@@ -36,9 +36,9 @@ ...@@ -36,9 +36,9 @@
"typescript": "^4.8.2" "typescript": "^4.8.2"
}, },
"dependencies": { "dependencies": {
"@koishijs/cli": "^4.9.5", "@koishijs/cli": "^4.9.9",
"@koishijs/loader": "^1.0.1", "@koishijs/loader": "^1.0.1",
"koishi": "^4.9.5", "koishi": "^4.9.9",
"load-json-file": "^6.2.0", "load-json-file": "^6.2.0",
"ws": "^8.2.3", "ws": "^8.2.3",
"yaml": "^1.10.2" "yaml": "^1.10.2"
......
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