Skip to content

Commit

Permalink
fix(deps): update dependency axios to ^1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 26, 2023
1 parent cdf1eb8 commit a2c7b06
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 111 deletions.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@previewjs/serializable-values": "^9.0.1",
"@previewjs/type-analyzer": "^10.0.1",
"axios": "^1.5.1"
"axios": "^1.6.0"
},
"devDependencies": {
"typescript": "^5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"acorn": "^8.10.0",
"acorn-jsx": "^5.3.2",
"assert-never": "^1.2.1",
"axios": "^1.5.1",
"axios": "^1.6.0",
"esbuild-plugin-polyfill-node": "^0.3.0",
"exclusive-promises": "^1.0.3",
"express": "^4.18.2",
Expand Down
159 changes: 50 additions & 109 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 a2c7b06

Please sign in to comment.