From e20587e87f0a2d16a1ebeb809515193ce9828eba Mon Sep 17 00:00:00 2001 From: Shigma Date: Sun, 5 Nov 2023 04:04:18 +0800 Subject: [PATCH] chore: bump versions --- package.json | 26 ++++++++++---------- packages/core/package.json | 8 +++--- packages/koishi/package.json | 10 ++++---- packages/loader/package.json | 8 +++--- packages/utils/package.json | 2 +- plugins/adapter/dingtalk/package.json | 4 +-- plugins/adapter/discord/package.json | 8 +++--- plugins/adapter/kook/package.json | 8 +++--- plugins/adapter/lark/package.json | 4 +-- plugins/adapter/line/package.json | 4 +-- plugins/adapter/mail/package.json | 8 +++--- plugins/adapter/matrix/package.json | 4 +-- plugins/adapter/qq/package.json | 4 +-- plugins/adapter/satori/package.json | 4 +-- plugins/adapter/slack/package.json | 4 +-- plugins/adapter/telegram/package.json | 4 +-- plugins/adapter/wechat-official/package.json | 4 +-- plugins/adapter/wecom/package.json | 4 +-- plugins/adapter/whatsapp/package.json | 8 +++--- plugins/adapter/zulip/package.json | 8 +++--- plugins/common/bind/package.json | 6 ++--- plugins/common/broadcast/package.json | 6 ++--- plugins/common/callme/package.json | 6 ++--- plugins/common/echo/package.json | 6 ++--- plugins/common/help/package.json | 6 ++--- plugins/common/inspect/package.json | 6 ++--- plugins/database/memory/package.json | 4 +-- plugins/database/mongo/package.json | 4 +-- plugins/database/mysql/package.json | 4 +-- plugins/database/sqlite/package.json | 4 +-- plugins/hmr/package.json | 12 ++++----- plugins/mock/package.json | 4 +-- plugins/server/package.json | 4 +-- 33 files changed, 103 insertions(+), 103 deletions(-) diff --git a/package.json b/package.json index 32cc018e66..9c260147c7 100644 --- a/package.json +++ b/package.json @@ -38,23 +38,23 @@ "@koishijs/eslint-config": "^1.0.4", "@octokit/rest": "^18.12.0", "@sinonjs/fake-timers": "^6.0.1", - "@types/chai": "^4.3.5", - "@types/chai-as-promised": "^7.1.5", + "@types/chai": "^4.3.9", + "@types/chai-as-promised": "^7.1.7", "@types/mocha": "^9.1.1", - "@types/node": "^20.4.2", - "@types/prompts": "^2.4.4", - "@types/semver": "^7.5.0", + "@types/node": "^20.8.9", + "@types/prompts": "^2.4.7", + "@types/semver": "^7.5.4", "@types/sinonjs__fake-timers": "^6.0.4", - "@types/source-map-support": "^0.5.6", + "@types/source-map-support": "^0.5.9", "c8": "^7.14.0", "cac": "^6.7.14", - "chai": "^4.3.7", + "chai": "^4.3.10", "chai-as-promised": "^7.1.1", "cross-env": "^7.0.3", - "esbuild": "^0.18.14", - "esbuild-register": "^3.4.2", - "eslint": "^8.45.0", - "eslint-plugin-mocha": "^10.1.0", + "esbuild": "^0.18.20", + "esbuild-register": "^3.5.0", + "eslint": "^8.52.0", + "eslint-plugin-mocha": "^10.2.0", "globby": "^11.1.0", "jest-mock": "^28.1.3", "kleur": "^4.1.5", @@ -65,12 +65,12 @@ "semver": "^7.5.4", "shx": "^0.3.4", "source-map-support": "^0.5.21", - "typescript": "^5.1.6", + "typescript": "^5.2.2", "yakumo": "^0.3.13", "yakumo-esbuild": "^0.3.26", "yakumo-esbuild-yaml": "^0.3.1", "yakumo-mocha": "^0.3.1", - "yakumo-publish": "^0.3.4", + "yakumo-publish": "^0.3.5", "yakumo-publish-sync": "^0.3.3", "yakumo-tsc": "^0.3.12", "yakumo-upgrade": "^0.3.4", diff --git a/packages/core/package.json b/packages/core/package.json index 9e41dbe147..1159d96a62 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/core", "description": "Core Features for Koishi", - "version": "4.15.3", + "version": "4.15.4", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -26,7 +26,7 @@ "koishi" ], "devDependencies": { - "chai": "^4.3.7", + "chai": "^4.3.10", "chai-as-promised": "^7.1.1", "chai-shape": "^1.0.0" }, @@ -34,8 +34,8 @@ "@koishijs/i18n-utils": "^1.0.0", "@koishijs/utils": "^7.1.1", "@minatojs/core": "^2.4.3", - "@satorijs/core": "^3.1.0", - "cordis": "^3.1.1", + "@satorijs/core": "^3.1.4", + "cordis": "^3.2.1", "cosmokit": "^1.5.1", "fastest-levenshtein": "^1.0.16" } diff --git a/packages/koishi/package.json b/packages/koishi/package.json index 4ce7ce394e..04da0e0116 100644 --- a/packages/koishi/package.json +++ b/packages/koishi/package.json @@ -1,7 +1,7 @@ { "name": "koishi", "description": "Cross-Platform Chatbot Framework Made with Love", - "version": "4.15.3", + "version": "4.15.4", "main": "lib/index.cjs", "module": "lib/index.mjs", "types": "lib/index.d.ts", @@ -44,11 +44,11 @@ "framework" ], "dependencies": { - "@koishijs/core": "4.15.3", - "@koishijs/loader": "4.2.3", + "@koishijs/core": "4.15.4", + "@koishijs/loader": "4.2.4", "@koishijs/utils": "^7.1.1", - "@satorijs/router": "^1.0.2", - "@satorijs/satori": "^3.1.0", + "@satorijs/router": "^1.1.2", + "@satorijs/satori": "^3.1.4", "cac": "^6.7.14", "kleur": "^4.1.5" } diff --git a/packages/loader/package.json b/packages/loader/package.json index 9517d2ca64..97bfa44a84 100644 --- a/packages/loader/package.json +++ b/packages/loader/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/loader", "description": "Config Loader for Koishi", - "version": "4.2.3", + "version": "4.2.4", "main": "lib/index.js", "module": "lib/shared.mjs", "types": "lib/index.d.ts", @@ -41,11 +41,11 @@ "config" ], "peerDependencies": { - "@koishijs/core": "4.15.3" + "@koishijs/core": "4.15.4" }, "devDependencies": { - "@koishijs/core": "4.15.3", - "@types/js-yaml": "^4.0.5" + "@koishijs/core": "4.15.4", + "@types/js-yaml": "^4.0.8" }, "dependencies": { "dotenv": "^16.3.1", diff --git a/packages/utils/package.json b/packages/utils/package.json index 01b0ca9f36..433a0153be 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -28,7 +28,7 @@ ], "devDependencies": { "@sinonjs/fake-timers": "^6.0.1", - "@types/supports-color": "^8.1.1" + "@types/supports-color": "^8.1.2" }, "dependencies": { "cosmokit": "^1.5.1", diff --git a/plugins/adapter/dingtalk/package.json b/plugins/adapter/dingtalk/package.json index 6f3ffcdc66..e0bd5ad8f8 100644 --- a/plugins/adapter/dingtalk/package.json +++ b/plugins/adapter/dingtalk/package.json @@ -39,10 +39,10 @@ } }, "peerDependencies": { - "koishi": "^4.15.3" + "koishi": "^4.15.4" }, "devDependencies": { - "koishi": "^4.15.3" + "koishi": "^4.15.4" }, "dependencies": { "@satorijs/adapter-dingtalk": "^2.0.3" diff --git a/plugins/adapter/discord/package.json b/plugins/adapter/discord/package.json index 0e2eed5e15..97e661324b 100644 --- a/plugins/adapter/discord/package.json +++ b/plugins/adapter/discord/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-adapter-discord", "description": "Discord Adapter for Koishi", - "version": "4.1.3", + "version": "4.1.4", "main": "lib/index.js", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -39,12 +39,12 @@ } }, "peerDependencies": { - "koishi": "^4.15.3" + "koishi": "^4.15.4" }, "devDependencies": { - "koishi": "^4.15.3" + "koishi": "^4.15.4" }, "dependencies": { - "@satorijs/adapter-discord": "^4.1.3" + "@satorijs/adapter-discord": "^4.1.4" } } diff --git a/plugins/adapter/kook/package.json b/plugins/adapter/kook/package.json index a4aaa16a46..3fb899cc43 100644 --- a/plugins/adapter/kook/package.json +++ b/plugins/adapter/kook/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-adapter-kook", "description": "Kook (Kaiheila) Adapter for Koishi", - "version": "4.0.7", + "version": "4.1.3", "main": "lib/index.js", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -40,12 +40,12 @@ } }, "peerDependencies": { - "koishi": "^4.15.3" + "koishi": "^4.15.4" }, "devDependencies": { - "koishi": "^4.15.3" + "koishi": "^4.15.4" }, "dependencies": { - "@satorijs/adapter-kook": "^4.0.7" + "@satorijs/adapter-kook": "^4.1.3" } } diff --git a/plugins/adapter/lark/package.json b/plugins/adapter/lark/package.json index 6dd7f3bc6f..9997a892de 100644 --- a/plugins/adapter/lark/package.json +++ b/plugins/adapter/lark/package.json @@ -44,10 +44,10 @@ } }, "peerDependencies": { - "koishi": "^4.15.3" + "koishi": "^4.15.4" }, "devDependencies": { - "koishi": "^4.15.3" + "koishi": "^4.15.4" }, "dependencies": { "@satorijs/adapter-lark": "^3.1.5" diff --git a/plugins/adapter/line/package.json b/plugins/adapter/line/package.json index bf6ef1c69b..2778464fea 100644 --- a/plugins/adapter/line/package.json +++ b/plugins/adapter/line/package.json @@ -38,10 +38,10 @@ } }, "peerDependencies": { - "koishi": "^4.15.3" + "koishi": "^4.15.4" }, "devDependencies": { - "koishi": "^4.15.3" + "koishi": "^4.15.4" }, "dependencies": { "@satorijs/adapter-line": "^2.1.3" diff --git a/plugins/adapter/mail/package.json b/plugins/adapter/mail/package.json index 9740f3836c..5f11b0fbae 100644 --- a/plugins/adapter/mail/package.json +++ b/plugins/adapter/mail/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-adapter-mail", "description": "Mail Adapter for Koishi", - "version": "2.1.0", + "version": "2.1.2", "main": "lib/index.js", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -44,12 +44,12 @@ } }, "peerDependencies": { - "koishi": "^4.15.3" + "koishi": "^4.15.4" }, "devDependencies": { - "koishi": "^4.15.3" + "koishi": "^4.15.4" }, "dependencies": { - "@satorijs/adapter-mail": "^2.1.0" + "@satorijs/adapter-mail": "^2.1.2" } } diff --git a/plugins/adapter/matrix/package.json b/plugins/adapter/matrix/package.json index abd96c3bcf..071c3077bf 100644 --- a/plugins/adapter/matrix/package.json +++ b/plugins/adapter/matrix/package.json @@ -38,10 +38,10 @@ } }, "peerDependencies": { - "koishi": "^4.15.3" + "koishi": "^4.15.4" }, "devDependencies": { - "koishi": "^4.15.3" + "koishi": "^4.15.4" }, "dependencies": { "@satorijs/adapter-matrix": "^4.0.4" diff --git a/plugins/adapter/qq/package.json b/plugins/adapter/qq/package.json index 05889834a2..0d64afe1c8 100644 --- a/plugins/adapter/qq/package.json +++ b/plugins/adapter/qq/package.json @@ -41,10 +41,10 @@ } }, "peerDependencies": { - "koishi": "^4.15.3" + "koishi": "^4.15.4" }, "devDependencies": { - "koishi": "^4.15.3" + "koishi": "^4.15.4" }, "dependencies": { "@satorijs/adapter-qq": "^4.1.3" diff --git a/plugins/adapter/satori/package.json b/plugins/adapter/satori/package.json index c032964817..e21b6ac1ee 100644 --- a/plugins/adapter/satori/package.json +++ b/plugins/adapter/satori/package.json @@ -41,10 +41,10 @@ } }, "peerDependencies": { - "koishi": "^4.15.3" + "koishi": "^4.15.4" }, "devDependencies": { - "koishi": "^4.15.3" + "koishi": "^4.15.4" }, "dependencies": { "@satorijs/adapter-satori": "^1.0.1" diff --git a/plugins/adapter/slack/package.json b/plugins/adapter/slack/package.json index 680355b3b9..c896d4cd37 100644 --- a/plugins/adapter/slack/package.json +++ b/plugins/adapter/slack/package.json @@ -39,10 +39,10 @@ } }, "peerDependencies": { - "koishi": "^4.15.3" + "koishi": "^4.15.4" }, "devDependencies": { - "koishi": "^4.15.3" + "koishi": "^4.15.4" }, "dependencies": { "@satorijs/adapter-slack": "^2.0.4" diff --git a/plugins/adapter/telegram/package.json b/plugins/adapter/telegram/package.json index bad46436c0..62f767750e 100644 --- a/plugins/adapter/telegram/package.json +++ b/plugins/adapter/telegram/package.json @@ -39,10 +39,10 @@ } }, "peerDependencies": { - "koishi": "^4.15.3" + "koishi": "^4.15.4" }, "devDependencies": { - "koishi": "^4.15.3" + "koishi": "^4.15.4" }, "dependencies": { "@satorijs/adapter-telegram": "^4.1.6" diff --git a/plugins/adapter/wechat-official/package.json b/plugins/adapter/wechat-official/package.json index a5bf8d338c..086314a754 100644 --- a/plugins/adapter/wechat-official/package.json +++ b/plugins/adapter/wechat-official/package.json @@ -38,10 +38,10 @@ } }, "peerDependencies": { - "koishi": "^4.15.3" + "koishi": "^4.15.4" }, "devDependencies": { - "koishi": "^4.15.3" + "koishi": "^4.15.4" }, "dependencies": { "@satorijs/adapter-wechat-official": "^2.0.5" diff --git a/plugins/adapter/wecom/package.json b/plugins/adapter/wecom/package.json index 4628bd2f1a..8a0f0f76bb 100644 --- a/plugins/adapter/wecom/package.json +++ b/plugins/adapter/wecom/package.json @@ -38,10 +38,10 @@ } }, "peerDependencies": { - "koishi": "^4.15.3" + "koishi": "^4.15.4" }, "devDependencies": { - "koishi": "^4.15.3" + "koishi": "^4.15.4" }, "dependencies": { "@satorijs/adapter-wecom": "^2.0.5" diff --git a/plugins/adapter/whatsapp/package.json b/plugins/adapter/whatsapp/package.json index 123d9ac3c1..40ffb2a166 100644 --- a/plugins/adapter/whatsapp/package.json +++ b/plugins/adapter/whatsapp/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-adapter-whatsapp", "description": "WhatsApp Adapter for Koishi", - "version": "2.0.5", + "version": "2.1.0", "main": "lib/index.js", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -38,12 +38,12 @@ } }, "peerDependencies": { - "koishi": "^4.15.3" + "koishi": "^4.15.4" }, "devDependencies": { - "koishi": "^4.15.3" + "koishi": "^4.15.4" }, "dependencies": { - "@satorijs/adapter-whatsapp": "^2.0.5" + "@satorijs/adapter-whatsapp": "^2.1.0" } } diff --git a/plugins/adapter/zulip/package.json b/plugins/adapter/zulip/package.json index 0e272c1b04..e8b67b303a 100644 --- a/plugins/adapter/zulip/package.json +++ b/plugins/adapter/zulip/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-adapter-zulip", "description": "Zulip Adapter for Koishi", - "version": "1.0.1", + "version": "1.0.2", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -38,12 +38,12 @@ } }, "peerDependencies": { - "koishi": "^4.15.3" + "koishi": "^4.15.4" }, "devDependencies": { - "koishi": "^4.15.3" + "koishi": "^4.15.4" }, "dependencies": { - "@satorijs/adapter-zulip": "^1.0.1" + "@satorijs/adapter-zulip": "^1.0.2" } } diff --git a/plugins/common/bind/package.json b/plugins/common/bind/package.json index 0f3dbca91a..a57fb6dff2 100644 --- a/plugins/common/bind/package.json +++ b/plugins/common/bind/package.json @@ -46,11 +46,11 @@ ] }, "peerDependencies": { - "koishi": "^4.15.3" + "koishi": "^4.15.4" }, "devDependencies": { "@koishijs/plugin-database-memory": "^2.3.6", - "@koishijs/plugin-mock": "^2.6.3", - "koishi": "^4.15.3" + "@koishijs/plugin-mock": "^2.6.4", + "koishi": "^4.15.4" } } diff --git a/plugins/common/broadcast/package.json b/plugins/common/broadcast/package.json index 91e224a343..33432c08dd 100644 --- a/plugins/common/broadcast/package.json +++ b/plugins/common/broadcast/package.json @@ -45,11 +45,11 @@ ] }, "peerDependencies": { - "koishi": "^4.15.3" + "koishi": "^4.15.4" }, "devDependencies": { "@koishijs/plugin-database-memory": "^2.3.6", - "@koishijs/plugin-mock": "^2.6.3", - "koishi": "^4.15.3" + "@koishijs/plugin-mock": "^2.6.4", + "koishi": "^4.15.4" } } diff --git a/plugins/common/callme/package.json b/plugins/common/callme/package.json index 99a92a0115..a952ad1a93 100644 --- a/plugins/common/callme/package.json +++ b/plugins/common/callme/package.json @@ -45,11 +45,11 @@ ] }, "peerDependencies": { - "koishi": "^4.15.3" + "koishi": "^4.15.4" }, "devDependencies": { "@koishijs/plugin-database-memory": "^2.3.6", - "@koishijs/plugin-mock": "^2.6.3", - "koishi": "^4.15.3" + "@koishijs/plugin-mock": "^2.6.4", + "koishi": "^4.15.4" } } diff --git a/plugins/common/echo/package.json b/plugins/common/echo/package.json index 449872d8ea..388659c278 100644 --- a/plugins/common/echo/package.json +++ b/plugins/common/echo/package.json @@ -41,10 +41,10 @@ ] }, "peerDependencies": { - "koishi": "^4.15.3" + "koishi": "^4.15.4" }, "devDependencies": { - "@koishijs/plugin-mock": "^2.6.3", - "koishi": "^4.15.3" + "@koishijs/plugin-mock": "^2.6.4", + "koishi": "^4.15.4" } } diff --git a/plugins/common/help/package.json b/plugins/common/help/package.json index 5e71591ff9..23171e4ca5 100644 --- a/plugins/common/help/package.json +++ b/plugins/common/help/package.json @@ -45,11 +45,11 @@ ] }, "peerDependencies": { - "koishi": "^4.15.3" + "koishi": "^4.15.4" }, "devDependencies": { "@koishijs/plugin-database-memory": "^2.3.6", - "@koishijs/plugin-mock": "^2.6.3", - "koishi": "^4.15.3" + "@koishijs/plugin-mock": "^2.6.4", + "koishi": "^4.15.4" } } diff --git a/plugins/common/inspect/package.json b/plugins/common/inspect/package.json index 85a3ed5483..7aa9daf4ca 100644 --- a/plugins/common/inspect/package.json +++ b/plugins/common/inspect/package.json @@ -47,10 +47,10 @@ ] }, "peerDependencies": { - "koishi": "^4.15.3" + "koishi": "^4.15.4" }, "devDependencies": { - "@koishijs/plugin-mock": "^2.6.3", - "koishi": "^4.15.3" + "@koishijs/plugin-mock": "^2.6.4", + "koishi": "^4.15.4" } } diff --git a/plugins/database/memory/package.json b/plugins/database/memory/package.json index 35dc6d9e46..ba3911ab8d 100644 --- a/plugins/database/memory/package.json +++ b/plugins/database/memory/package.json @@ -43,10 +43,10 @@ } }, "peerDependencies": { - "koishi": "^4.15.3" + "koishi": "^4.15.4" }, "devDependencies": { - "koishi": "^4.15.3" + "koishi": "^4.15.4" }, "dependencies": { "@minatojs/driver-memory": "^2.3.6" diff --git a/plugins/database/mongo/package.json b/plugins/database/mongo/package.json index 477917ddcc..635c0a08c7 100644 --- a/plugins/database/mongo/package.json +++ b/plugins/database/mongo/package.json @@ -43,10 +43,10 @@ } }, "peerDependencies": { - "koishi": "^4.15.3" + "koishi": "^4.15.4" }, "devDependencies": { - "koishi": "^4.15.3" + "koishi": "^4.15.4" }, "dependencies": { "@minatojs/driver-mongo": "^2.8.1" diff --git a/plugins/database/mysql/package.json b/plugins/database/mysql/package.json index 94c48bdb75..2bedaaef50 100644 --- a/plugins/database/mysql/package.json +++ b/plugins/database/mysql/package.json @@ -42,10 +42,10 @@ } }, "peerDependencies": { - "koishi": "^4.15.3" + "koishi": "^4.15.4" }, "devDependencies": { - "koishi": "^4.15.3" + "koishi": "^4.15.4" }, "dependencies": { "@minatojs/driver-mysql": "^2.5.5" diff --git a/plugins/database/sqlite/package.json b/plugins/database/sqlite/package.json index 5b3af6d62b..1d99cf8c1b 100644 --- a/plugins/database/sqlite/package.json +++ b/plugins/database/sqlite/package.json @@ -51,10 +51,10 @@ } }, "peerDependencies": { - "koishi": "^4.15.3" + "koishi": "^4.15.4" }, "devDependencies": { - "koishi": "^4.15.3" + "koishi": "^4.15.4" }, "dependencies": { "@minatojs/driver-sqlite": "^3.6.3" diff --git a/plugins/hmr/package.json b/plugins/hmr/package.json index 8f2c21286b..ce29324820 100644 --- a/plugins/hmr/package.json +++ b/plugins/hmr/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-hmr", "description": "Hot Module Replacement Plugin for Koishi", - "version": "1.2.3", + "version": "1.2.4", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -42,16 +42,16 @@ } }, "peerDependencies": { - "koishi": "^4.15.3" + "koishi": "^4.15.4" }, "devDependencies": { - "@types/babel__code-frame": "^7.0.3", + "@types/babel__code-frame": "^7.0.5", "@types/throttle-debounce": "^2.1.0", - "esbuild": "^0.18.14", - "koishi": "^4.15.3" + "esbuild": "^0.18.20", + "koishi": "^4.15.4" }, "dependencies": { - "@babel/code-frame": "^7.22.5", + "@babel/code-frame": "^7.22.13", "chokidar": "^3.5.3", "throttle-debounce": "^3.0.1" } diff --git a/plugins/mock/package.json b/plugins/mock/package.json index 24054bc2e4..1ffc4c088c 100644 --- a/plugins/mock/package.json +++ b/plugins/mock/package.json @@ -41,9 +41,9 @@ } }, "peerDependencies": { - "koishi": "^4.15.3" + "koishi": "^4.15.4" }, "devDependencies": { - "koishi": "^4.15.3" + "koishi": "^4.15.4" } } diff --git a/plugins/server/package.json b/plugins/server/package.json index e6b17a0211..003219fcd9 100644 --- a/plugins/server/package.json +++ b/plugins/server/package.json @@ -37,10 +37,10 @@ } }, "peerDependencies": { - "koishi": "^4.15.3" + "koishi": "^4.15.4" }, "devDependencies": { - "koishi": "^4.15.3" + "koishi": "^4.15.4" }, "dependencies": { "@satorijs/server": "^2.2.2"