chore(deps): remediate Snyk SCA findings in superset-frontend/cypress-base lockfile - #38
Open
devin-ai-integration[bot] wants to merge 1 commit into
Open
devin-ai-integration[bot] wants to merge 1 commit into
devin-ai-integration[bot] wants to merge 1 commit into
Conversation
…-base lockfile Co-Authored-By: shayan <shayan@cognition.ai>
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
9 tasks
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.
SUMMARY
Fourth focused PR of the Snyk remediation series (see #34, #35, #36, #37). Scope:
superset-frontend/cypress-base/package.json+package-lock.json(lockfile kept atlockfileVersion: 2).Direct bump:
nanoid ^5.0.9 -> ^5.1.14(resolves 5.1.16).Major-pinned npm
overridesadded alongside the existingcypress > form-dataoverride, so each version family in the tree stays intact:Resolves (as reported against
superset-frontend/cypress-base/package-lock.json): SNYK-JS-NANOID-18506894, SNYK-JS-NANOID-18506897, SNYK-JS-NANOID-18748186, SNYK-JS-BRACEEXPANSION-15789759, SNYK-JS-BRACEEXPANSION-16755174, SNYK-JS-BRACEEXPANSION-17706650, SNYK-JS-BRACEEXPANSION-18313044, SNYK-JS-BRACEEXPANSION-18512280, SNYK-JS-JSYAML-17900054, SNYK-JS-JSYAML-18593780, SNYK-JS-JSYAML-19496768, SNYK-JS-PICOMATCH-15765511, SNYK-JS-LODASH-15869625, SNYK-JS-FASTURI-16642394, SNYK-JS-FASTURI-16642399, SNYK-JS-FASTURI-17675102, SNYK-JS-FASTURI-18021349, SNYK-JS-FASTURI-18506908, SNYK-JS-FASTURI-19256869, SNYK-JS-FASTURI-19256871, SNYK-JS-FASTURI-19502739, plus the ajv / qs / tough-cookie advisories for this lockfile.Deliberately skipped
.github/actions/cached-dependencies,.github/actions/latest-tag,.github/actions/file-changes-actionlockfiles: these arelockfileVersion: 1files for actions that run from committed, ncc-compileddist/bundles. Regenerating them with a current npm rewrites each file to lockfile v3 (thousands of changed lines per file, blowing the 1k-line PR limit) while not changing what actually executes in CI unlessdist/is rebuilt too — which is generated output this remediation must not touch. Recommend a separate follow-up that rebuilds the action bundles (or replaces these vendored actions with upstream marketplace versions).path-to-regexp@1.9.0,semver 6.3.1 / 7.5.4,form-data 2.5.5,@babel/runtime 7.27.0in cypress-base: already at/above the Snyk fixed versions; no change needed.cypress 11.x: not bumped; any advisories on the Cypress binary itself require a major upgrade of the E2E runner and are out of scope.BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
N/A
TESTING INSTRUCTIONS
npm cisucceeds against the regenerated lockfile.tscreports the same 18 pre-existing errors as onmaster(verified by stashing the change and re-running) — none introduced here.ADDITIONAL INFORMATION
Link to Devin session: https://app.devin.ai/sessions/6722f19ed59a48bda02a0275375426c9
Open in Devin Desktop: https://app.devin.ai/desktop/session/6722f19ed59a48bda02a0275375426c9?variant=devin
Requested by: @shayanshafii