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

[Snyk] Upgrade qs from 6.1.0 to 6.12.0 #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wellcathita
Copy link
Owner

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade qs from 6.1.0 to 6.12.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 45 versions ahead of your current version.
  • The recommended version was released 21 days ago, on 2024-03-06.

The recommended version fixes:

Severity Issue PriorityScore (*) Exploit Maturity
Prototype Poisoning
SNYK-JS-QS-3153490
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
Proof of Concept
Prototype Override Protection Bypass
npm:qs:20170213
696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
No Known Exploit

(*) Note that the real score may have changed since the PR was raised.

Release notes
Package name: qs
  • 6.12.0 - 2024-03-06

    v6.12.0

  • 6.11.2 - 2023-05-15

    v6.11.2

  • 6.11.1 - 2023-03-06

    v6.11.1

  • 6.11.0 - 2022-06-27

    v6.11.0

  • 6.10.5 - 2022-06-06

    v6.10.5

  • 6.10.4 - 2022-06-06

    v6.10.4

  • 6.10.3 - 2022-01-11
    • [Fix] parse: ignore __proto__ keys (#428)
    • [Robustness] stringify: avoid relying on a global undefined (#427)
    • [actions] reuse common workflows
    • [Dev Deps] update eslint, @ ljharb/eslint-config, object-inspect, tape
  • 6.10.2 - 2021-12-06
  • 6.10.1 - 2021-03-22
  • 6.10.0 - 2021-03-18
  • 6.9.7 - 2022-01-11
  • 6.9.6 - 2021-01-14
  • 6.9.5 - 2021-01-13
  • 6.9.4 - 2020-05-03
  • 6.9.3 - 2020-03-25
  • 6.9.2 - 2020-03-22
  • 6.9.1 - 2019-11-08
  • 6.9.0 - 2019-09-21
  • 6.8.3 - 2022-01-11
    • [Fix] parse: ignore __proto__ keys (#428)
    • [Robustness] stringify: avoid relying on a global undefined (#427)
    • [Fix] stringify: avoid encoding arrayformat comma when encodeValuesOnly = true (#424)
    • [readme] remove travis badge; add github actions/codecov badges; update URLs
    • [Tests] clean up stringify tests slightly
    • [Docs] add note and links for coercing primitive values (#408)
    • [meta] fix README.md (#399)
    • [actions] backport actions from main
    • [Dev Deps] backport updates from main
    • [Refactor] stringify: reduce branching
    • [meta] do not publish workflow files
  • 6.8.2 - 2020-03-25
  • 6.8.1 - 2020-03-24
  • 6.8.0 - 2019-08-17
  • 6.7.3 - 2022-01-11
    • [Fix] parse: ignore __proto__ keys (#428)
    • [Fix] stringify: avoid encoding arrayformat comma when encodeValuesOnly = true (#424)
    • [Robustness] stringify: avoid relying on a global undefined (#427)
    • [readme] remove travis badge; add github actions/codecov badges; update URLs
    • [Docs] add note and links for coercing primitive values (#408)
    • [meta] fix README.md (#399)
    • [meta] do not publish workflow files
    • [actions] backport actions from main
    • [Dev Deps] backport updates from main
    • [Tests] use nyc for coverage
    • [Tests] clean up stringify tests slightly
  • 6.7.2 - 2020-03-25
  • 6.7.1 - 2020-03-24
  • 6.7.0 - 2019-03-22
  • 6.6.1 - 2022-01-11
  • 6.6.0 - 2018-11-25
  • 6.5.3 - 2022-01-11
  • 6.5.2 - 2018-05-04
  • 6.5.1 - 2017-09-09
  • 6.5.0 - 2017-06-28
  • 6.4.1 - 2022-01-11
  • 6.4.0 - 2017-03-06
  • 6.3.3 - 2022-01-11
  • 6.3.2 - 2017-03-06
  • 6.3.1 - 2017-02-16
  • 6.3.0 - 2016-10-17
  • 6.2.4 - 2022-01-11
    • [Fix] parse: ignore __proto__ keys (#428)
    • [Fix] utils.merge: avoid a crash with a null target and an array source
    • [Fix] utils.merge: avoid a crash with a null target and a truthy non-array source
    • [Fix] utils: merge: fix crash when source is a truthy primitive & no options are provided
    • [Fix] when parseArrays is false, properly handle keys ending in []
    • [Robustness] stringify: avoid relying on a global undefined (#427)
    • [Refactor] use cached Array.isArray
    • [Docs] Clarify the need for "arrayLimit" option
    • [meta] fix README.md (#399)
    • [meta] Clean up license text so it’s properly detected as BSD-3-Clause
    • [meta] add FUNDING.yml
    • [actions] backport actions from main
    • [Tests] use safer-buffer instead of Buffer constructor
    • [Tests] remove nonexistent tape option
    • [Dev Deps] backport from main
  • 6.2.3 - 2017-03-06
  • 6.2.2 - 2017-02-16
  • 6.2.1 - 2016-07-20
  • 6.2.0 - 2016-05-08
  • 6.1.2 - 2017-03-06
  • 6.1.1 - 2017-02-16
  • 6.1.0 - 2016-02-04
from qs GitHub release notes
Commit messages
Package name: qs
  • 062334a v6.12.0
  • f09cffc [meta] make the dist build 50% smaller
  • 934dfe8 [meta] run build in prepack, not prepublish
  • c8a269f [Tests] `parse`: remove useless tests; add coverage
  • 1e04701 [Tests] `stringify`: increase coverage
  • e679e12 [Deps] update `side-channel`
  • 6799475 [Dev Deps] update `has-override-mistake`
  • cc60bbd [Tests] use `mock-property`
  • 30004b2 [New] `parse`/`stringify`: add `decodeDotInKeys`/`encodeDotKeys` options
  • 82a098e [Refactor] `parse`/`stringify`: move allowDots config logic to its own variable
  • 5f0449f [Dev Deps] pin `glob`, since v10.3.8+ requires a broken `jackspeak`
  • bb83fab [Dev Deps] pin `jackspeak` since 2.1.2+ depends on npm aliases, which kill the install process in npm < 6
  • 9c5dda2 [meta] add `sideEffects` flag
  • bb15aae [Deps] update `side-channel`
  • 0d3ce03 [Dev Deps] update `has-property-descriptors`, `tape`
  • 981ce09 [New] `parse`: add `duplicates` option
  • 3cd59f2 [readme] fix line wrapping
  • f22b2bc [New] `parse`/`stringify`: add `allowEmptyArrays` option to allow [] in object values
  • 04f422f [Dev Deps] update `aud`, `npmignore`, `tape`
  • edc19a2 logo: add half banner
  • f7961d6 [Tests] `stringify`: improve coverage
  • 311c5b6 [readme] remove dead badges
  • f8e8e16 [Dev Deps] update `@ ljharb/eslint-config `, `aud`, `has-property-descriptors`, `mock-property`, `object-inspect`, `tape`
  • 65beed8 [readme] update readme, add logos

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

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