Conversation
Bumps eslint-plugin-jsx-a11y from ^6.4.1 to ^6.7.0 in configs/eslint-config-devtools. Version 6.7.0 switched the aria-query dependency from 4.x to 5.x, which drops the @babel/runtime-corejs3 transitive dependency that was vulnerable to GHSA-968p-4wvh-cqc8 / CVE-2025-27789. Changes in lockfile: - eslint-plugin-jsx-a11y: 6.6.1 -> 6.10.2 - aria-query: 4.2.2 -> 5.3.2 (dropped @babel/runtime-corejs3 dep) - @babel/runtime-corejs3: removed entirely Closes Dependabot alert #63. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Coverage is 78.619% — fix/bump-eslint-plugin-jsx-a11y-CVE-2025-27789-82e444582ec8fad2 into main. No base build found for |
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
Bumps
eslint-plugin-jsx-a11yfrom^6.4.1to^6.7.0inconfigs/eslint-config-devtools/package.jsonto remediate GHSA-968p-4wvh-cqc8 / CVE-2025-27789 (Dependabot alert #63).Root cause
eslint-plugin-jsx-a11y@6.6.1depended onaria-query@^4.2.2, which in turn required@babel/runtime-corejs3@^7.10.2. The lockfile had@babel/runtime-corejs3@7.18.9installed, which is below the patched threshold of 7.26.10.Starting in v6.7.0,
eslint-plugin-jsx-a11yswitched toaria-query@^5.x, which dropped the@babel/runtime-corejs3(and@babel/runtime) transitive dependencies entirely.Lockfile changes
eslint-plugin-jsx-a11yaria-query@babel/runtime-corejs3Security advisory
.replacewhen transpiling named capturing groups@babel/runtime/@babel/runtime-corejs3≥ 7.26.10