chore(sdk/nodejs): update deps (#30291)

This commit is contained in:
Stephen Zhou 2025-12-29 10:13:19 +08:00 committed by GitHub
parent 8b38e3f79d
commit a46dc2f37e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 223 additions and 670 deletions

View File

@ -54,17 +54,17 @@
"publish:npm": "./scripts/publish.sh" "publish:npm": "./scripts/publish.sh"
}, },
"dependencies": { "dependencies": {
"axios": "^1.3.5" "axios": "^1.13.2"
}, },
"devDependencies": { "devDependencies": {
"@eslint/js": "^9.2.0", "@eslint/js": "^9.39.2",
"@types/node": "^20.11.30", "@types/node": "^25.0.3",
"@typescript-eslint/eslint-plugin": "^8.50.1", "@typescript-eslint/eslint-plugin": "^8.50.1",
"@typescript-eslint/parser": "^8.50.1", "@typescript-eslint/parser": "^8.50.1",
"@vitest/coverage-v8": "1.6.1", "@vitest/coverage-v8": "4.0.16",
"eslint": "^9.2.0", "eslint": "^9.39.2",
"tsup": "^8.5.1", "tsup": "^8.5.1",
"typescript": "^5.4.5", "typescript": "^5.9.3",
"vitest": "^1.5.0" "vitest": "^4.0.16"
} }
} }

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,2 @@
onlyBuiltDependencies:
- esbuild