Skip to content

Commit

Permalink
Update axios version
Browse files Browse the repository at this point in the history
  • Loading branch information
miku448 committed Feb 20, 2025
1 parent c1a8c8b commit 064595c
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 23 deletions.
3 changes: 1 addition & 2 deletions apps/novel-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,11 @@
"@primer/octicons-react": "^17.12.0",
"@reactflow/node-resizer": "^2.2.9",
"@reduxjs/toolkit": "^2.0.1",
"@types/axios": "^0.14.0",
"@types/base-64": "^1.0.0",
"@types/polycrc": "^0.1.0",
"@types/prop-types": "^15.7.5",
"@types/uuid": "^9.0.1",
"axios": "^1.2.4",
"axios": "^1.7.9",
"base-64": "^1.0.0",
"buffer": "^6.0.3",
"classnames": "^2.3.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/multer": "^1.4.7",
"@types/node": "22.13.4",
"@xenova/transformers": "^2.17.1",
"axios": "^1.2.4",
"axios": "^1.7.9",
"body-parser": "^1.20.1",
"colors": "^1.4.0",
"cors": "^2.8.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/bot-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/node": "22.13.4",
"@types/prop-types": "^15.7.5",
"@types/utf8": "^3.0.1",
"axios": "^1.2.4",
"axios": "^1.7.9",
"base-64": "^1.0.0",
"buffer": "^6.0.3",
"form-data": "^4.0.0",
Expand Down
47 changes: 28 additions & 19 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 064595c

Please sign in to comment.