Skip to content

Commit

Permalink
fix(deps): update dependency axios to ^1.6.0 (#484)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 27, 2023
1 parent 37b644c commit 93a4878
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/vite-plugin-cloudflare-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
},
"devDependencies": {
"@types/debug": "^4.1.10",
"axios": "^1.5.1",
"axios": "^1.6.0",
"ohmyfetch": "^0.4.21",
"typescript": "^5.2.2",
"vite": "^4.5.0",
Expand Down
2 changes: 1 addition & 1 deletion playground/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "vite"
},
"dependencies": {
"axios": "^1.5.1",
"axios": "^1.6.0",
"vue": "^3.3.7"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 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 93a4878

Please sign in to comment.