Skip to content

Patch hono, qs and js-yaml, the three packages behind the open advisories - #15

Merged
Navesz merged 1 commit into
mainfrom
patch-runtime-advisories
Sep 25, 2026
Merged

Navesz merged 1 commit into
mainfrom
patch-runtime-advisories

Conversation

@Navesz

@Navesz Navesz commented Sep 24, 2026

Copy link
Copy Markdown
Owner

Closes the six open Dependabot alerts on main (1 high, 5 moderate).

Package Before After First patched
hono 4.13.4 4.13.9 4.13.5
qs 6.15.3 6.16.0 6.16.0
js-yaml 4.3.1 4.3.2 4.3.2

All three are transitive. The grouped bump in #14 does not reach them because it only moves direct dependencies, which is why the alerts stayed open next to it.

The lockfile also drops a few "peer": true markers — npm 11 normalising the file. No resolved version changes besides the three above.

Checked locally

  • npm audit --omit=dev → 0 vulnerabilities
  • npm run verificar → approved (instrucoes · formato · controle · segredo · elos · tipos · lint · fronteiras · testes · build)

…ries

All three are transitive and each was one patch release away from the fix:
hono 4.13.4 -> 4.13.9, qs 6.15.3 -> 6.16.0, js-yaml 4.3.1 -> 4.3.2. That
closes six Dependabot alerts (one high, five medium). The grouped version
bump in #14 does not touch any of them, because it only moves direct
dependencies.

The lockfile also loses a handful of "peer": true markers. That is npm 11
normalising the file; no resolved version changes besides the three above.

npm audit --omit=dev: 0 vulnerabilities. npm run verificar: approved.
@Navesz
Navesz force-pushed the patch-runtime-advisories branch from 9136af9 to 95635fe Compare September 24, 2026 17:08
@Navesz
Navesz merged commit ffb61a3 into main Sep 25, 2026
8 checks passed
@Navesz
Navesz deleted the patch-runtime-advisories branch September 25, 2026 15:01
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.

1 participant