Skip to content

Commit ba221b0

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

2 files changed

Lines changed: 19 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.2",
42+
"@babel/preset-env": "7.29.3",
4343
"@babel/preset-flow": "7.27.1",
4444
"@babel/preset-react": "7.28.5",
4545
"@commitlint/cli": "8.3.6",

yarn.lock

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@
8282
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.6.tgz#103f466803fa0f059e82ccac271475470570d74c"
8383
integrity sha512-2lfu57JtzctfIrcGMz992hyLlByuzgIk58+hhGCxjKZ3rWI82NnVLjXcaTqkI2NvlcvOskZaiZ5kjUALo3Lpxg==
8484

85-
"@babel/compat-data@^7.29.0":
86-
version "7.29.0"
87-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.0.tgz#00d03e8c0ac24dd9be942c5370990cbe1f17d88d"
88-
integrity sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==
85+
"@babel/compat-data@^7.29.3":
86+
version "7.29.3"
87+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.3.tgz#e3f5347f0589596c91d227ccb6a541d37fb1307b"
88+
integrity sha512-LIVqM46zQWZhj17qA8wb4nW/ixr2y1Nw+r1etiAWgRM6U1IqP+LNhL1yg440jYZR72jCWcWbLWzIosH+uP1fqg==
8989

9090
"@babel/core@7.29.0":
9191
version "7.29.0"
@@ -542,6 +542,14 @@
542542
dependencies:
543543
"@babel/helper-plugin-utils" "^7.27.1"
544544

545+
"@babel/plugin-bugfix-safari-rest-destructuring-rhs-array@^7.29.3":
546+
version "7.29.3"
547+
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-rest-destructuring-rhs-array/-/plugin-bugfix-safari-rest-destructuring-rhs-array-7.29.3.tgz#2e14f9335803d892ccb67ef487e23cf9726156fe"
548+
integrity sha512-SRS46DFR4HqzUzCVgi90/xMoL+zeBDBvWdKYXSEzh79kXswNFEglUpMKxR04//dPqwYXWUBJ3mpUd933ru9Kmg==
549+
dependencies:
550+
"@babel/helper-plugin-utils" "^7.28.6"
551+
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
552+
545553
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.27.1":
546554
version "7.27.1"
547555
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.27.1.tgz#e134a5479eb2ba9c02714e8c1ebf1ec9076124fd"
@@ -1158,18 +1166,19 @@
11581166
"@babel/helper-create-regexp-features-plugin" "^7.28.5"
11591167
"@babel/helper-plugin-utils" "^7.28.6"
11601168

1161-
"@babel/preset-env@7.29.2":
1162-
version "7.29.2"
1163-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.29.2.tgz#5a173f22c7d8df362af1c9fe31facd320de4a86c"
1164-
integrity sha512-DYD23veRYGvBFhcTY1iUvJnDNpuqNd/BzBwCvzOTKUnJjKg5kpUBh3/u9585Agdkgj+QuygG7jLfOPWMa2KVNw==
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==
11651173
dependencies:
1166-
"@babel/compat-data" "^7.29.0"
1174+
"@babel/compat-data" "^7.29.3"
11671175
"@babel/helper-compilation-targets" "^7.28.6"
11681176
"@babel/helper-plugin-utils" "^7.28.6"
11691177
"@babel/helper-validator-option" "^7.27.1"
11701178
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.28.5"
11711179
"@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.27.1"
11721180
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.27.1"
1181+
"@babel/plugin-bugfix-safari-rest-destructuring-rhs-array" "^7.29.3"
11731182
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.27.1"
11741183
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.28.6"
11751184
"@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2"

0 commit comments

Comments
 (0)