Skip to content

Commit 1298a39

Browse files
authored
Chore/pin axios to 1.15.0 (#6282)
pin axios to 1.15.0
1 parent ec7a7f9 commit 1298a39

7 files changed

Lines changed: 114 additions & 53 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"sqlite3"
6868
],
6969
"overrides": {
70-
"axios": "1.12.0",
70+
"axios": "1.15.0",
7171
"body-parser": "2.0.2",
7272
"braces": "3.0.3",
7373
"cross-spawn": "7.0.6",

packages/agentflow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"@uiw/codemirror-theme-sublime": "^4.21.0",
8484
"@uiw/codemirror-theme-vscode": "^4.21.0",
8585
"@uiw/react-codemirror": "^4.21.0",
86-
"axios": "^1.7.2",
86+
"axios": "1.15.0",
8787
"dompurify": "^3.2.6",
8888
"flowise-react-json-view": "^1.21.7",
8989
"html-react-parser": "^3.0.16",

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"@zilliz/milvus2-sdk-node": "^2.2.24",
119119
"apify-client": "^2.7.1",
120120
"assemblyai": "^4.2.2",
121-
"axios": "1.12.0",
121+
"axios": "1.15.0",
122122
"cheerio": "^1.0.0-rc.12",
123123
"chromadb": "3.1.6",
124124
"cohere-ai": "^7.7.5",

packages/observe/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
},
7070
"dependencies": {
7171
"@tabler/icons-react": "^3.7.0",
72-
"axios": "^1.7.2",
72+
"axios": "1.15.0",
7373
"date-fns": "^3.6.0",
7474
"flowise-react-json-view": "^1.21.7",
7575
"lodash": "^4.17.21",

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"@types/passport-jwt": "^4.0.1",
9090
"@types/passport-local": "^1.0.38",
9191
"async-mutex": "^0.4.0",
92-
"axios": "1.12.0",
92+
"axios": "1.15.0",
9393
"bcryptjs": "^2.4.3",
9494
"bullmq": "5.45.2",
9595
"cache-manager": "^6.3.2",

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@uiw/codemirror-theme-sublime": "^4.21.21",
3838
"@uiw/codemirror-theme-vscode": "^4.21.21",
3939
"@uiw/react-codemirror": "^4.21.21",
40-
"axios": "1.12.0",
40+
"axios": "1.15.0",
4141
"clsx": "^1.1.1",
4242
"dompurify": "^3.2.6",
4343
"dotenv": "^16.0.0",

0 commit comments

Comments
 (0)