Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency axios to ^0.28.0 [security] #65

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@discordjs/opus": "^0.5.0",
"axios": "^0.21.1",
"axios": "^0.28.0",
"dayjs": "^1.10.4",
"discord-akairo": "1Computer1/discord-akairo",
"discord-paginationembed": "^2.1.0",
Expand Down
41 changes: 40 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,17 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^0.28.0":
version: 0.28.0
resolution: "axios@npm:0.28.0"
dependencies:
follow-redirects: ^1.15.0
form-data: ^4.0.0
proxy-from-env: ^1.1.0
checksum: d44a4f51013605fe2f7b950e7cd0f337d0c0b330ad3e3e6e83333637dd69d0908da9a404c10559dc8e44cc300f6258cdf05b45c12d4717955f053dbe6900e645
languageName: node
linkType: hard

"balanced-match@npm:^1.0.0":
version: 1.0.0
resolution: "balanced-match@npm:1.0.0"
Expand Down Expand Up @@ -668,7 +679,7 @@ __metadata:
"@types/ms": ^0.7.31
"@types/node": ^15.0.2
"@types/node-fetch": ^2.5.10
axios: ^0.21.1
axios: ^0.28.0
dayjs: ^1.10.4
discord-akairo: 1Computer1/discord-akairo
discord-paginationembed: ^2.1.0
Expand Down Expand Up @@ -1654,6 +1665,16 @@ discord.js@discordjs/discord.js:
languageName: node
linkType: hard

"follow-redirects@npm:^1.15.0":
version: 1.15.5
resolution: "follow-redirects@npm:1.15.5"
peerDependenciesMeta:
debug:
optional: true
checksum: 7f2530b8ebf02df977f54371da2493b6067d94d35f753b5fca8bdb495c352118e2da0490f5f2949eb27db9820934e847ea2580359bec672db624b25cae0dd646
languageName: node
linkType: hard

"forever-agent@npm:~0.6.1":
version: 0.6.1
resolution: "forever-agent@npm:0.6.1"
Expand All @@ -1672,6 +1693,17 @@ discord.js@discordjs/discord.js:
languageName: node
linkType: hard

"form-data@npm:^4.0.0":
version: 4.0.0
resolution: "form-data@npm:4.0.0"
dependencies:
asynckit: ^0.4.0
combined-stream: ^1.0.8
mime-types: ^2.1.12
checksum: ecbe8f41bcf5c415f38e39058b34598a9261bb74a3d54b633d0b5dd8b7cf9a30b0626cd06ae8e79874a2ca88c222041142a7893e5afdd35fdfc3272264d03d44
languageName: node
linkType: hard

"form-data@npm:~2.3.2":
version: 2.3.3
resolution: "form-data@npm:2.3.3"
Expand Down Expand Up @@ -3295,6 +3327,13 @@ fsevents@~2.3.1:
languageName: node
linkType: hard

"proxy-from-env@npm:^1.1.0":
version: 1.1.0
resolution: "proxy-from-env@npm:1.1.0"
checksum: 6459372a57f3e8ef5211f7847ca2fffabcdd6490005892fcc0dcd62fe2b3551900c8a07fad7df9de3897547b1ab4ac7a7197964cd6fa7e76303caa4936bfaf32
languageName: node
linkType: hard

"psl@npm:^1.1.28":
version: 1.8.0
resolution: "psl@npm:1.8.0"
Expand Down
Loading