Skip to content

Commit 69dda89

Browse files
chore(deps): bump axios from 0.24.0 to 0.28.0
Bumps [axios](https://github.com/axios/axios) from 0.24.0 to 0.28.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.28.0/CHANGELOG.md) - [Commits](axios/axios@v0.24.0...v0.28.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c1493f0 commit 69dda89

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"dependencies": {
3535
"@unibeautify/beautifier-black": "^0.1.2",
3636
"@unibeautify/beautifier-prettydiff": "^0.6.0",
37-
"axios": "^0.24.0",
37+
"axios": "^0.28.0",
3838
"date-fns": "^2.23.0",
3939
"discord.js": "^13.3.1",
4040
"dotenv": "^10.0.0",

yarn.lock

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1711,12 +1711,14 @@ avvio@^8.2.0:
17111711
debug "^4.0.0"
17121712
fastq "^1.6.1"
17131713

1714-
axios@^0.24.0:
1715-
version "0.24.0"
1716-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.24.0.tgz#804e6fa1e4b9c5288501dd9dff56a7a0940d20d6"
1717-
integrity sha512-Q6cWsys88HoPgAaFAVUb0WpPk0O8iTeisR9IMqy9G8AbO4NlpVknrnQS03zzF9PGAWgO3cgletO3VjV/P7VztA==
1714+
axios@^0.28.0:
1715+
version "0.28.0"
1716+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.28.0.tgz#801a4d991d0404961bccef46800e1170f8278c89"
1717+
integrity sha512-Tu7NYoGY4Yoc7I+Npf9HhUMtEEpV7ZiLH9yndTCoNhcpBH0kwcvFbzYN9/u5QKI5A6uefjsNNWaz5olJVYS62Q==
17181718
dependencies:
1719-
follow-redirects "^1.14.4"
1719+
follow-redirects "^1.15.0"
1720+
form-data "^4.0.0"
1721+
proxy-from-env "^1.1.0"
17201722

17211723
babel-jest@^28.1.3:
17221724
version "28.1.3"
@@ -3412,10 +3414,10 @@ fn.name@1.x.x:
34123414
resolved "https://registry.yarnpkg.com/fn.name/-/fn.name-1.1.0.tgz#26cad8017967aea8731bc42961d04a3d5988accc"
34133415
integrity sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==
34143416

3415-
follow-redirects@^1.14.4:
3416-
version "1.15.4"
3417-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.4.tgz#cdc7d308bf6493126b17ea2191ea0ccf3e535adf"
3418-
integrity sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==
3417+
follow-redirects@^1.15.0:
3418+
version "1.15.6"
3419+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
3420+
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==
34193421

34203422
for-each@^0.3.3:
34213423
version "0.3.3"
@@ -5723,6 +5725,11 @@ proxy-addr@^2.0.7:
57235725
forwarded "0.2.0"
57245726
ipaddr.js "1.9.1"
57255727

5728+
proxy-from-env@^1.1.0:
5729+
version "1.1.0"
5730+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
5731+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
5732+
57265733
punycode@^2.1.0:
57275734
version "2.3.0"
57285735
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.0.tgz#f67fa67c94da8f4d0cfff981aee4118064199b8f"

0 commit comments

Comments
 (0)