Skip to content

Commit

Permalink
AUT-2393: Axios upgrade WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoshebby committed Apr 15, 2024
1 parent ac8653f commit a986f61
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -65,7 +65,7 @@
"@otplib/core": "^12.0.1",
"@otplib/plugin-base32-enc-dec": "^12.0.1",
"aws-sdk": "^2.1356.0",
"axios": "^0.25.0",
"axios": "^0.26.0",
"connect-redis": "^7.1.1",
"cookie-parser": "^1.4.5",
"copyfiles": "^2.4.1",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Expand Up @@ -1816,12 +1816,12 @@ aws-sdk@^2.1356.0:
uuid "8.0.0"
xml2js "0.6.2"

axios@^0.25.0:
version "0.25.0"
resolved "https://registry.npmjs.org/axios/-/axios-0.25.0.tgz"
integrity sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g==
axios@^0.26.0:
version "0.26.1"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.26.1.tgz#1ede41c51fcf51bbbd6fd43669caaa4f0495aaa9"
integrity sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA==
dependencies:
follow-redirects "^1.14.7"
follow-redirects "^1.14.8"

balanced-match@^1.0.0:
version "1.0.2"
Expand Down Expand Up @@ -2882,7 +2882,7 @@ flatted@^3.1.0:
resolved "https://registry.npmjs.org/flatted/-/flatted-3.2.4.tgz"
integrity sha512-8/sOawo8tJ4QOBX8YlQBMxL8+RLZfxMQOif9o0KUKTNTjMYElWPE0r/m5VNFxTRd0NSw8qSy8dajrwX4RYI1Hw==

follow-redirects@^1.14.7:
follow-redirects@^1.14.8:
version "1.15.6"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==
Expand Down

0 comments on commit a986f61

Please sign in to comment.