Bump qs from 6.5.2 to 6.5.3
Brought to you by:
figure0
Originally created by: dependabot[bot]
Bumps qs from 6.5.2 to 6.5.3.
Sourced from qs's changelog.
6.5.3
- [Fix]
parse: ignore__proto__keys (#428](https://github.com/href="https://github-redirect.dependabot.com/ljharb/qs/issues/428">/issues/428))- [Fix]
utils.merge: avoid a crash with a null target and a truthy non-array source- [Fix] correctly parse nested arrays
- [Fix]
stringify: fix a crash withstrictNullHandlingand a customfilter/serializeDate(#279](https://github.com/href="https://github-redirect.dependabot.com/ljharb/qs/issues/279">/issues/279))- [Fix]
utils:merge: fix crash whensourceis a truthy primitive & no options are provided- [Fix] when
parseArraysis false, properly handle keys ending in[]- [Fix] fix for an impossible situation: when the formatter is called with a non-string value
- [Fix]
utils.merge: avoid a crash with a null target and an array source- [Refactor]
utils: reduce observable [[Get]]s- [Refactor] use cached
Array.isArray- [Refactor]
stringify: Avoid arr = arr.concat(...), push to the existing instance (#269](https://github.com/href="https://github-redirect.dependabot.com/ljharb/qs/issues/269">/issues/269))- [Refactor]
parse: only need to reassign the var once- [Robustness]
stringify: avoid relying on a globalundefined(#427](https://github.com/href="https://github-redirect.dependabot.com/ljharb/qs/issues/427">/issues/427))- [readme] remove travis badge; add github actions/codecov badges; update URLs
- [Docs] Clean up license text so it’s properly detected as BSD-3-Clause
- [Docs] Clarify the need for "arrayLimit" option
- [meta] fix README.md (#399](https://github.com/href="https://github-redirect.dependabot.com/ljharb/qs/issues/399">/issues/399))
- [meta] add FUNDING.yml
- [actions] backport actions from main
- [Tests] always use
String(x)overx.toString()- [Tests] remove nonexistent tape option
- [Dev Deps] backport from main
298bfa5 v6.5.3ed0f5dc [Fix] parse: ignore __proto__ keys (#428](https://github.com/href="https://github-redirect.dependabot.com/ljharb/qs/issues/428">/issues/428))691e739 [Robustness] stringify: avoid relying on a global undefined (#427](https://github.com/href="https://github-redirect.dependabot.com/ljharb/qs/issues/427">/issues/427))1072d57 [readme] remove travis badge; add github actions/codecov badges; update URLs12ac1c4 [meta] fix README.md (#399](https://github.com/href="https://github-redirect.dependabot.com/ljharb/qs/issues/399">/issues/399))0338716 [actions] backport actions from main5639c20 Clean up license text so it’s properly detected as BSD-3-Clause51b8a0b add FUNDING.yml45f6759 [Fix] fix for an impossible situation: when the formatter is called with a no...f814a7f [Dev Deps] backport from mainDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.