Skip to content

Commit 58f54f2

Browse files
⬆️ deps: Upgrade dependency @babel/core to v7.27.3. (#411)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ef5b229 commit 58f54f2

File tree

2 files changed

+76
-19
lines changed

2 files changed

+76
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"@array-like/copy": "0.0.1",
7676
"@array-like/fill": "0.0.1",
7777
"@array-like/reduce": "0.0.1",
78-
"@babel/core": "7.27.1",
78+
"@babel/core": "7.27.3",
7979
"@babel/preset-env": "7.27.2",
8080
"@commitlint/cli": "19.8.1",
8181
"@functional-abstraction/functools": "3.0.2",

yarn.lock

Lines changed: 75 additions & 18 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.16.0":
145156
version "7.16.0"
146157
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.0.tgz#9a1f0ebcda53d9a2d00108c4ceace6a5d5f1f08d"
@@ -390,6 +401,15 @@
390401
"@babel/helper-validator-identifier" "^7.27.1"
391402
"@babel/traverse" "^7.27.1"
392403

404+
"@babel/helper-module-transforms@^7.27.3":
405+
version "7.27.3"
406+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02"
407+
integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==
408+
dependencies:
409+
"@babel/helper-module-imports" "^7.27.1"
410+
"@babel/helper-validator-identifier" "^7.27.1"
411+
"@babel/traverse" "^7.27.3"
412+
393413
"@babel/helper-optimise-call-expression@^7.16.0":
394414
version "7.16.0"
395415
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.0.tgz#cecdb145d70c54096b1564f8e9f10cd7d193b338"
@@ -564,13 +584,13 @@
564584
"@babel/traverse" "^7.16.5"
565585
"@babel/types" "^7.16.0"
566586

567-
"@babel/helpers@^7.27.1":
568-
version "7.27.1"
569-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.1.tgz#ffc27013038607cdba3288e692c3611c06a18aa4"
570-
integrity sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ==
587+
"@babel/helpers@^7.27.3":
588+
version "7.27.3"
589+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.3.tgz#387d65d279290e22fe7a47a8ffcd2d0c0184edd0"
590+
integrity sha512-h/eKy9agOya1IGuLaZ9tEUgz+uIRXcbtOhRtUyyMf8JFmn1iT13vnl/IGVWSkdOCG/pC57U4S1jnAabAavTMwg==
571591
dependencies:
572-
"@babel/template" "^7.27.1"
573-
"@babel/types" "^7.27.1"
592+
"@babel/template" "^7.27.2"
593+
"@babel/types" "^7.27.3"
574594

575595
"@babel/highlight@^7.16.0":
576596
version "7.16.0"
@@ -602,6 +622,13 @@
602622
dependencies:
603623
"@babel/types" "^7.27.1"
604624

625+
"@babel/parser@^7.27.2", "@babel/parser@^7.27.3":
626+
version "7.27.3"
627+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.3.tgz#1b7533f0d908ad2ac545c4d05cbe2fb6dc8cfaaf"
628+
integrity sha512-xyYxRj6+tLNDTWi0KCBcZ9V7yg3/lwL9DWh9Uwh/RIVlIfFidggcgxKX3GCXwCiswwcGRawBKbEg2LG/Y8eJhw==
629+
dependencies:
630+
"@babel/types" "^7.27.3"
631+
605632
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
606633
version "7.27.1"
607634
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"
@@ -1837,6 +1864,15 @@
18371864
"@babel/parser" "^7.27.1"
18381865
"@babel/types" "^7.27.1"
18391866

1867+
"@babel/template@^7.27.2":
1868+
version "7.27.2"
1869+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
1870+
integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==
1871+
dependencies:
1872+
"@babel/code-frame" "^7.27.1"
1873+
"@babel/parser" "^7.27.2"
1874+
"@babel/types" "^7.27.1"
1875+
18401876
"@babel/traverse@^7.13.0", "@babel/traverse@^7.16.5":
18411877
version "7.16.5"
18421878
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.5.tgz#d7d400a8229c714a59b87624fc67b0f1fbd4b2b3"
@@ -1866,6 +1902,19 @@
18661902
debug "^4.3.1"
18671903
globals "^11.1.0"
18681904

1905+
"@babel/traverse@^7.27.3":
1906+
version "7.27.3"
1907+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.3.tgz#8b62a6c2d10f9d921ba7339c90074708509cffae"
1908+
integrity sha512-lId/IfN/Ye1CIu8xG7oKBHXd2iNb2aW1ilPszzGcJug6M8RCKfVNcYhpI5+bMvFYjK7lXIM0R+a+6r8xhHp2FQ==
1909+
dependencies:
1910+
"@babel/code-frame" "^7.27.1"
1911+
"@babel/generator" "^7.27.3"
1912+
"@babel/parser" "^7.27.3"
1913+
"@babel/template" "^7.27.2"
1914+
"@babel/types" "^7.27.3"
1915+
debug "^4.3.1"
1916+
globals "^11.1.0"
1917+
18691918
"@babel/types@^7.16.0", "@babel/types@^7.4.4":
18701919
version "7.16.0"
18711920
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba"
@@ -1890,6 +1939,14 @@
18901939
"@babel/helper-string-parser" "^7.27.1"
18911940
"@babel/helper-validator-identifier" "^7.27.1"
18921941

1942+
"@babel/types@^7.27.3":
1943+
version "7.27.3"
1944+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.3.tgz#c0257bedf33aad6aad1f406d35c44758321eb3ec"
1945+
integrity sha512-Y1GkI4ktrtvmawoSq+4FCVHNryea6uR+qUQy0AGxLSsjCX0nVmkYQMBLHDkXZuo5hGx7eYdnIaslsdBFm7zbUw==
1946+
dependencies:
1947+
"@babel/helper-string-parser" "^7.27.1"
1948+
"@babel/helper-validator-identifier" "^7.27.1"
1949+
18931950
"@bcoe/v8-coverage@^1.0.1":
18941951
version "1.0.1"
18951952
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-1.0.1.tgz#d72197747b8c7f7d63faa4f91de26fa649955a6d"

0 commit comments

Comments
 (0)