Skip to content

Commit 3c03993

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

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
@@ -80,7 +80,7 @@
8080
"@iterable-iterator/zip": "^1.0.1"
8181
},
8282
"devDependencies": {
83-
"@babel/core": "7.27.1",
83+
"@babel/core": "7.27.3",
8484
"@babel/preset-env": "7.27.2",
8585
"@commitlint/cli": "19.8.1",
8686
"@iterable-iterator/count": "1.0.1",

yarn.lock

Lines changed: 75 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -76,21 +76,21 @@
7676
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.2.tgz#4183f9e642fd84e74e3eea7ffa93a412e3b102c9"
7777
integrity sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ==
7878

79-
"@babel/[email protected].1":
80-
version "7.27.1"
81-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.1.tgz#89de51e86bd12246003e3524704c49541b16c3e6"
82-
integrity sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ==
79+
"@babel/[email protected].3":
80+
version "7.27.3"
81+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.3.tgz#d7d05502bccede3cab36373ed142e6a1df554c2f"
82+
integrity sha512-hyrN8ivxfvJ4i0fIJuV4EOlV0WDMz5Ui4StRTgVaAvWeiRCilXgwVvxJKtFQ3TKtHgJscB2YiXKGNJuVwhQMtA==
8383
dependencies:
8484
"@ampproject/remapping" "^2.2.0"
8585
"@babel/code-frame" "^7.27.1"
86-
"@babel/generator" "^7.27.1"
87-
"@babel/helper-compilation-targets" "^7.27.1"
88-
"@babel/helper-module-transforms" "^7.27.1"
89-
"@babel/helpers" "^7.27.1"
90-
"@babel/parser" "^7.27.1"
91-
"@babel/template" "^7.27.1"
92-
"@babel/traverse" "^7.27.1"
93-
"@babel/types" "^7.27.1"
86+
"@babel/generator" "^7.27.3"
87+
"@babel/helper-compilation-targets" "^7.27.2"
88+
"@babel/helper-module-transforms" "^7.27.3"
89+
"@babel/helpers" "^7.27.3"
90+
"@babel/parser" "^7.27.3"
91+
"@babel/template" "^7.27.2"
92+
"@babel/traverse" "^7.27.3"
93+
"@babel/types" "^7.27.3"
9494
convert-source-map "^2.0.0"
9595
debug "^4.1.0"
9696
gensync "^1.0.0-beta.2"
@@ -147,6 +147,17 @@
147147
"@jridgewell/trace-mapping" "^0.3.25"
148148
jsesc "^3.0.2"
149149

150+
"@babel/generator@^7.27.3":
151+
version "7.27.3"
152+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.3.tgz#ef1c0f7cfe3b5fc8cbb9f6cc69f93441a68edefc"
153+
integrity sha512-xnlJYj5zepml8NXtjkG0WquFUv8RskFqyFcVgTBp5k+NaA/8uw/K+OSVf8AMGw5e9HKP2ETd5xpK5MLZQD6b4Q==
154+
dependencies:
155+
"@babel/parser" "^7.27.3"
156+
"@babel/types" "^7.27.3"
157+
"@jridgewell/gen-mapping" "^0.3.5"
158+
"@jridgewell/trace-mapping" "^0.3.25"
159+
jsesc "^3.0.2"
160+
150161
"@babel/helper-annotate-as-pure@^7.12.13":
151162
version "7.12.13"
152163
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz#0f58e86dfc4bb3b1fcd7db806570e177d439b6ab"
@@ -448,6 +459,15 @@
448459
"@babel/helper-validator-identifier" "^7.27.1"
449460
"@babel/traverse" "^7.27.1"
450461

462+
"@babel/helper-module-transforms@^7.27.3":
463+
version "7.27.3"
464+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02"
465+
integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==
466+
dependencies:
467+
"@babel/helper-module-imports" "^7.27.1"
468+
"@babel/helper-validator-identifier" "^7.27.1"
469+
"@babel/traverse" "^7.27.3"
470+
451471
"@babel/helper-optimise-call-expression@^7.14.5":
452472
version "7.14.5"
453473
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz#f27395a8619e0665b3f0364cddb41c25d71b499c"
@@ -643,13 +663,13 @@
643663
"@babel/traverse" "^7.14.5"
644664
"@babel/types" "^7.14.5"
645665

646-
"@babel/helpers@^7.27.1":
647-
version "7.27.1"
648-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.1.tgz#ffc27013038607cdba3288e692c3611c06a18aa4"
649-
integrity sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ==
666+
"@babel/helpers@^7.27.3":
667+
version "7.27.3"
668+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.3.tgz#387d65d279290e22fe7a47a8ffcd2d0c0184edd0"
669+
integrity sha512-h/eKy9agOya1IGuLaZ9tEUgz+uIRXcbtOhRtUyyMf8JFmn1iT13vnl/IGVWSkdOCG/pC57U4S1jnAabAavTMwg==
650670
dependencies:
651-
"@babel/template" "^7.27.1"
652-
"@babel/types" "^7.27.1"
671+
"@babel/template" "^7.27.2"
672+
"@babel/types" "^7.27.3"
653673

654674
"@babel/highlight@^7.12.13":
655675
version "7.14.0"
@@ -700,6 +720,13 @@
700720
dependencies:
701721
"@babel/types" "^7.27.1"
702722

723+
"@babel/parser@^7.27.2", "@babel/parser@^7.27.3":
724+
version "7.27.3"
725+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.3.tgz#1b7533f0d908ad2ac545c4d05cbe2fb6dc8cfaaf"
726+
integrity sha512-xyYxRj6+tLNDTWi0KCBcZ9V7yg3/lwL9DWh9Uwh/RIVlIfFidggcgxKX3GCXwCiswwcGRawBKbEg2LG/Y8eJhw==
727+
dependencies:
728+
"@babel/types" "^7.27.3"
729+
703730
"@babel/parser@^7.3.3":
704731
version "7.14.7"
705732
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.7.tgz#6099720c8839ca865a2637e6c85852ead0bdb595"
@@ -1963,6 +1990,15 @@
19631990
"@babel/parser" "^7.27.1"
19641991
"@babel/types" "^7.27.1"
19651992

1993+
"@babel/template@^7.27.2":
1994+
version "7.27.2"
1995+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
1996+
integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==
1997+
dependencies:
1998+
"@babel/code-frame" "^7.27.1"
1999+
"@babel/parser" "^7.27.2"
2000+
"@babel/types" "^7.27.1"
2001+
19662002
"@babel/traverse@^7.13.0":
19672003
version "7.14.0"
19682004
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.0.tgz#cea0dc8ae7e2b1dec65f512f39f3483e8cc95aef"
@@ -2005,6 +2041,19 @@
20052041
debug "^4.3.1"
20062042
globals "^11.1.0"
20072043

2044+
"@babel/traverse@^7.27.3":
2045+
version "7.27.3"
2046+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.3.tgz#8b62a6c2d10f9d921ba7339c90074708509cffae"
2047+
integrity sha512-lId/IfN/Ye1CIu8xG7oKBHXd2iNb2aW1ilPszzGcJug6M8RCKfVNcYhpI5+bMvFYjK7lXIM0R+a+6r8xhHp2FQ==
2048+
dependencies:
2049+
"@babel/code-frame" "^7.27.1"
2050+
"@babel/generator" "^7.27.3"
2051+
"@babel/parser" "^7.27.3"
2052+
"@babel/template" "^7.27.2"
2053+
"@babel/types" "^7.27.3"
2054+
debug "^4.3.1"
2055+
globals "^11.1.0"
2056+
20082057
"@babel/types@^7.12.13", "@babel/types@^7.13.12", "@babel/types@^7.14.0", "@babel/types@^7.14.1", "@babel/types@^7.4.4":
20092058
version "7.14.1"
20102059
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.1.tgz#095bd12f1c08ab63eff6e8f7745fa7c9cc15a9db"
@@ -2037,6 +2086,14 @@
20372086
"@babel/helper-string-parser" "^7.27.1"
20382087
"@babel/helper-validator-identifier" "^7.27.1"
20392088

2089+
"@babel/types@^7.27.3":
2090+
version "7.27.3"
2091+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.3.tgz#c0257bedf33aad6aad1f406d35c44758321eb3ec"
2092+
integrity sha512-Y1GkI4ktrtvmawoSq+4FCVHNryea6uR+qUQy0AGxLSsjCX0nVmkYQMBLHDkXZuo5hGx7eYdnIaslsdBFm7zbUw==
2093+
dependencies:
2094+
"@babel/helper-string-parser" "^7.27.1"
2095+
"@babel/helper-validator-identifier" "^7.27.1"
2096+
20402097
"@bcoe/v8-coverage@^1.0.1":
20412098
version "1.0.1"
20422099
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-1.0.1.tgz#d72197747b8c7f7d63faa4f91de26fa649955a6d"

0 commit comments

Comments
 (0)