Skip to content

Commit 2d89a98

Browse files
Update dependency axios to ^0.28.0 [SECURITY]
1 parent 3d464e2 commit 2d89a98

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "",
1313
"license": "ISC",
1414
"dependencies": {
15-
"axios": "^0.27.2",
15+
"axios": "^0.28.0",
1616
"discord-oauth2": "^2.10.0",
1717
"discord.js": "^14.6.0",
1818
"fastify": "^4.7.0",

yarn.lock

+15-9
Original file line numberDiff line numberDiff line change
@@ -243,13 +243,14 @@ avvio@^8.2.0:
243243
debug "^4.0.0"
244244
fastq "^1.6.1"
245245

246-
axios@^0.27.2:
247-
version "0.27.2"
248-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972"
249-
integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==
246+
axios@^0.28.0:
247+
version "0.28.0"
248+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.28.0.tgz#801a4d991d0404961bccef46800e1170f8278c89"
249+
integrity sha512-Tu7NYoGY4Yoc7I+Npf9HhUMtEEpV7ZiLH9yndTCoNhcpBH0kwcvFbzYN9/u5QKI5A6uefjsNNWaz5olJVYS62Q==
250250
dependencies:
251-
follow-redirects "^1.14.9"
251+
follow-redirects "^1.15.0"
252252
form-data "^4.0.0"
253+
proxy-from-env "^1.1.0"
253254

254255
balanced-match@^1.0.0:
255256
version "1.0.2"
@@ -512,10 +513,10 @@ find-my-way@^7.3.0:
512513
fast-querystring "^1.0.0"
513514
safe-regex2 "^2.0.0"
514515

515-
follow-redirects@^1.14.9:
516-
version "1.15.2"
517-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
518-
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
516+
follow-redirects@^1.15.0:
517+
version "1.15.5"
518+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.5.tgz#54d4d6d062c0fa7d9d17feb008461550e3ba8020"
519+
integrity sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==
519520

520521
form-data@^4.0.0:
521522
version "4.0.0"
@@ -808,6 +809,11 @@ proxy-addr@^2.0.7:
808809
forwarded "0.2.0"
809810
ipaddr.js "1.9.1"
810811

812+
proxy-from-env@^1.1.0:
813+
version "1.1.0"
814+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
815+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
816+
811817
pstree.remy@^1.1.8:
812818
version "1.1.8"
813819
resolved "https://registry.yarnpkg.com/pstree.remy/-/pstree.remy-1.1.8.tgz#c242224f4a67c21f686839bbdb4ac282b8373d3a"

0 commit comments

Comments
 (0)