chore: bump dependencies (#11133)

* chore: bump dependencies

* chore: another bump
This commit is contained in:
Almeida
2025-10-06 23:42:31 +01:00
committed by GitHub
parent 2c08b0f975
commit 985b525556
39 changed files with 6239 additions and 5904 deletions

View File

@@ -50,25 +50,25 @@
"homepage": "https://discord.js.org",
"funding": "https://github.com/discordjs/discord.js?sponsor",
"dependencies": {
"commander": "^14.0.0",
"commander": "^14.0.1",
"prompts": "^2.4.2",
"validate-npm-package-name": "^6.0.2"
},
"devDependencies": {
"@discordjs/api-extractor": "workspace:^",
"@favware/cliff-jumper": "^4.1.0",
"@types/node": "^22.17.2",
"@types/node": "^22.18.8",
"@types/prompts": "^2.4.9",
"@types/validate-npm-package-name": "^4.0.2",
"cross-env": "^10.0.0",
"eslint": "^9.33.0",
"cross-env": "^10.1.0",
"eslint": "^9.37.0",
"eslint-config-neon": "^0.2.7",
"eslint-formatter-compact": "^8.40.0",
"eslint-formatter-pretty": "^6.0.1",
"eslint-formatter-pretty": "^7.0.0",
"prettier": "^3.6.2",
"terser": "^5.43.1",
"terser": "^5.44.0",
"tsup": "^8.5.0",
"typescript": "~5.9.2"
"typescript": "~5.9.3"
},
"engines": {
"node": ">=22.12.0"