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 Nov 12, 2023
1 parent 7e9b124 commit adc6c3b
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.1
resolution: "axios@npm:1.6.1"
dependencies:
follow-redirects: ^1.15.0
form-data: ^4.0.0
proxy-from-env: ^1.1.0
checksum: c3dc937a37352ac83979d44c303965e6a7cace0cbe0313dd816f167a5c2dde34f3f7fe3a963c4f1677e240a4fbd02e1d00f3f13ec9995654c93e7918da3fb30c
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.0":
version: 1.15.3
resolution: "follow-redirects@npm:1.15.3"
peerDependenciesMeta:
debug:
optional: true
checksum: 1fd01d726599ac41af19682571a6ef23d7c278773f9d0752a8ba6904b6f609dbbdab50e7a90bf5c63329bea519ec71b3936d7725b1486acf13b56b092e798fd3
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 adc6c3b

Please sign in to comment.