Skip to content

Commit 4709d31

Browse files
rozelefacebook-github-bot
authored andcommitted
Update Yoga Babel SystemJS transform dependency
Summary: Pin Yoga's transitive `babel/plugin-transform-modules-systemjs` dependency to 7.29.4 via Yarn resolutions and regenerate `yarn.lock` to remediate GHSA-fv7c-fp4j-7gwp / CVE-2026-44728. Differential Revision: D104695545
1 parent 966107f commit 4709d31

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"typescript": "5.0.4"
2626
},
2727
"resolutions": {
28-
"cliui/wrap-ansi": "7.0.0"
28+
"cliui/wrap-ansi": "7.0.0",
29+
"@babel/plugin-transform-modules-systemjs": "7.29.4"
2930
}
3031
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -882,10 +882,10 @@
882882
"@babel/helper-module-transforms" "^7.28.6"
883883
"@babel/helper-plugin-utils" "^7.28.6"
884884

885-
"@babel/plugin-transform-modules-systemjs@^7.29.0":
886-
version "7.29.0"
887-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.29.0.tgz#e458a95a17807c415924106a3ff188a3b8dee964"
888-
integrity sha512-PrujnVFbOdUpw4UHiVwKvKRLMMic8+eC0CuNlxjsyZUiBjhFdPsewdXCkveh2KqBA9/waD0W1b4hXSOBQJezpQ==
885+
"@babel/plugin-transform-modules-systemjs@7.29.4", "@babel/plugin-transform-modules-systemjs@^7.29.0":
886+
version "7.29.4"
887+
resolved "https://registry.facebook.net/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.29.4.tgz#f621105da99919c15cf4bde6fcc7346ef95e7b20"
888+
integrity sha512-N7QmZ0xRZfjHOfZeQLJjwgX2zS9pdGHSVl/cjSGlo4dXMqvurfxXDMKY4RqEKzPozV78VMcd0lxyG13mlbKc4w==
889889
dependencies:
890890
"@babel/helper-module-transforms" "^7.28.6"
891891
"@babel/helper-plugin-utils" "^7.28.6"

0 commit comments

Comments
 (0)