Skip to content

Commit

Permalink
chore: Bump axios to 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jorilindell committed Dec 11, 2023
1 parent 6ce5714 commit 1941cc7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@tanstack/react-query": "^4.35.0",
"@types/lodash": "^4.14.198",
"@types/react-scroll": "^1.8.7",
"axios": "^1.5.0",
"axios-logger": "^2.7.0",
"axios": "^1.6.2",
"axios-logger": "^2.7.1",
"classnames": "^2.3.2",
"date-fns-tz": "^2.0.0",
"formik": "^2.4.4",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1930,18 +1930,18 @@ axe-core@^4.6.2:
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.8.1.tgz#6948854183ee7e7eae336b9877c5bafa027998ea"
integrity sha512-9l850jDDPnKq48nbad8SiEelCv4OrUWrKab/cPj0GScVg6cb6NbCCt/Ulk26QEq5jP9NnGr04Bit1BHyV6r5CQ==

axios-logger@^2.7.0:
version "2.7.0"
resolved "https://registry.yarnpkg.com/axios-logger/-/axios-logger-2.7.0.tgz#5198925234e2c1e79612acdf1f6fb549e3f98ce9"
integrity sha512-KtcOtObecsvZD7hKg8ucBaCgM1I4w36tn34vFJCBqe1c5qel+NSJSC2cqo8deFTIBbmmvpM8Xm2sA09+gj9Zxw==
axios-logger@^2.7.1:
version "2.7.1"
resolved "https://registry.yarnpkg.com/axios-logger/-/axios-logger-2.7.1.tgz#6d72201c632366217cbeaaf8bc72c1d3b056761c"
integrity sha512-slzf27jZuGwOoOeh3R7iV8PVMFsqkvYR39ohm5W3qg7+IM8MsMP4XV2V0Tl4PWKjPNB5UGZlzNZAeJoCn5GLDA==
dependencies:
chalk "^4.1.0"
dateformat "^3.0.3"

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==
axios@^1.6.2:
version "1.6.2"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.2.tgz#de67d42c755b571d3e698df1b6504cde9b0ee9f2"
integrity sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A==
dependencies:
follow-redirects "^1.15.0"
form-data "^4.0.0"
Expand Down

0 comments on commit 1941cc7

Please sign in to comment.