mirror of
https://github.com/danbulant/discord.js
synced 2026-07-09 05:00:48 +00:00
build: update snekfetch requirement to ^4.0.1 (#2580)
Updates the requirements on [snekfetch](https://github.com/devsnek/snekfetch) to permit the latest version. - [Release notes](https://github.com/devsnek/snekfetch/releases) - [Commits](https://github.com/devsnek/snekfetch/commits) Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
parent
c8ecbe6585
commit
46af6e3396
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"pako": "^1.0.0",
|
"pako": "^1.0.0",
|
||||||
"prism-media": "^0.2.0",
|
"prism-media": "^0.2.0",
|
||||||
"snekfetch": "^3.6.0",
|
"snekfetch": "^4.0.1",
|
||||||
"tweetnacl": "^1.0.0",
|
"tweetnacl": "^1.0.0",
|
||||||
"ws": "^4.0.0"
|
"ws": "^4.0.0"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue