Skip to content

Commit 75cb467

Browse files
chore(deps): bump axios from 1.7.2 to 1.8.2 (labring#4088)
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](axios/axios@v1.7.2...v1.8.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent effdb58 commit 75cb467

File tree

5 files changed

+139
-72
lines changed

5 files changed

+139
-72
lines changed

packages/global/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"dependencies": {
55
"@apidevtools/swagger-parser": "^10.1.0",
6-
"axios": "^1.5.1",
6+
"axios": "^1.8.2",
77
"cron-parser": "^4.9.0",
88
"dayjs": "^1.11.7",
99
"encoding": "^0.1.13",

packages/plugins/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"cheerio": "1.0.0-rc.12",
77
"@types/pg": "^8.6.6",
8-
"axios": "^1.5.1",
8+
"axios": "^1.8.2",
99
"duck-duck-scrape": "^2.2.5",
1010
"echarts": "5.4.1",
1111
"expr-eval": "^2.0.2",

packages/service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@node-rs/jieba": "1.10.0",
77
"@xmldom/xmldom": "^0.8.10",
88
"@zilliz/milvus2-sdk-node": "2.4.2",
9-
"axios": "^1.5.1",
9+
"axios": "^1.8.2",
1010
"chalk": "^5.3.0",
1111
"cheerio": "1.0.0-rc.12",
1212
"cookie": "^0.5.0",

0 commit comments

Comments
 (0)