Skip to content

Commit b923714

Browse files
⬆️ deps: Upgrade babel monorepo. to v7.27.3. (#211)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bc2a2c7 commit b923714

File tree

2 files changed

+88
-24
lines changed

2 files changed

+88
-24
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@
8080
},
8181
"devDependencies": {
8282
"@array-like/alloc": "0.0.1",
83-
"@babel/core": "7.27.1",
84-
"@babel/plugin-transform-destructuring": "7.27.1",
83+
"@babel/core": "7.27.3",
84+
"@babel/plugin-transform-destructuring": "7.27.3",
8585
"@babel/plugin-transform-for-of": "7.27.1",
8686
"@babel/preset-env": "7.27.2",
8787
"@codec-bytes/ascii": "3.0.0",

yarn.lock

Lines changed: 86 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -79,21 +79,21 @@
7979
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.2.tgz#4183f9e642fd84e74e3eea7ffa93a412e3b102c9"
8080
integrity sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ==
8181

82-
"@babel/[email protected].1":
83-
version "7.27.1"
84-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.1.tgz#89de51e86bd12246003e3524704c49541b16c3e6"
85-
integrity sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ==
82+
"@babel/[email protected].3":
83+
version "7.27.3"
84+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.3.tgz#d7d05502bccede3cab36373ed142e6a1df554c2f"
85+
integrity sha512-hyrN8ivxfvJ4i0fIJuV4EOlV0WDMz5Ui4StRTgVaAvWeiRCilXgwVvxJKtFQ3TKtHgJscB2YiXKGNJuVwhQMtA==
8686
dependencies:
8787
"@ampproject/remapping" "^2.2.0"
8888
"@babel/code-frame" "^7.27.1"
89-
"@babel/generator" "^7.27.1"
90-
"@babel/helper-compilation-targets" "^7.27.1"
91-
"@babel/helper-module-transforms" "^7.27.1"
92-
"@babel/helpers" "^7.27.1"
93-
"@babel/parser" "^7.27.1"
94-
"@babel/template" "^7.27.1"
95-
"@babel/traverse" "^7.27.1"
96-
"@babel/types" "^7.27.1"
89+
"@babel/generator" "^7.27.3"
90+
"@babel/helper-compilation-targets" "^7.27.2"
91+
"@babel/helper-module-transforms" "^7.27.3"
92+
"@babel/helpers" "^7.27.3"
93+
"@babel/parser" "^7.27.3"
94+
"@babel/template" "^7.27.2"
95+
"@babel/traverse" "^7.27.3"
96+
"@babel/types" "^7.27.3"
9797
convert-source-map "^2.0.0"
9898
debug "^4.1.0"
9999
gensync "^1.0.0-beta.2"
@@ -141,6 +141,17 @@
141141
"@jridgewell/trace-mapping" "^0.3.25"
142142
jsesc "^3.0.2"
143143

144+
"@babel/generator@^7.27.3":
145+
version "7.27.3"
146+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.3.tgz#ef1c0f7cfe3b5fc8cbb9f6cc69f93441a68edefc"
147+
integrity sha512-xnlJYj5zepml8NXtjkG0WquFUv8RskFqyFcVgTBp5k+NaA/8uw/K+OSVf8AMGw5e9HKP2ETd5xpK5MLZQD6b4Q==
148+
dependencies:
149+
"@babel/parser" "^7.27.3"
150+
"@babel/types" "^7.27.3"
151+
"@jridgewell/gen-mapping" "^0.3.5"
152+
"@jridgewell/trace-mapping" "^0.3.25"
153+
jsesc "^3.0.2"
154+
144155
"@babel/helper-annotate-as-pure@^7.18.6":
145156
version "7.18.6"
146157
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -363,6 +374,15 @@
363374
"@babel/helper-validator-identifier" "^7.27.1"
364375
"@babel/traverse" "^7.27.1"
365376

377+
"@babel/helper-module-transforms@^7.27.3":
378+
version "7.27.3"
379+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02"
380+
integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==
381+
dependencies:
382+
"@babel/helper-module-imports" "^7.27.1"
383+
"@babel/helper-validator-identifier" "^7.27.1"
384+
"@babel/traverse" "^7.27.3"
385+
366386
"@babel/helper-optimise-call-expression@^7.18.6":
367387
version "7.18.6"
368388
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz#9369aa943ee7da47edab2cb4e838acf09d290ffe"
@@ -533,13 +553,13 @@
533553
"@babel/traverse" "^7.19.4"
534554
"@babel/types" "^7.19.4"
535555

536-
"@babel/helpers@^7.27.1":
537-
version "7.27.1"
538-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.1.tgz#ffc27013038607cdba3288e692c3611c06a18aa4"
539-
integrity sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ==
556+
"@babel/helpers@^7.27.3":
557+
version "7.27.3"
558+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.3.tgz#387d65d279290e22fe7a47a8ffcd2d0c0184edd0"
559+
integrity sha512-h/eKy9agOya1IGuLaZ9tEUgz+uIRXcbtOhRtUyyMf8JFmn1iT13vnl/IGVWSkdOCG/pC57U4S1jnAabAavTMwg==
540560
dependencies:
541-
"@babel/template" "^7.27.1"
542-
"@babel/types" "^7.27.1"
561+
"@babel/template" "^7.27.2"
562+
"@babel/types" "^7.27.3"
543563

544564
"@babel/highlight@^7.18.6":
545565
version "7.18.6"
@@ -571,6 +591,13 @@
571591
dependencies:
572592
"@babel/types" "^7.27.1"
573593

594+
"@babel/parser@^7.27.2", "@babel/parser@^7.27.3":
595+
version "7.27.3"
596+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.3.tgz#1b7533f0d908ad2ac545c4d05cbe2fb6dc8cfaaf"
597+
integrity sha512-xyYxRj6+tLNDTWi0KCBcZ9V7yg3/lwL9DWh9Uwh/RIVlIfFidggcgxKX3GCXwCiswwcGRawBKbEg2LG/Y8eJhw==
598+
dependencies:
599+
"@babel/types" "^7.27.3"
600+
574601
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
575602
version "7.27.1"
576603
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.27.1.tgz#61dd8a8e61f7eb568268d1b5f129da3eee364bf9"
@@ -1043,10 +1070,10 @@
10431070
"@babel/helper-plugin-utils" "^7.27.1"
10441071
"@babel/template" "^7.27.1"
10451072

1046-
"@babel/[email protected].1", "@babel/plugin-transform-destructuring@^7.27.1":
1047-
version "7.27.1"
1048-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.27.1.tgz#d5916ef7089cb254df0418ae524533c1b72ba656"
1049-
integrity sha512-ttDCqhfvpE9emVkXbPD8vyxxh4TWYACVybGkDj+oReOGwnp066ITEivDlLwe0b1R0+evJ13IXQuLNB5w1fhC5Q==
1073+
"@babel/[email protected].3":
1074+
version "7.27.3"
1075+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.27.3.tgz#3cc8299ed798d9a909f8d66ddeb40849ec32e3b0"
1076+
integrity sha512-s4Jrok82JpiaIprtY2nHsYmrThKvvwgHwjgd7UMiYhZaN0asdXNLr0y+NjTfkA7SyQE5i2Fb7eawUOZmLvyqOA==
10501077
dependencies:
10511078
"@babel/helper-plugin-utils" "^7.27.1"
10521079

@@ -1057,6 +1084,13 @@
10571084
dependencies:
10581085
"@babel/helper-plugin-utils" "^7.19.0"
10591086

1087+
"@babel/plugin-transform-destructuring@^7.27.1":
1088+
version "7.27.1"
1089+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.27.1.tgz#d5916ef7089cb254df0418ae524533c1b72ba656"
1090+
integrity sha512-ttDCqhfvpE9emVkXbPD8vyxxh4TWYACVybGkDj+oReOGwnp066ITEivDlLwe0b1R0+evJ13IXQuLNB5w1fhC5Q==
1091+
dependencies:
1092+
"@babel/helper-plugin-utils" "^7.27.1"
1093+
10601094
"@babel/plugin-transform-dotall-regex@^7.18.6", "@babel/plugin-transform-dotall-regex@^7.4.4":
10611095
version "7.18.6"
10621096
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.18.6.tgz#b286b3e7aae6c7b861e45bed0a2fafd6b1a4fef8"
@@ -1819,6 +1853,15 @@
18191853
"@babel/parser" "^7.27.1"
18201854
"@babel/types" "^7.27.1"
18211855

1856+
"@babel/template@^7.27.2":
1857+
version "7.27.2"
1858+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
1859+
integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==
1860+
dependencies:
1861+
"@babel/code-frame" "^7.27.1"
1862+
"@babel/parser" "^7.27.2"
1863+
"@babel/types" "^7.27.1"
1864+
18221865
"@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.19.3", "@babel/traverse@^7.19.4":
18231866
version "7.19.4"
18241867
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.4.tgz#f117820e18b1e59448a6c1fa9d0ff08f7ac459a8"
@@ -1848,6 +1891,19 @@
18481891
debug "^4.3.1"
18491892
globals "^11.1.0"
18501893

1894+
"@babel/traverse@^7.27.3":
1895+
version "7.27.3"
1896+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.3.tgz#8b62a6c2d10f9d921ba7339c90074708509cffae"
1897+
integrity sha512-lId/IfN/Ye1CIu8xG7oKBHXd2iNb2aW1ilPszzGcJug6M8RCKfVNcYhpI5+bMvFYjK7lXIM0R+a+6r8xhHp2FQ==
1898+
dependencies:
1899+
"@babel/code-frame" "^7.27.1"
1900+
"@babel/generator" "^7.27.3"
1901+
"@babel/parser" "^7.27.3"
1902+
"@babel/template" "^7.27.2"
1903+
"@babel/types" "^7.27.3"
1904+
debug "^4.3.1"
1905+
globals "^11.1.0"
1906+
18511907
"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.19.3", "@babel/types@^7.19.4", "@babel/types@^7.4.4":
18521908
version "7.19.4"
18531909
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.4.tgz#0dd5c91c573a202d600490a35b33246fed8a41c7"
@@ -1865,6 +1921,14 @@
18651921
"@babel/helper-string-parser" "^7.27.1"
18661922
"@babel/helper-validator-identifier" "^7.27.1"
18671923

1924+
"@babel/types@^7.27.3":
1925+
version "7.27.3"
1926+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.3.tgz#c0257bedf33aad6aad1f406d35c44758321eb3ec"
1927+
integrity sha512-Y1GkI4ktrtvmawoSq+4FCVHNryea6uR+qUQy0AGxLSsjCX0nVmkYQMBLHDkXZuo5hGx7eYdnIaslsdBFm7zbUw==
1928+
dependencies:
1929+
"@babel/helper-string-parser" "^7.27.1"
1930+
"@babel/helper-validator-identifier" "^7.27.1"
1931+
18681932
"@bcoe/v8-coverage@^1.0.1":
18691933
version "1.0.1"
18701934
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-1.0.1.tgz#d72197747b8c7f7d63faa4f91de26fa649955a6d"

0 commit comments

Comments
 (0)