Skip to content

Commit

Permalink
Update axios to version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] committed Sep 2, 2023
1 parent ed24246 commit 6d16f6f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@willsoto/nestjs-prometheus": "^5.3.0",
"amqp-connection-manager": "^4.1.14",
"amqplib": "^0.10.0",
"axios": "^1.4.0",
"axios": "^1.5.0",
"date-fns": "^2.30.0",
"ioredis": "^5.3.2",
"lodash": "^4.17.21",
Expand Down
11 changes: 10 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ avvio@^8.2.1:
debug "^4.0.0"
fastq "^1.6.1"

[email protected], axios@^1.4.0:
[email protected]:
version "1.4.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.4.0.tgz#38a7bf1224cd308de271146038b551d725f0be1f"
integrity sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA==
Expand All @@ -919,6 +919,15 @@ [email protected], axios@^1.4.0:
form-data "^4.0.0"
proxy-from-env "^1.1.0"

axios@^1.5.0:
version "1.5.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.5.0.tgz#f02e4af823e2e46a9768cfc74691fdd0517ea267"
integrity sha512-D4DdjDo5CY50Qms0qGQTTw6Q44jl7zRwY7bthds06pUGfChBCTcQs+N743eFWGEd6pRTMd6A+I87aWyFV5wiZQ==
dependencies:
follow-redirects "^1.15.0"
form-data "^4.0.0"
proxy-from-env "^1.1.0"

balanced-match@^1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
Expand Down

0 comments on commit 6d16f6f

Please sign in to comment.