Skip to content

Commit

Permalink
fix(deps): update dependency axios to ^1.6.0 (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 authored Oct 27, 2023
2 parents 044a71f + c3a1a0f commit 2e62a0d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/optc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@total-typescript/ts-reset": "^0.5.1",
"@types/fs-extra": "^11.0.3",
"@types/node": "^20.8.9",
"axios": "^1.5.1",
"axios": "^1.6.0",
"breadc": "^0.9.7",
"debug": "^4.3.4",
"find-up": "^6.3.0",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion preset/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "optc-workspace",
"private": true,
"dependencies": {
"axios": "^1.5.1"
"axios": "^1.6.0"
}
}

0 comments on commit 2e62a0d

Please sign in to comment.