[Security] Bump @babel/runtime from 7.26.0 to 7.27.3
Bumps @babel/runtime from 7.26.0 to 7.27.3. This update includes a security fix.
Vulnerabilities fixed
Babel has inefficient RegExp complexity in generated code with .replace when transpiling named capturing groups
Impact
When using Babel to compile regular expression named capturing groups, Babel will generate a polyfill for the
.replace
method that has quadratic complexity on some specific replacement pattern strings (i.e. the second argument passed to.replace
).Your generated code is vulnerable if all the following conditions are true:
- You use Babel to compile regular expression named capturing groups
- You use the
.replace
method on a regular expression that contains named capturing groups- Your code uses untrusted strings as the second argument of
.replace
If you are using
@babel/preset-env
with thetargets
option, the transform that injects the vulnerable code is automatically enabled if:
- you use duplicated named capturing groups, and target any browser older than Chrome/Edge 126, Opera 112, Firefox 129, Safari 17.4, or Node.js 23
- you use any named capturing groups, and target any browser older than Chrome 64, Opera 71, Edge 79, Firefox 78, Safari 11.1, or Node.js 10
You can verify what transforms
@babel/preset-env
is using by enabling thedebug
option.Patches
This problem has been fixed in
@babel/helpers
and@babel/runtime
7.26.10 and 8.0.0-alpha.17, please upgrade. It's likely that you do not directly depend on@babel/helpers
, and instead you depend on@babel/core
(which itself depends on@babel/helpers
). Upgrading to@babel/core
7.26.10 is not required, but it guarantees that you are on a new enough@babel/helpers
version.
... (truncated)
Patched versions: 7.26.10 Affected versions: < 7.26.10
Release notes
Sourced from @babel/runtime
's releases.
v7.27.3 (2025-05-27)
🐛 Bug Fix
babel-generator
babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
,babel-preset-env
,babel-runtime-corejs3
- #17328 Correctly set
.displayName
onGeneratorFunction
(@nicolo-ribaudo
)babel-plugin-proposal-explicit-resource-management
babel-plugin-proposal-decorators
,babel-types
- #17321 fix(converter): Remove
abstract
modifiers in class declaration to expression conversion (@magic-akari
)babel-helper-module-transforms
,babel-plugin-proposal-explicit-resource-management
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-umd
babel-parser
- #17312 fix(parser): properly handle optional markers in generator class methods (
@magic-akari
)- #17307 fix(parser): Terminate modifier parsing at newline (
@magic-akari
)babel-generator
,babel-parser
Committers: 7
- Babel Bot (
@babel-bot
)- Huáng Jùnliàng (
@JLHwung
)- Nicolò Ribaudo (
@nicolo-ribaudo
)- Vik R (
@vikr01
)@liuxingbaoyu
@magic-akari
- fisker Cheung (
@fisker
)v7.27.2 (2025-05-06)
🐛 Bug Fix
babel-parser
- #17289 fix:
@babel/parser/bin/index.js
containsnode:
protocol require (@liuxingbaoyu
)- #17291 fix: Private class method not found when TS and estree (
@liuxingbaoyu
)babel-plugin-transform-object-rest-spread
babel-plugin-transform-modules-commonjs
,babel-template
- #17284 fix(babel-template): Properly handle empty string replacements (
@magic-akari
):running_woman: Performance
Committers: 5
- Babel Bot (
@babel-bot
)- Huáng Jùnliàng (
@JLHwung
)- Nicolò Ribaudo (
@nicolo-ribaudo
)@liuxingbaoyu
@magic-akari
... (truncated)
Changelog
Sourced from @babel/runtime
's changelog.
v7.27.3 (2025-05-27)
🐛 Bug Fix
babel-generator
babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
,babel-preset-env
,babel-runtime-corejs3
- #17328 Correctly set
.displayName
onGeneratorFunction
(@nicolo-ribaudo
)babel-plugin-proposal-explicit-resource-management
babel-plugin-proposal-decorators
,babel-types
- #17321 fix(converter): Remove
abstract
modifiers in class declaration to expression conversion (@magic-akari
)babel-helper-module-transforms
,babel-plugin-proposal-explicit-resource-management
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-umd
babel-parser
- #17312 fix(parser): properly handle optional markers in generator class methods (
@magic-akari
)- #17307 fix(parser): Terminate modifier parsing at newline (
@magic-akari
)babel-generator
,babel-parser
v7.27.2 (2025-05-06)
🐛 Bug Fix
babel-parser
- #17289 fix:
@babel/parser/bin/index.js
containsnode:
protocol require (@liuxingbaoyu
)- #17291 fix: Private class method not found when TS and estree (
@liuxingbaoyu
)babel-plugin-transform-object-rest-spread
babel-plugin-transform-modules-commonjs
,babel-template
- #17284 fix(babel-template): Properly handle empty string replacements (
@magic-akari
):running_woman: Performance
v7.27.1 (2025-04-30)
👓 Spec Compliance
babel-parser
babel-parser
,babel-types
🐛 Bug Fix
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
,babel-traverse
babel-helper-wrap-function
,babel-plugin-transform-async-to-generator
- #17251 Fix: propagate argument evaluation errors through async promise chain (
@magic-akari
)babel-helper-remap-async-to-generator
,babel-plugin-transform-async-to-generator
babel-helper-fixtures
,babel-parser
... (truncated)
Commits
-
da5e371
v7.27.3 -
eebd3a0
v7.27.1 -
296cdc5
Remove unusedregenerator-runtime
dep in@babel/runtime
(#17263) -
fdc0fb5
[Babel 8] Bump nodejs requirements to^20.19.0 || >= 22.12.0
(#17204) -
5c350ea
v7.27.0 -
ca4865a
Fix: align behaviour to tscrewriteRelativeImportExtensions
(#17118) -
e1ce99d
v7.26.10 -
d5952e8
Fix processing of replacement pattern with named capture groups (#17173) -
64bca7b
v7.26.9 -
2d95140
v7.26.7 - See full diff in compare view