Skip to content

Commit eea552b

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

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
@@ -33,7 +33,7 @@
3333
},
3434
"devDependencies": {
3535
"@babel/core": "7.29.0",
36-
"@babel/preset-env": "7.29.3",
36+
"@babel/preset-env": "7.29.5",
3737
"@babel/preset-typescript": "7.28.5",
3838
"@changesets/changelog-github": "0.7.0",
3939
"@changesets/cli": "2.31.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -589,10 +589,10 @@
589589
"@babel/helper-module-transforms" "^7.28.6"
590590
"@babel/helper-plugin-utils" "^7.28.6"
591591

592-
"@babel/plugin-transform-modules-systemjs@^7.29.0":
593-
version "7.29.0"
594-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.29.0.tgz#e458a95a17807c415924106a3ff188a3b8dee964"
595-
integrity sha512-PrujnVFbOdUpw4UHiVwKvKRLMMic8+eC0CuNlxjsyZUiBjhFdPsewdXCkveh2KqBA9/waD0W1b4hXSOBQJezpQ==
592+
"@babel/plugin-transform-modules-systemjs@^7.29.4":
593+
version "7.29.4"
594+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.29.4.tgz#f621105da99919c15cf4bde6fcc7346ef95e7b20"
595+
integrity sha512-N7QmZ0xRZfjHOfZeQLJjwgX2zS9pdGHSVl/cjSGlo4dXMqvurfxXDMKY4RqEKzPozV78VMcd0lxyG13mlbKc4w==
596596
dependencies:
597597
"@babel/helper-module-transforms" "^7.28.6"
598598
"@babel/helper-plugin-utils" "^7.28.6"
@@ -819,10 +819,10 @@
819819
"@babel/helper-create-regexp-features-plugin" "^7.28.5"
820820
"@babel/helper-plugin-utils" "^7.28.6"
821821

822-
"@babel/preset-env@7.29.3":
823-
version "7.29.3"
824-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.29.3.tgz#2bbd5b0162e6a762adfe356f4aecdef837a3d574"
825-
integrity sha512-ySZypNLAIH1ClygLDQzVMoGQRViATnkHkYYV6TcNDz+8+jwZCdsguGvsb3EY5d9wyWyhmF1iSuFM0Yh5XPnqSA==
822+
"@babel/preset-env@7.29.5":
823+
version "7.29.5"
824+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.29.5.tgz#c48b7ed94582c8b685e21b8b42de8633ec289268"
825+
integrity sha512-/69t2aEzGKHD76DyLbHysF/QH2LJOB8iFnYO37unDTKBTubzcMRv0f3H5EiN1Q6ajOd/eB7dAInF0qdFVS06kA==
826826
dependencies:
827827
"@babel/compat-data" "^7.29.3"
828828
"@babel/helper-compilation-targets" "^7.28.6"
@@ -863,7 +863,7 @@
863863
"@babel/plugin-transform-member-expression-literals" "^7.27.1"
864864
"@babel/plugin-transform-modules-amd" "^7.27.1"
865865
"@babel/plugin-transform-modules-commonjs" "^7.28.6"
866-
"@babel/plugin-transform-modules-systemjs" "^7.29.0"
866+
"@babel/plugin-transform-modules-systemjs" "^7.29.4"
867867
"@babel/plugin-transform-modules-umd" "^7.27.1"
868868
"@babel/plugin-transform-named-capturing-groups-regex" "^7.29.0"
869869
"@babel/plugin-transform-new-target" "^7.27.1"

0 commit comments

Comments
 (0)