Skip to content

Commit 1b7c330

Browse files
chore(deps): update babel monorepo (#976)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4697dc4 commit 1b7c330

2 files changed

Lines changed: 31 additions & 17 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@
7777
"devDependencies": {
7878
"@babel/core": "7.29.0",
7979
"@babel/plugin-transform-runtime": "7.29.0",
80-
"@babel/preset-env": "7.29.2",
81-
"@babel/register": "7.28.6",
80+
"@babel/preset-env": "7.29.5",
81+
"@babel/register": "7.29.3",
8282
"aws-sdk": "2.1125.0",
8383
"babel-loader": "8.4.1",
8484
"babel-plugin-istanbul": "5.2.0",

yarn.lock

Lines changed: 29 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,16 @@
4545
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.0.tgz#9fc6fd58c2a6a15243cd13983224968392070790"
4646
integrity sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==
4747

48-
"@babel/compat-data@^7.28.6", "@babel/compat-data@^7.29.0":
48+
"@babel/compat-data@^7.28.6":
4949
version "7.29.0"
5050
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.0.tgz#00d03e8c0ac24dd9be942c5370990cbe1f17d88d"
5151
integrity sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==
5252

53+
"@babel/compat-data@^7.29.3":
54+
version "7.29.3"
55+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.3.tgz#e3f5347f0589596c91d227ccb6a541d37fb1307b"
56+
integrity sha512-LIVqM46zQWZhj17qA8wb4nW/ixr2y1Nw+r1etiAWgRM6U1IqP+LNhL1yg440jYZR72jCWcWbLWzIosH+uP1fqg==
57+
5358
"@babel/core@7.29.0":
5459
version "7.29.0"
5560
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.29.0.tgz#5286ad785df7f79d656e88ce86e650d16ca5f322"
@@ -470,6 +475,14 @@
470475
dependencies:
471476
"@babel/helper-plugin-utils" "^7.27.1"
472477

478+
"@babel/plugin-bugfix-safari-rest-destructuring-rhs-array@^7.29.3":
479+
version "7.29.3"
480+
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"
481+
integrity sha512-SRS46DFR4HqzUzCVgi90/xMoL+zeBDBvWdKYXSEzh79kXswNFEglUpMKxR04//dPqwYXWUBJ3mpUd933ru9Kmg==
482+
dependencies:
483+
"@babel/helper-plugin-utils" "^7.28.6"
484+
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
485+
473486
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.27.1":
474487
version "7.27.1"
475488
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"
@@ -710,10 +723,10 @@
710723
"@babel/helper-module-transforms" "^7.28.6"
711724
"@babel/helper-plugin-utils" "^7.28.6"
712725

713-
"@babel/plugin-transform-modules-systemjs@^7.29.0":
714-
version "7.29.0"
715-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.29.0.tgz#e458a95a17807c415924106a3ff188a3b8dee964"
716-
integrity sha512-PrujnVFbOdUpw4UHiVwKvKRLMMic8+eC0CuNlxjsyZUiBjhFdPsewdXCkveh2KqBA9/waD0W1b4hXSOBQJezpQ==
726+
"@babel/plugin-transform-modules-systemjs@^7.29.4":
727+
version "7.29.4"
728+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.29.4.tgz#f621105da99919c15cf4bde6fcc7346ef95e7b20"
729+
integrity sha512-N7QmZ0xRZfjHOfZeQLJjwgX2zS9pdGHSVl/cjSGlo4dXMqvurfxXDMKY4RqEKzPozV78VMcd0lxyG13mlbKc4w==
717730
dependencies:
718731
"@babel/helper-module-transforms" "^7.28.6"
719732
"@babel/helper-plugin-utils" "^7.28.6"
@@ -931,18 +944,19 @@
931944
"@babel/helper-create-regexp-features-plugin" "^7.28.5"
932945
"@babel/helper-plugin-utils" "^7.28.6"
933946

934-
"@babel/preset-env@7.29.2":
935-
version "7.29.2"
936-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.29.2.tgz#5a173f22c7d8df362af1c9fe31facd320de4a86c"
937-
integrity sha512-DYD23veRYGvBFhcTY1iUvJnDNpuqNd/BzBwCvzOTKUnJjKg5kpUBh3/u9585Agdkgj+QuygG7jLfOPWMa2KVNw==
947+
"@babel/preset-env@7.29.5":
948+
version "7.29.5"
949+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.29.5.tgz#c48b7ed94582c8b685e21b8b42de8633ec289268"
950+
integrity sha512-/69t2aEzGKHD76DyLbHysF/QH2LJOB8iFnYO37unDTKBTubzcMRv0f3H5EiN1Q6ajOd/eB7dAInF0qdFVS06kA==
938951
dependencies:
939-
"@babel/compat-data" "^7.29.0"
952+
"@babel/compat-data" "^7.29.3"
940953
"@babel/helper-compilation-targets" "^7.28.6"
941954
"@babel/helper-plugin-utils" "^7.28.6"
942955
"@babel/helper-validator-option" "^7.27.1"
943956
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.28.5"
944957
"@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.27.1"
945958
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.27.1"
959+
"@babel/plugin-bugfix-safari-rest-destructuring-rhs-array" "^7.29.3"
946960
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.27.1"
947961
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.28.6"
948962
"@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2"
@@ -974,7 +988,7 @@
974988
"@babel/plugin-transform-member-expression-literals" "^7.27.1"
975989
"@babel/plugin-transform-modules-amd" "^7.27.1"
976990
"@babel/plugin-transform-modules-commonjs" "^7.28.6"
977-
"@babel/plugin-transform-modules-systemjs" "^7.29.0"
991+
"@babel/plugin-transform-modules-systemjs" "^7.29.4"
978992
"@babel/plugin-transform-modules-umd" "^7.27.1"
979993
"@babel/plugin-transform-named-capturing-groups-regex" "^7.29.0"
980994
"@babel/plugin-transform-new-target" "^7.27.1"
@@ -1016,10 +1030,10 @@
10161030
"@babel/types" "^7.4.4"
10171031
esutils "^2.0.2"
10181032

1019-
"@babel/register@7.28.6":
1020-
version "7.28.6"
1021-
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.28.6.tgz#f54461dd32f6a418c1eb1f583c95ed0b7266ea4c"
1022-
integrity sha512-pgcbbEl/dWQYb6L6Yew6F94rdwygfuv+vJ/tXfwIOYAfPB6TNWpXUMEtEq3YuTeHRdvMIhvz13bkT9CNaS+wqA==
1033+
"@babel/register@7.29.3":
1034+
version "7.29.3"
1035+
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.29.3.tgz#726233ed488d52bb67aa8fd0dc5cdf19d10a2584"
1036+
integrity sha512-F6C1KpIdoImKQfsD6HSxZ+mS4YY/2Q+JsqrmTC5ApVkTR2rG+nnbpjhWwzA5bDNu8mJjB3AryqDaWFLd4gCbJQ==
10231037
dependencies:
10241038
clone-deep "^4.0.1"
10251039
find-cache-dir "^2.0.0"

0 commit comments

Comments
 (0)