Skip to content

Commit 9043ab4

Browse files
chore(deps): update dependency @babel/preset-env to v7.29.5 (#936)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ba221b0 commit 9043ab4

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"devDependencies": {
4040
"@babel/cli": "7.28.6",
4141
"@babel/core": "7.29.0",
42-
"@babel/preset-env": "7.29.3",
42+
"@babel/preset-env": "7.29.5",
4343
"@babel/preset-flow": "7.27.1",
4444
"@babel/preset-react": "7.28.5",
4545
"@commitlint/cli": "8.3.6",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -924,10 +924,10 @@
924924
"@babel/helper-module-transforms" "^7.28.6"
925925
"@babel/helper-plugin-utils" "^7.28.6"
926926

927-
"@babel/plugin-transform-modules-systemjs@^7.29.0":
928-
version "7.29.0"
929-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.29.0.tgz#e458a95a17807c415924106a3ff188a3b8dee964"
930-
integrity sha512-PrujnVFbOdUpw4UHiVwKvKRLMMic8+eC0CuNlxjsyZUiBjhFdPsewdXCkveh2KqBA9/waD0W1b4hXSOBQJezpQ==
927+
"@babel/plugin-transform-modules-systemjs@^7.29.4":
928+
version "7.29.4"
929+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.29.4.tgz#f621105da99919c15cf4bde6fcc7346ef95e7b20"
930+
integrity sha512-N7QmZ0xRZfjHOfZeQLJjwgX2zS9pdGHSVl/cjSGlo4dXMqvurfxXDMKY4RqEKzPozV78VMcd0lxyG13mlbKc4w==
931931
dependencies:
932932
"@babel/helper-module-transforms" "^7.28.6"
933933
"@babel/helper-plugin-utils" "^7.28.6"
@@ -1166,10 +1166,10 @@
11661166
"@babel/helper-create-regexp-features-plugin" "^7.28.5"
11671167
"@babel/helper-plugin-utils" "^7.28.6"
11681168

1169-
"@babel/preset-env@7.29.3":
1170-
version "7.29.3"
1171-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.29.3.tgz#2bbd5b0162e6a762adfe356f4aecdef837a3d574"
1172-
integrity sha512-ySZypNLAIH1ClygLDQzVMoGQRViATnkHkYYV6TcNDz+8+jwZCdsguGvsb3EY5d9wyWyhmF1iSuFM0Yh5XPnqSA==
1169+
"@babel/preset-env@7.29.5":
1170+
version "7.29.5"
1171+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.29.5.tgz#c48b7ed94582c8b685e21b8b42de8633ec289268"
1172+
integrity sha512-/69t2aEzGKHD76DyLbHysF/QH2LJOB8iFnYO37unDTKBTubzcMRv0f3H5EiN1Q6ajOd/eB7dAInF0qdFVS06kA==
11731173
dependencies:
11741174
"@babel/compat-data" "^7.29.3"
11751175
"@babel/helper-compilation-targets" "^7.28.6"
@@ -1210,7 +1210,7 @@
12101210
"@babel/plugin-transform-member-expression-literals" "^7.27.1"
12111211
"@babel/plugin-transform-modules-amd" "^7.27.1"
12121212
"@babel/plugin-transform-modules-commonjs" "^7.28.6"
1213-
"@babel/plugin-transform-modules-systemjs" "^7.29.0"
1213+
"@babel/plugin-transform-modules-systemjs" "^7.29.4"
12141214
"@babel/plugin-transform-modules-umd" "^7.27.1"
12151215
"@babel/plugin-transform-named-capturing-groups-regex" "^7.29.0"
12161216
"@babel/plugin-transform-new-target" "^7.27.1"

0 commit comments

Comments
 (0)