Skip to content

build(deps): Bump qs from 6.15.1 to 6.15.2 in /backend - #1

Merged
sathyaprakash000 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/backend/qs-6.15.2
May 25, 2026
Merged

build(deps): Bump qs from 6.15.1 to 6.15.2 in /backend#1
sathyaprakash000 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/backend/qs-6.15.2

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubMay 25, 2026

Copy link
Copy Markdown
Contributor

Bumps qs from 6.15.1 to 6.15.2.

Changelog

Sourced from qs's changelog.

6.15.2

  • [Fix] stringify: skip null/undefined entries in arrayFormat: 'comma' + encodeValuesOnly instead of crashing in encoder
  • [Fix] stringify: use configured delimiter after charsetSentinel (#555)
  • [Fix] stringify: apply formatter to encoded key under strictNullHandling (#554)
  • [Fix] stringify: skip null/undefined filter-array entries instead of crashing in encoder (#551)
  • [Fix] parse: handle nested bracket groups and add regression tests (#530)
  • [readme] fix grammar (#550)
  • [Dev Deps] update @ljharb/eslint-config
  • [Tests] add regression tests for keys containing percent-encoded bracket text
Commits
  • 9aca407 v6.15.2
  • 5e33d33 [Dev Deps] update @ljharb/eslint-config
  • 21f80b3 [Fix] stringify: skip null/undefined entries in arrayFormat: 'comma' + `e...
  • a0a81ea [Fix] stringify: use configured delimiter after charsetSentinel
  • e3062f7 [Fix] stringify: apply formatter to encoded key under strictNullHandling
  • 0c180a4 [Fix] stringify: skip null/undefined filter-array entries instead of crashi...
  • 3a8b94a [Tests] add regression tests for keys containing percent-encoded bracket text
  • 96755ab [readme] fix grammar
  • a419ce5 [Fix] parse: handle nested bracket groups and add regression tests
  • See full diff in compare view

@dependabotdependabotBot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 25, 2026
sathyaprakash000 added a commit that referenced this pull request May 25, 2026
…osure) (#4)
whatsappAccounts.js shipped a stub adminOnly that only checked req.user (a
stale 'roles were removed' assumption). The system does have roles
(admin/bda_sales/viewer, permissions.js + migration 031), so any logged-in
non-admin could read a live, DECRYPTED Meta access token via
GET /api/whatsapp-accounts/:id?reveal=1, and create/update/delete accounts.
Use the role-gated adminOnly from middleware/access.js for :id (reveal),
POST, PUT, DELETE. The list and by-phone picker routes stay open to all
authenticated users since they return masked metadata only (no token).
Audit ref: REVIEW.md P0 #1 (lane 02 CRITICAL + HIGHs).
Signed-off-by: KingArthur000 <sathyaprakashelango@gmail.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Bumps [qs](https://github.com/ljharb/qs) from 6.15.1 to 6.15.2.
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.15.1...v6.15.2)
---
updated-dependencies:
- dependency-name: qs
dependency-version: 6.15.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot changed the title Bump qs from 6.15.1 to 6.15.2 in /backendbuild(deps): Bump qs from 6.15.1 to 6.15.2 in /backendMay 25, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/backend/qs-6.15.2 branch from 2624e01 to 7619b08CompareMay 25, 2026 03:52
@sathyaprakash000
sathyaprakash000 merged commit 455bf21 into mainMay 25, 2026
9 checks passed
@sathyaprakash000
sathyaprakash000 deleted the dependabot/npm_and_yarn/backend/qs-6.15.2 branch May 25, 2026 05:09
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@sathyaprakash000