Skip to content

Commit 7c55440

Browse files
⬆️ deps: Upgrade dependency @babel/core to v7.27.3.
1 parent 449ac52 commit 7c55440

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
@@ -70,7 +70,7 @@
7070
},
7171
"dependencies": {},
7272
"devDependencies": {
73-
"@babel/core": "7.27.1",
73+
"@babel/core": "7.27.3",
7474
"@babel/preset-env": "7.27.2",
7575
"@commitlint/cli": "19.8.1",
7676
"@entropy-source/pseudo-random": "4.0.0",

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.16.7":
130141
version "7.16.7"
131142
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862"
@@ -365,6 +376,15 @@
365376
"@babel/helper-validator-identifier" "^7.27.1"
366377
"@babel/traverse" "^7.27.1"
367378

379+
"@babel/helper-module-transforms@^7.27.3":
380+
version "7.27.3"
381+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02"
382+
integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==
383+
dependencies:
384+
"@babel/helper-module-imports" "^7.27.1"
385+
"@babel/helper-validator-identifier" "^7.27.1"
386+
"@babel/traverse" "^7.27.3"
387+
368388
"@babel/helper-optimise-call-expression@^7.16.7":
369389
version "7.16.7"
370390
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.7.tgz#a34e3560605abbd31a18546bd2aad3e6d9a174f2"
@@ -539,13 +559,13 @@
539559
"@babel/traverse" "^7.18.2"
540560
"@babel/types" "^7.18.2"
541561

542-
"@babel/helpers@^7.27.1":
543-
version "7.27.1"
544-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.1.tgz#ffc27013038607cdba3288e692c3611c06a18aa4"
545-
integrity sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ==
562+
"@babel/helpers@^7.27.3":
563+
version "7.27.3"
564+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.3.tgz#387d65d279290e22fe7a47a8ffcd2d0c0184edd0"
565+
integrity sha512-h/eKy9agOya1IGuLaZ9tEUgz+uIRXcbtOhRtUyyMf8JFmn1iT13vnl/IGVWSkdOCG/pC57U4S1jnAabAavTMwg==
546566
dependencies:
547-
"@babel/template" "^7.27.1"
548-
"@babel/types" "^7.27.1"
567+
"@babel/template" "^7.27.2"
568+
"@babel/types" "^7.27.3"
549569

550570
"@babel/highlight@^7.16.7":
551571
version "7.17.12"
@@ -577,6 +597,13 @@
577597
dependencies:
578598
"@babel/types" "^7.27.1"
579599

600+
"@babel/parser@^7.27.2", "@babel/parser@^7.27.3":
601+
version "7.27.3"
602+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.3.tgz#1b7533f0d908ad2ac545c4d05cbe2fb6dc8cfaaf"
603+
integrity sha512-xyYxRj6+tLNDTWi0KCBcZ9V7yg3/lwL9DWh9Uwh/RIVlIfFidggcgxKX3GCXwCiswwcGRawBKbEg2LG/Y8eJhw==
604+
dependencies:
605+
"@babel/types" "^7.27.3"
606+
580607
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
581608
version "7.27.1"
582609
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"
@@ -1823,6 +1850,15 @@
18231850
"@babel/parser" "^7.27.1"
18241851
"@babel/types" "^7.27.1"
18251852

1853+
"@babel/template@^7.27.2":
1854+
version "7.27.2"
1855+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
1856+
integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==
1857+
dependencies:
1858+
"@babel/code-frame" "^7.27.1"
1859+
"@babel/parser" "^7.27.2"
1860+
"@babel/types" "^7.27.1"
1861+
18261862
"@babel/traverse@^7.13.0", "@babel/traverse@^7.16.8", "@babel/traverse@^7.18.0", "@babel/traverse@^7.18.2", "@babel/traverse@^7.18.5":
18271863
version "7.18.5"
18281864
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.5.tgz#94a8195ad9642801837988ab77f36e992d9a20cd"
@@ -1852,6 +1888,19 @@
18521888
debug "^4.3.1"
18531889
globals "^11.1.0"
18541890

1891+
"@babel/traverse@^7.27.3":
1892+
version "7.27.3"
1893+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.3.tgz#8b62a6c2d10f9d921ba7339c90074708509cffae"
1894+
integrity sha512-lId/IfN/Ye1CIu8xG7oKBHXd2iNb2aW1ilPszzGcJug6M8RCKfVNcYhpI5+bMvFYjK7lXIM0R+a+6r8xhHp2FQ==
1895+
dependencies:
1896+
"@babel/code-frame" "^7.27.1"
1897+
"@babel/generator" "^7.27.3"
1898+
"@babel/parser" "^7.27.3"
1899+
"@babel/template" "^7.27.2"
1900+
"@babel/types" "^7.27.3"
1901+
debug "^4.3.1"
1902+
globals "^11.1.0"
1903+
18551904
"@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.17.12", "@babel/types@^7.18.0", "@babel/types@^7.18.2", "@babel/types@^7.18.4", "@babel/types@^7.4.4":
18561905
version "7.18.4"
18571906
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.4.tgz#27eae9b9fd18e9dccc3f9d6ad051336f307be354"
@@ -1876,6 +1925,14 @@
18761925
"@babel/helper-string-parser" "^7.27.1"
18771926
"@babel/helper-validator-identifier" "^7.27.1"
18781927

1928+
"@babel/types@^7.27.3":
1929+
version "7.27.3"
1930+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.3.tgz#c0257bedf33aad6aad1f406d35c44758321eb3ec"
1931+
integrity sha512-Y1GkI4ktrtvmawoSq+4FCVHNryea6uR+qUQy0AGxLSsjCX0nVmkYQMBLHDkXZuo5hGx7eYdnIaslsdBFm7zbUw==
1932+
dependencies:
1933+
"@babel/helper-string-parser" "^7.27.1"
1934+
"@babel/helper-validator-identifier" "^7.27.1"
1935+
18791936
"@bcoe/v8-coverage@^1.0.1":
18801937
version "1.0.1"
18811938
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-1.0.1.tgz#d72197747b8c7f7d63faa4f91de26fa649955a6d"

0 commit comments

Comments
 (0)