fix: resolve all fixable snyk vulnerabilities#91
Merged
Conversation
Resolves SNYK-JS-PROTOBUFJS-17900550 (infinite loop, high severity) via @devrev/typescript-sdk. Fetched from public npmjs since the internal registry mirror had not yet synced 7.6.5.
body-parser 1.20.5 -> 1.20.6 (SNYK-JS-BODYPARSER-17906397, medium) brace-expansion 1.1.15/2.1.1/5.0.6 -> 1.1.16/2.1.2/5.0.7 via nodemon, eslint, typescript-eslint, rimraf transitive chains (SNYK-JS-BRACEEXPANSION-17706650, high) js-yaml 4.2.0 -> 4.3.0 via eslint (SNYK-JS-JSYAML-17900054, high) js-yaml 3.14.2 -> 3.15.0 via babel-jest > @istanbuljs/load-nyc-config (partial fix for SNYK-JS-JSYAML-17342520; that CVE's real fix needs js-yaml 4.2.0+ but load-nyc-config pins ^3.13.1, so a clean bump past 3.x isn't possible without an overrides block) Not fixed: inflight@1.0.6 (SNYK-JS-INFLIGHT-6095116) has no available fix, abandoned package via babel-jest > ... > glob > inflight
CI runners have no Verdaccio credentials for npm.infra.devrev-eng.ai, so npm ci would fail with E401 on 3 pre-existing deps (argparse, esprima, sprintf-js) whose "resolved" URL had been pinned to the internal mirror. Repoint to registry.npmjs.org; integrity hashes are unchanged since tarballs are byte-identical on both registries.
tilenkavcic
approved these changes
Jul 14, 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.
Description
This PR resolves all fixable Snyk vulnerabilities found in the project:
protobufjsdependency (via@devrev/typescript-sdk) from 7.6.4 to 7.6.5 (high severity, infinite loop, SNYK-JS-PROTOBUFJS-17900550).body-parser(direct dependency) from 1.20.5 to 1.20.6 (medium severity, SNYK-JS-BODYPARSER-17906397).brace-expansion1.1.15/2.1.1/5.0.6 → 1.1.16/2.1.2/5.0.7,js-yaml4.2.0 → 4.3.0 (eslint path) and 3.14.2 → 3.15.0 (istanbul path, partial).Some fixed versions were fetched from public npmjs since the internal registry mirror had not yet synced them.
Two findings remain and are not fixable without disruptive changes:
inflight@1.0.6(abandoned package, no patch exists) and onejs-yamlCVE on the istanbul path that needs 4.x but is blocked by a parent's^3.13.1pin (would require anoverridesentry).Verified clean via
snyk testfor everything else. Build passes (this repo has no test suite).Connected Issues
https://app.devrev.ai/devrev/works/ISS-344638
Checklist
npm run testOR no tests needed.npm run lint.