@discordjs/collection Dependency Remains 1.5.3 instead of latest version

There may be a reason, considering the major version change, but I found out discord.js is still pulling 1.5.3 when I went looking for a fix for this: https://github.com/discordjs/discord.js/pull/9345/commits/30936f01dcc74ea0d3675a5f93d63f9d8c9dd1a3

I just patched it in my own project for now, so it's not a major concern to me. I couldn't find an issue for it in the repo. If it is an issue, let me know, I'll submit one for you. Thanks!
GitHub
Please describe the changes this PR makes and why it should be merged:
This PR modifies the toJSON method in the collection package to return entries instead of just values. Currently, the toJSON m...
Was this page helpful?