Skip to content

Commit

Permalink
fix(deps): update dependency axios to v1 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 12, 2024
1 parent 7e9b124 commit e608d54
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 2 deletions.
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": "^1.0.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:^1.0.0":
version: 1.6.7
resolution: "axios@npm:1.6.7"
dependencies:
follow-redirects: ^1.15.4
form-data: ^4.0.0
proxy-from-env: ^1.1.0
checksum: 9870c1fc12cef57edda59bef7f4f0a79f75d35e07e21c621bfb1929d131fddedcb44245603e671f07e7838eb7b908efdf401b2e807a73ee048bcf7f33a251a6a
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: ^1.0.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.4":
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

0 comments on commit e608d54

Please sign in to comment.