Skip to content

Commit 74708ff

Browse files
chore(deps): update dependency @babel/preset-env to v7.29.3
1 parent 533a626 commit 74708ff

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

yarn.lock

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@
6262
js-tokens "^4.0.0"
6363
picocolors "^1.1.1"
6464

65-
"@babel/compat-data@^7.20.5", "@babel/compat-data@^7.28.6", "@babel/compat-data@^7.29.0":
66-
version "7.29.0"
67-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.0.tgz#00d03e8c0ac24dd9be942c5370990cbe1f17d88d"
68-
integrity sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==
65+
"@babel/compat-data@^7.20.5", "@babel/compat-data@^7.28.6", "@babel/compat-data@^7.29.3":
66+
version "7.29.3"
67+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.3.tgz#e3f5347f0589596c91d227ccb6a541d37fb1307b"
68+
integrity sha512-LIVqM46zQWZhj17qA8wb4nW/ixr2y1Nw+r1etiAWgRM6U1IqP+LNhL1yg440jYZR72jCWcWbLWzIosH+uP1fqg==
6969

7070
"@babel/[email protected]", "@babel/core@^7.14.0", "@babel/core@^7.28.6":
7171
version "7.29.0"
@@ -279,6 +279,14 @@
279279
dependencies:
280280
"@babel/helper-plugin-utils" "^7.27.1"
281281

282+
"@babel/plugin-bugfix-safari-rest-destructuring-rhs-array@^7.29.3":
283+
version "7.29.3"
284+
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"
285+
integrity sha512-SRS46DFR4HqzUzCVgi90/xMoL+zeBDBvWdKYXSEzh79kXswNFEglUpMKxR04//dPqwYXWUBJ3mpUd933ru9Kmg==
286+
dependencies:
287+
"@babel/helper-plugin-utils" "^7.28.6"
288+
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
289+
282290
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.27.1":
283291
version "7.27.1"
284292
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"
@@ -811,18 +819,19 @@
811819
"@babel/helper-create-regexp-features-plugin" "^7.28.5"
812820
"@babel/helper-plugin-utils" "^7.28.6"
813821

814-
"@babel/[email protected].2":
815-
version "7.29.2"
816-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.29.2.tgz#5a173f22c7d8df362af1c9fe31facd320de4a86c"
817-
integrity sha512-DYD23veRYGvBFhcTY1iUvJnDNpuqNd/BzBwCvzOTKUnJjKg5kpUBh3/u9585Agdkgj+QuygG7jLfOPWMa2KVNw==
822+
"@babel/[email protected].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==
818826
dependencies:
819-
"@babel/compat-data" "^7.29.0"
827+
"@babel/compat-data" "^7.29.3"
820828
"@babel/helper-compilation-targets" "^7.28.6"
821829
"@babel/helper-plugin-utils" "^7.28.6"
822830
"@babel/helper-validator-option" "^7.27.1"
823831
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.28.5"
824832
"@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.27.1"
825833
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.27.1"
834+
"@babel/plugin-bugfix-safari-rest-destructuring-rhs-array" "^7.29.3"
826835
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.27.1"
827836
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.28.6"
828837
"@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2"

0 commit comments

Comments
 (0)