Bumps the production group with 8 updates in the /services/discord-gateway directory: | Package | From | To | | --- | --- | --- | | [ioredis](https://github.com/redis/ioredis) | `5.11.1` | `6.0.0` | | [openai](https://github.com/openai/openai-node) | `6.49.0` | `7.5.0` | | [opusscript](https://github.com/abalabahaha/opusscript) | `0.0.8` | `0.1.1` | | [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) | `8.22.0` | `8.23.0` | | [pino](https://github.com/pinojs/pino) | `9.14.0` | `10.3.1` | | [piscina](https://github.com/piscinajs/piscina) | `5.3.0` | `5.3.1` | | [sharp](https://github.com/lovell/sharp) | `0.34.5` | `0.35.3` | | [ws](https://github.com/websockets/ws) | `8.21.1` | `8.21.3` | Updates `ioredis` from 5.11.1 to 6.0.0 - [Release notes](https://github.com/redis/ioredis/releases) - [Changelog](https://github.com/redis/ioredis/blob/main/CHANGELOG.md) - [Commits](https://github.com/redis/ioredis/compare/v5.11.1...v6.0.0) Updates `openai` from 6.49.0 to 7.5.0 - [Release notes](https://github.com/openai/openai-node/releases) - [Changelog](https://github.com/openai/openai-node/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai/openai-node/compare/v6.49.0...v7.5.0) Updates `opusscript` from 0.0.8 to 0.1.1 - [Release notes](https://github.com/abalabahaha/opusscript/releases) - [Commits](https://github.com/abalabahaha/opusscript/compare/0.0.8...0.1.1) Updates `pg` from 8.22.0 to 8.23.0 - [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md) - [Commits](https://github.com/brianc/node-postgres/commits/pg@8.23.0/packages/pg) Updates `pino` from 9.14.0 to 10.3.1 - [Release notes](https://github.com/pinojs/pino/releases) - [Commits](https://github.com/pinojs/pino/compare/v9.14.0...v10.3.1) Updates `piscina` from 5.3.0 to 5.3.1 - [Release notes](https://github.com/piscinajs/piscina/releases) - [Changelog](https://github.com/piscinajs/piscina/blob/v5.3.1/CHANGELOG.md) - [Commits](https://github.com/piscinajs/piscina/compare/v5.3.0...v5.3.1) Updates `sharp` from 0.34.5 to 0.35.3 - [Release notes](https://github.com/lovell/sharp/releases) - [Commits](https://github.com/lovell/sharp/compare/v0.34.5...v0.35.3) Updates `ws` from 8.21.1 to 8.21.3 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.21.1...8.21.3) --- updated-dependencies: - dependency-name: ioredis dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production - dependency-name: openai dependency-version: 7.5.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production - dependency-name: opusscript dependency-version: 0.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production - dependency-name: pg dependency-version: 8.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production - dependency-name: pino dependency-version: 10.3.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production - dependency-name: piscina dependency-version: 5.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production - dependency-name: sharp dependency-version: 0.35.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production - dependency-name: ws dependency-version: 8.21.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production ... Signed-off-by: dependabot[bot] <support@github.com>
58 lines
1.4 KiB
JSON
58 lines
1.4 KiB
JSON
{
|
|
"name": "@bete/discord-gateway",
|
|
"version": "1.0.0",
|
|
"description": "Discord Gateway service - handles message capture, voice recording, and AI moderation",
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"@discordjs/opus",
|
|
"esbuild",
|
|
"sharp"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"dev": "tsx watch src/index.ts",
|
|
"start": "node dist/index.js",
|
|
"build": "tsc",
|
|
"typecheck": "tsc --noEmit",
|
|
"lint": "biome check --diagnostic-level=error .",
|
|
"format": "biome format --write .",
|
|
"test": "vitest run"
|
|
},
|
|
"dependencies": {
|
|
"@discordjs/opus": "^0.10.0",
|
|
"@discordjs/voice": "^0.19.2",
|
|
"@snazzah/davey": "^0.1.11",
|
|
"axios": "^1.16.1",
|
|
"discord.js-selfbot-v13": "^3.7.1",
|
|
"dotenv": "^17.4.2",
|
|
"drizzle-orm": "^0.45.2",
|
|
"ioredis": "^6.0.0",
|
|
"libsodium-wrappers": "^0.8.4",
|
|
"lru-cache": "^11.5.1",
|
|
"openai": "^7.5.0",
|
|
"opusscript": "^0.1.1",
|
|
"p-limit": "^7.3.0",
|
|
"p-retry": "^8.0.0",
|
|
"pg": "^8.23.0",
|
|
"pino": "^10.3.1",
|
|
"piscina": "^5.3.1",
|
|
"prism-media": "2.0.0-alpha.0",
|
|
"sharp": "^0.35.3",
|
|
"tiktoken": "^1.0.22",
|
|
"ws": "^8.21.3",
|
|
"zod": "^4.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "latest",
|
|
"@types/node": "^26.2.0",
|
|
"@types/pg": "^8.23.1",
|
|
"@types/ws": "^8.18.1",
|
|
"drizzle-kit": "^0.31.10",
|
|
"tsx": "^4.22.2",
|
|
"typescript": "^5.9.3",
|
|
"vitest": "latest"
|
|
}
|
|
}
|