chore: fix dependabot alerts (#33277)

This commit is contained in:
Stephen Zhou
2026-03-11 15:04:57 +08:00
committed by GitHub
parent 5d0c3d58ac
commit ee78ffcdb1
4 changed files with 881 additions and 1095 deletions

View File

@@ -54,17 +54,22 @@
"publish:npm": "./scripts/publish.sh"
},
"dependencies": {
"axios": "^1.13.2"
"axios": "^1.13.6"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@types/node": "^25.0.3",
"@typescript-eslint/eslint-plugin": "^8.50.1",
"@typescript-eslint/parser": "^8.50.1",
"@vitest/coverage-v8": "4.0.16",
"eslint": "^9.39.2",
"@eslint/js": "^10.0.1",
"@types/node": "^25.4.0",
"@typescript-eslint/eslint-plugin": "^8.57.0",
"@typescript-eslint/parser": "^8.57.0",
"@vitest/coverage-v8": "4.0.18",
"eslint": "^10.0.3",
"tsup": "^8.5.1",
"typescript": "^5.9.3",
"vitest": "^4.0.16"
"vitest": "^4.0.18"
},
"pnpm": {
"overrides": {
"rollup@>=4.0.0,<4.59.0": "4.59.0"
}
}
}

File diff suppressed because it is too large Load Diff