Skip to content

Commit 9c0de1d

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

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
@@ -71,7 +71,7 @@
7171
"dependencies": {},
7272
"devDependencies": {
7373
"@arithmetic-type/int32": "0.0.1",
74-
"@babel/core": "7.27.1",
74+
"@babel/core": "7.27.3",
7575
"@babel/preset-env": "7.27.2",
7676
"@commitlint/cli": "19.8.1",
7777
"@js-library/commitlint-config": "0.0.4",

‎yarn.lock

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

67-
"@babel/core@7.27.1":
68-
version "7.27.1"
69-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.1.tgz#89de51e86bd12246003e3524704c49541b16c3e6"
70-
integrity sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ==
67+
"@babel/core@7.27.3":
68+
version "7.27.3"
69+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.3.tgz#d7d05502bccede3cab36373ed142e6a1df554c2f"
70+
integrity sha512-hyrN8ivxfvJ4i0fIJuV4EOlV0WDMz5Ui4StRTgVaAvWeiRCilXgwVvxJKtFQ3TKtHgJscB2YiXKGNJuVwhQMtA==
7171
dependencies:
7272
"@ampproject/remapping" "^2.2.0"
7373
"@babel/code-frame" "^7.27.1"
74-
"@babel/generator" "^7.27.1"
75-
"@babel/helper-compilation-targets" "^7.27.1"
76-
"@babel/helper-module-transforms" "^7.27.1"
77-
"@babel/helpers" "^7.27.1"
78-
"@babel/parser" "^7.27.1"
79-
"@babel/template" "^7.27.1"
80-
"@babel/traverse" "^7.27.1"
81-
"@babel/types" "^7.27.1"
74+
"@babel/generator" "^7.27.3"
75+
"@babel/helper-compilation-targets" "^7.27.2"
76+
"@babel/helper-module-transforms" "^7.27.3"
77+
"@babel/helpers" "^7.27.3"
78+
"@babel/parser" "^7.27.3"
79+
"@babel/template" "^7.27.2"
80+
"@babel/traverse" "^7.27.3"
81+
"@babel/types" "^7.27.3"
8282
convert-source-map "^2.0.0"
8383
debug "^4.1.0"
8484
gensync "^1.0.0-beta.2"
@@ -126,6 +126,17 @@
126126
"@jridgewell/trace-mapping" "^0.3.25"
127127
jsesc "^3.0.2"
128128

129+
"@babel/generator@^7.27.3":
130+
version "7.27.3"
131+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.3.tgz#ef1c0f7cfe3b5fc8cbb9f6cc69f93441a68edefc"
132+
integrity sha512-xnlJYj5zepml8NXtjkG0WquFUv8RskFqyFcVgTBp5k+NaA/8uw/K+OSVf8AMGw5e9HKP2ETd5xpK5MLZQD6b4Q==
133+
dependencies:
134+
"@babel/parser" "^7.27.3"
135+
"@babel/types" "^7.27.3"
136+
"@jridgewell/gen-mapping" "^0.3.5"
137+
"@jridgewell/trace-mapping" "^0.3.25"
138+
jsesc "^3.0.2"
139+
129140
"@babel/helper-annotate-as-pure@^7.18.6":
130141
version "7.18.6"
131142
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -348,6 +359,15 @@
348359
"@babel/helper-validator-identifier" "^7.27.1"
349360
"@babel/traverse" "^7.27.1"
350361

362+
"@babel/helper-module-transforms@^7.27.3":
363+
version "7.27.3"
364+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02"
365+
integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==
366+
dependencies:
367+
"@babel/helper-module-imports" "^7.27.1"
368+
"@babel/helper-validator-identifier" "^7.27.1"
369+
"@babel/traverse" "^7.27.3"
370+
351371
"@babel/helper-optimise-call-expression@^7.18.6":
352372
version "7.18.6"
353373
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz#9369aa943ee7da47edab2cb4e838acf09d290ffe"
@@ -518,13 +538,13 @@
518538
"@babel/traverse" "^7.20.0"
519539
"@babel/types" "^7.20.0"
520540

521-
"@babel/helpers@^7.27.1":
522-
version "7.27.1"
523-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.1.tgz#ffc27013038607cdba3288e692c3611c06a18aa4"
524-
integrity sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ==
541+
"@babel/helpers@^7.27.3":
542+
version "7.27.3"
543+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.3.tgz#387d65d279290e22fe7a47a8ffcd2d0c0184edd0"
544+
integrity sha512-h/eKy9agOya1IGuLaZ9tEUgz+uIRXcbtOhRtUyyMf8JFmn1iT13vnl/IGVWSkdOCG/pC57U4S1jnAabAavTMwg==
525545
dependencies:
526-
"@babel/template" "^7.27.1"
527-
"@babel/types" "^7.27.1"
546+
"@babel/template" "^7.27.2"
547+
"@babel/types" "^7.27.3"
528548

529549
"@babel/highlight@^7.18.6":
530550
version "7.18.6"
@@ -556,6 +576,13 @@
556576
dependencies:
557577
"@babel/types" "^7.27.1"
558578

579+
"@babel/parser@^7.27.2", "@babel/parser@^7.27.3":
580+
version "7.27.3"
581+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.3.tgz#1b7533f0d908ad2ac545c4d05cbe2fb6dc8cfaaf"
582+
integrity sha512-xyYxRj6+tLNDTWi0KCBcZ9V7yg3/lwL9DWh9Uwh/RIVlIfFidggcgxKX3GCXwCiswwcGRawBKbEg2LG/Y8eJhw==
583+
dependencies:
584+
"@babel/types" "^7.27.3"
585+
559586
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
560587
version "7.27.1"
561588
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"
@@ -1801,6 +1828,15 @@
18011828
"@babel/parser" "^7.27.1"
18021829
"@babel/types" "^7.27.1"
18031830

1831+
"@babel/template@^7.27.2":
1832+
version "7.27.2"
1833+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
1834+
integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==
1835+
dependencies:
1836+
"@babel/code-frame" "^7.27.1"
1837+
"@babel/parser" "^7.27.2"
1838+
"@babel/types" "^7.27.1"
1839+
18041840
"@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.19.6", "@babel/traverse@^7.20.0":
18051841
version "7.20.0"
18061842
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.0.tgz#538c4c6ce6255f5666eba02252a7b59fc2d5ed98"
@@ -1830,6 +1866,19 @@
18301866
debug "^4.3.1"
18311867
globals "^11.1.0"
18321868

1869+
"@babel/traverse@^7.27.3":
1870+
version "7.27.3"
1871+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.3.tgz#8b62a6c2d10f9d921ba7339c90074708509cffae"
1872+
integrity sha512-lId/IfN/Ye1CIu8xG7oKBHXd2iNb2aW1ilPszzGcJug6M8RCKfVNcYhpI5+bMvFYjK7lXIM0R+a+6r8xhHp2FQ==
1873+
dependencies:
1874+
"@babel/code-frame" "^7.27.1"
1875+
"@babel/generator" "^7.27.3"
1876+
"@babel/parser" "^7.27.3"
1877+
"@babel/template" "^7.27.2"
1878+
"@babel/types" "^7.27.3"
1879+
debug "^4.3.1"
1880+
globals "^11.1.0"
1881+
18331882
"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.19.4", "@babel/types@^7.20.0", "@babel/types@^7.4.4":
18341883
version "7.20.0"
18351884
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.0.tgz#52c94cf8a7e24e89d2a194c25c35b17a64871479"
@@ -1847,6 +1896,14 @@
18471896
"@babel/helper-string-parser" "^7.27.1"
18481897
"@babel/helper-validator-identifier" "^7.27.1"
18491898

1899+
"@babel/types@^7.27.3":
1900+
version "7.27.3"
1901+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.3.tgz#c0257bedf33aad6aad1f406d35c44758321eb3ec"
1902+
integrity sha512-Y1GkI4ktrtvmawoSq+4FCVHNryea6uR+qUQy0AGxLSsjCX0nVmkYQMBLHDkXZuo5hGx7eYdnIaslsdBFm7zbUw==
1903+
dependencies:
1904+
"@babel/helper-string-parser" "^7.27.1"
1905+
"@babel/helper-validator-identifier" "^7.27.1"
1906+
18501907
"@bcoe/v8-coverage@^1.0.1":
18511908
version "1.0.1"
18521909
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-1.0.1.tgz#d72197747b8c7f7d63faa4f91de26fa649955a6d"

0 commit comments

Comments
 (0)