mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 05:12:39 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [axios](https://github.com/axios/axios) from 1.7.2 to 1.8.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.7.2...v1.8.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
26 lines
575 B
JSON
26 lines
575 B
JSON
{
|
|
"name": "@fastgpt/plugins",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"cheerio": "1.0.0-rc.12",
|
|
"@types/pg": "^8.6.6",
|
|
"axios": "^1.8.2",
|
|
"duck-duck-scrape": "^2.2.5",
|
|
"echarts": "5.4.1",
|
|
"expr-eval": "^2.0.2",
|
|
"lodash": "^4.17.21",
|
|
"mssql": "^11.0.1",
|
|
"mysql2": "^3.11.3",
|
|
"json5": "^2.2.3",
|
|
"pg": "^8.10.0",
|
|
"wikijs": "^6.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@fastgpt/global": "workspace:*",
|
|
"@fastgpt/service": "workspace:*",
|
|
"@types/lodash": "^4.14.191",
|
|
"@types/node": "20.14.0"
|
|
}
|
|
}
|