mirror of https://github.com/langgenius/dify.git
chore(sdk/nodejs): update deps (#30291)
This commit is contained in:
parent
8b38e3f79d
commit
a46dc2f37e
|
|
@ -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
|
|
@ -0,0 +1,2 @@
|
||||||
|
onlyBuiltDependencies:
|
||||||
|
- esbuild
|
||||||
Loading…
Reference in New Issue