Skip to content

Commit

Permalink
fix(deps): update dependency axios to ^1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 8, 2022
1 parent 4a0e776 commit 5378d98
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions packages/vite-plugin-cloudflare-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,15 @@
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/node": "^18.0.0",
"axios": "^1.1.3",
"axios": "^1.2.1",
"ohmyfetch": "^0.4.20",
"unbuild": "^1.0.2",
"vite": "^3.1.8",
"vitest": "^0.25.5",
"wrangler": "^2.1.13"
},
"peerDependencies": {
"axios": "^1.1.3",
"axios": "^1.2.1",
"ohmyfetch": "^0.4.20",
"vite": "^3.1.8",
"wrangler": "^2.1.13"
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.1.3"
"axios": "^1.2.1"
},
"devDependencies": {
"vite": "^3.1.8",
Expand Down
16 changes: 8 additions & 8 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 5378d98

Please sign in to comment.