Skip to content

Commit

Permalink
fix(deps): Update axios to v1.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTolmay committed Sep 15, 2023
1 parent cbcdc7d commit a23099a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@lowdefy/helpers": "4.0.0-rc.10",
"@lowdefy/node-utils": "4.0.0-rc.10",
"axios": "1.2.2",
"axios": "1.5.0",
"commander": "9.4.1",
"decompress": "4.2.1",
"decompress-targz": "4.1.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@lowdefy/helpers": "4.0.0-rc.10",
"axios": "1.2.2"
"axios": "1.5.0"
},
"devDependencies": {
"@lowdefy/ajv": "4.0.0-rc.10",
Expand Down
19 changes: 15 additions & 4 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 a23099a

Please sign in to comment.