chore(deps): bump @babel/traverse to 7.23.2 (CVE-2023-45133 / RCE)#80
Open
dianaKhortiuk-frontegg wants to merge 1 commit into
Open
chore(deps): bump @babel/traverse to 7.23.2 (CVE-2023-45133 / RCE)#80dianaKhortiuk-frontegg wants to merge 1 commit into
dianaKhortiuk-frontegg wants to merge 1 commit into
Conversation
Pin @babel/traverse to 7.23.2 via yarn resolutions in the root (SDK build deps) and the example app, fixing the arbitrary-code-execution advisory (GHSA-67hx-6x53-jw92 / CVE-2023-45133) in this build-time transitive dependency. Consolidates the security intent of the stale Dependabot PRs (#11, #12) that were closed. @babel/traverse is build-time only — not part of the published SDK's runtime dependencies (which is just @frontegg/types). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
What
Pins
@babel/traverseto 7.23.2 viayarnresolutions in both the root (SDK build deps) and the example app — the consolidated replacement for the stale individual Dependabot PRs that were just closed (#11, #12, and the related ones).@babel/traverse < 7.23.2is affected by GHSA-67hx-6x53-jw92 / CVE-2023-45133 (arbitrary code execution when Babel processes specially-crafted code). It's a build-time transitive dependency — not part of the published SDK's runtimedependencies(only@frontegg/typesships), so it never reaches consumers, but it's worth fixing for build hygiene.How
"@babel/traverse": "7.23.2"toresolutionsinpackage.jsonandexample/package.json.yarn install; the lockfile diffs are limited to@babel/traverseand its own transitive deps (@jridgewell/*,jsesc,picocolors).Intentionally deferred
The other recently-closed Dependabot bumps were not included, by design:
ip1.1.8 → 1.1.9 (SSRF): the tree also resolvesip@^2.0.0, so a blanket resolution would break that consumer; the 1.x line is a minor build-time transitive.react-devtools-core: dev-tool version bump, no notable advisory.rexml(exampleGemfile.lock): the exampleGemfile.lockhas a pre-existingcocoapods-spminconsistency unrelated to this change — a Ruby/CocoaPods bump belongs in its own PR.fast-xml-parser: already superseded on master (4.2.5).🤖 Generated with Claude Code