Skip to content

Commit 11a1b5e

Browse files
Update dependency axios to v1 [SECURITY]
1 parent 3d464e2 commit 11a1b5e

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": "^1.0.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@^1.0.0:
247+
version "1.6.1"
248+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.1.tgz#76550d644bf0a2d469a01f9244db6753208397d7"
249+
integrity sha512-vfBmhDpKafglh0EldBEbVuoe7DyAavGSLWhuSm5ZSEKQnHhBf0xAAwybbNH1IkrJNGnS/VG4I5yxig1pCEXE4g==
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.3"
518+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.3.tgz#fe2f3ef2690afce7e82ed0b44db08165b207123a"
519+
integrity sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==
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)