chore(deps): bump qs, path-to-regexp, follow-redirects to patched versions#139
Open
NetworkTheoryAppliedResearchInstitute wants to merge 1 commit into
Open
chore(deps): bump qs, path-to-regexp, follow-redirects to patched versions#139NetworkTheoryAppliedResearchInstitute wants to merge 1 commit into
NetworkTheoryAppliedResearchInstitute wants to merge 1 commit into
Conversation
…sions Patches three transitive deps flagged by Dependabot, via npm overrides: qs (CVE-2025-15284, >=6.14.1), path-to-regexp (CVE-2026-4867, 0.1.13), follow-redirects (CVE-2026-40895, 1.16.0). package-lock.json is regenerated in full because main's lock recorded only 96 of ~505 packages; aside from the three fixes, only two incidental in-range transitive bumps occurred (jwa 1.4.1->1.4.2, semver 7.7.1->7.8.1).
csecrestjr
approved these changes
Jun 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Patches three transitive dependency vulnerabilities flagged by Dependabot, via npm
overridesinbackend/package.json:On the lockfile diff size:
main'spackage-lock.jsonrecorded only 96 of ~505 resolved packages, sonpm installregenerated a complete lockfile. Among packages present in both lockfiles, exactly five versions changed: the three CVE fixes above, plus two incidental in-range transitive bumps the heal pulled in —jwa1.4.1->1.4.2 andsemver7.7.1->7.8.1. No direct dependency versions changed and nothing moved to a new major.Tests: 5/6 pass. The one failure (
POST /listings creates service listing with limited media) is pre-existing and unrelated — the test referencesapp.routes, which does not exist in Express 4 (routes live onapp._router.stack). Worth a separate fix.Touches only
backend/package.jsonandbackend/package-lock.json.