Upgrade dependencies

This commit is contained in:
Lucid
2026-04-01 17:12:40 -04:00
parent 705bb73f19
commit cfc30097d5
2 changed files with 657 additions and 604 deletions
+15 -15
View File
@@ -3,7 +3,7 @@
"type": "module", "type": "module",
"version": "3.2.0", "version": "3.2.0",
"private": true, "private": true,
"packageManager": "yarn@4.12.0", "packageManager": "yarn@4.13.0",
"description": "This grammY powered Telegram bot is designed to delete Twitter/X links and reformat services from whitelisted groups. This one is the main bot for the LCM Telegram groups/communities.", "description": "This grammY powered Telegram bot is designed to delete Twitter/X links and reformat services from whitelisted groups. This one is the main bot for the LCM Telegram groups/communities.",
"imports": { "imports": {
"#root/*": "./build/src/*" "#root/*": "./build/src/*"
@@ -27,35 +27,35 @@
}, },
"dependencies": { "dependencies": {
"@grammyjs/auto-chat-action": "0.1.1", "@grammyjs/auto-chat-action": "0.1.1",
"@grammyjs/commands": "1.2.0", "@grammyjs/commands": "1.3.2",
"@grammyjs/hydrate": "1.6.0", "@grammyjs/hydrate": "1.6.0",
"@grammyjs/i18n": "1.1.2", "@grammyjs/i18n": "1.1.2",
"@grammyjs/parse-mode": "1.11.1", "@grammyjs/parse-mode": "1.11.1",
"@grammyjs/runner": "2.0.3", "@grammyjs/runner": "2.0.3",
"@grammyjs/types": "3.23.0", "@grammyjs/types": "3.25.0",
"@hono/node-server": "1.19.9", "@hono/node-server": "1.19.12",
"@urql/core": "^6.0.1", "@urql/core": "^6.0.1",
"axios": "^1.13.3", "axios": "^1.14.0",
"callback-data": "1.1.1", "callback-data": "1.1.1",
"grammy": "1.39.3", "grammy": "1.41.1",
"hono": "4.11.6", "hono": "4.12.9",
"iso-639-1": "3.1.5", "iso-639-1": "3.1.5",
"pino": "10.3.0", "pino": "10.3.1",
"pino-pretty": "13.1.3", "pino-pretty": "13.1.3",
"tsx": "4.21.0", "tsx": "4.21.0",
"valibot": "1.2.0" "valibot": "1.3.1"
}, },
"devDependencies": { "devDependencies": {
"@antfu/eslint-config": "7.2.0", "@antfu/eslint-config": "7.7.3",
"@eslint/js": "^9.39.2", "@eslint/js": "^9.39.4",
"@types/node": "^25.0.10", "@types/node": "^25.5.0",
"eslint": "^9.39.2", "eslint": "^9.39.4",
"husky": "^9.1.7", "husky": "^9.1.7",
"lint-staged": "^16.2.7", "lint-staged": "^16.4.0",
"prettier": "3.8.1", "prettier": "3.8.1",
"tsc-watch": "^7.2.0", "tsc-watch": "^7.2.0",
"typescript": "^5.9.3", "typescript": "^5.9.3",
"typescript-eslint": "^8.54.0" "typescript-eslint": "^8.58.0"
}, },
"lint-staged": { "lint-staged": {
"*.ts": "eslint" "*.ts": "eslint"
+642 -589
View File
File diff suppressed because it is too large Load Diff