[agent] chore(deps): bump @babel/runtime and @babel/runtime-corejs3 to 7.29.2#724
Draft
github-actions[bot] wants to merge 1 commit intomainfrom
Draft
[agent] chore(deps): bump @babel/runtime and @babel/runtime-corejs3 to 7.29.2#724github-actions[bot] wants to merge 1 commit intomainfrom
@babel/runtime and @babel/runtime-corejs3 to 7.29.2#724github-actions[bot] wants to merge 1 commit intomainfrom
Conversation
Resolves GHSA-968p-4wvh-cqc8 / CVE-2025-27789 (Dependabot alert #64). @babel/runtime and @babel/runtime-corejs3 were resolved at 7.18.9 in the lockfile. Updated to 7.29.2 (>= 7.26.10) which patches the inefficient RegExp complexity vulnerability in generated code using named capturing groups. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.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.
Resolves Dependabot alert #64.
Summary
@babel/runtimeand@babel/runtime-corejs3were resolved at 7.18.9 inpackage-lock.json, which is below the patched threshold of 7.26.10.Updated both to 7.29.2 by running
npm update@babel/runtime@babel/runtime-corejs3--ignore-scripts.Security advisory
.replacepolyfill has quadratic ReDoS complexity if untrusted strings are passed as the second argument of.replace.@babel/runtime≥ 7.26.10Changes
package-lock.json:@babel/runtime7.18.9 → 7.29.2,@babel/runtime-corejs37.18.9 → 7.29.2Both are transitive dependencies; existing semver ranges in the manifests (
^7.x.x) already allow 7.29.2, so no manifest edits were needed.