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

Update dep, fix tests #23

Closed
wants to merge 1 commit into from
Closed

Conversation

Cocophotos
Copy link

Hi,

Thanks for this library which is great! The dependencies are quite old now and NPM detected some vulnerability issues.

I've updated the deps (dev as well). The latest version of qs changed the behavior with the extended mode (?a[0]=1&a[1]=2&a[2]=3 => ['1', '2', '3'] and not [1, 2, 3]), so I've fixed the tests and changed the major version in the package.json since it's a breaking change.

Would you be kind enough to merge this request so that we can upgrade the package on our side, plz?

Best regards,

--
Corentin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants