Skip to content

Commit de71bac

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

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
},
7272
"dependencies": {},
7373
"devDependencies": {
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
@@ -59,21 +59,21 @@
5959
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.2.tgz#4183f9e642fd84e74e3eea7ffa93a412e3b102c9"
6060
integrity sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ==
6161

62-
"@babel/core@7.27.1":
63-
version "7.27.1"
64-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.1.tgz#89de51e86bd12246003e3524704c49541b16c3e6"
65-
integrity sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ==
62+
"@babel/core@7.27.3":
63+
version "7.27.3"
64+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.3.tgz#d7d05502bccede3cab36373ed142e6a1df554c2f"
65+
integrity sha512-hyrN8ivxfvJ4i0fIJuV4EOlV0WDMz5Ui4StRTgVaAvWeiRCilXgwVvxJKtFQ3TKtHgJscB2YiXKGNJuVwhQMtA==
6666
dependencies:
6767
"@ampproject/remapping" "^2.2.0"
6868
"@babel/code-frame" "^7.27.1"
69-
"@babel/generator" "^7.27.1"
70-
"@babel/helper-compilation-targets" "^7.27.1"
71-
"@babel/helper-module-transforms" "^7.27.1"
72-
"@babel/helpers" "^7.27.1"
73-
"@babel/parser" "^7.27.1"
74-
"@babel/template" "^7.27.1"
75-
"@babel/traverse" "^7.27.1"
76-
"@babel/types" "^7.27.1"
69+
"@babel/generator" "^7.27.3"
70+
"@babel/helper-compilation-targets" "^7.27.2"
71+
"@babel/helper-module-transforms" "^7.27.3"
72+
"@babel/helpers" "^7.27.3"
73+
"@babel/parser" "^7.27.3"
74+
"@babel/template" "^7.27.2"
75+
"@babel/traverse" "^7.27.3"
76+
"@babel/types" "^7.27.3"
7777
convert-source-map "^2.0.0"
7878
debug "^4.1.0"
7979
gensync "^1.0.0-beta.2"
@@ -121,6 +121,17 @@
121121
"@jridgewell/trace-mapping" "^0.3.25"
122122
jsesc "^3.0.2"
123123

124+
"@babel/generator@^7.27.3":
125+
version "7.27.3"
126+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.3.tgz#ef1c0f7cfe3b5fc8cbb9f6cc69f93441a68edefc"
127+
integrity sha512-xnlJYj5zepml8NXtjkG0WquFUv8RskFqyFcVgTBp5k+NaA/8uw/K+OSVf8AMGw5e9HKP2ETd5xpK5MLZQD6b4Q==
128+
dependencies:
129+
"@babel/parser" "^7.27.3"
130+
"@babel/types" "^7.27.3"
131+
"@jridgewell/gen-mapping" "^0.3.5"
132+
"@jridgewell/trace-mapping" "^0.3.25"
133+
jsesc "^3.0.2"
134+
124135
"@babel/helper-annotate-as-pure@^7.18.6":
125136
version "7.18.6"
126137
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -345,6 +356,15 @@
345356
"@babel/helper-validator-identifier" "^7.27.1"
346357
"@babel/traverse" "^7.27.1"
347358

359+
"@babel/helper-module-transforms@^7.27.3":
360+
version "7.27.3"
361+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02"
362+
integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==
363+
dependencies:
364+
"@babel/helper-module-imports" "^7.27.1"
365+
"@babel/helper-validator-identifier" "^7.27.1"
366+
"@babel/traverse" "^7.27.3"
367+
348368
"@babel/helper-optimise-call-expression@^7.18.6":
349369
version "7.18.6"
350370
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz#9369aa943ee7da47edab2cb4e838acf09d290ffe"
@@ -510,13 +530,13 @@
510530
"@babel/traverse" "^7.18.6"
511531
"@babel/types" "^7.18.6"
512532

513-
"@babel/helpers@^7.27.1":
514-
version "7.27.1"
515-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.1.tgz#ffc27013038607cdba3288e692c3611c06a18aa4"
516-
integrity sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ==
533+
"@babel/helpers@^7.27.3":
534+
version "7.27.3"
535+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.3.tgz#387d65d279290e22fe7a47a8ffcd2d0c0184edd0"
536+
integrity sha512-h/eKy9agOya1IGuLaZ9tEUgz+uIRXcbtOhRtUyyMf8JFmn1iT13vnl/IGVWSkdOCG/pC57U4S1jnAabAavTMwg==
517537
dependencies:
518-
"@babel/template" "^7.27.1"
519-
"@babel/types" "^7.27.1"
538+
"@babel/template" "^7.27.2"
539+
"@babel/types" "^7.27.3"
520540

521541
"@babel/highlight@^7.18.6":
522542
version "7.18.6"
@@ -548,6 +568,13 @@
548568
dependencies:
549569
"@babel/types" "^7.27.1"
550570

571+
"@babel/parser@^7.27.2", "@babel/parser@^7.27.3":
572+
version "7.27.3"
573+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.3.tgz#1b7533f0d908ad2ac545c4d05cbe2fb6dc8cfaaf"
574+
integrity sha512-xyYxRj6+tLNDTWi0KCBcZ9V7yg3/lwL9DWh9Uwh/RIVlIfFidggcgxKX3GCXwCiswwcGRawBKbEg2LG/Y8eJhw==
575+
dependencies:
576+
"@babel/types" "^7.27.3"
577+
551578
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
552579
version "7.27.1"
553580
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"
@@ -1795,6 +1822,15 @@
17951822
"@babel/parser" "^7.27.1"
17961823
"@babel/types" "^7.27.1"
17971824

1825+
"@babel/template@^7.27.2":
1826+
version "7.27.2"
1827+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
1828+
integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==
1829+
dependencies:
1830+
"@babel/code-frame" "^7.27.1"
1831+
"@babel/parser" "^7.27.2"
1832+
"@babel/types" "^7.27.1"
1833+
17981834
"@babel/traverse@^7.13.0", "@babel/traverse@^7.18.6":
17991835
version "7.18.6"
18001836
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.6.tgz#a228562d2f46e89258efa4ddd0416942e2fd671d"
@@ -1824,6 +1860,19 @@
18241860
debug "^4.3.1"
18251861
globals "^11.1.0"
18261862

1863+
"@babel/traverse@^7.27.3":
1864+
version "7.27.3"
1865+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.3.tgz#8b62a6c2d10f9d921ba7339c90074708509cffae"
1866+
integrity sha512-lId/IfN/Ye1CIu8xG7oKBHXd2iNb2aW1ilPszzGcJug6M8RCKfVNcYhpI5+bMvFYjK7lXIM0R+a+6r8xhHp2FQ==
1867+
dependencies:
1868+
"@babel/code-frame" "^7.27.1"
1869+
"@babel/generator" "^7.27.3"
1870+
"@babel/parser" "^7.27.3"
1871+
"@babel/template" "^7.27.2"
1872+
"@babel/types" "^7.27.3"
1873+
debug "^4.3.1"
1874+
globals "^11.1.0"
1875+
18271876
"@babel/types@^7.18.6", "@babel/types@^7.4.4":
18281877
version "7.18.6"
18291878
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.6.tgz#5d781dd10a3f0c9f1f931bd19de5eb26ec31acf0"
@@ -1840,6 +1889,14 @@
18401889
"@babel/helper-string-parser" "^7.27.1"
18411890
"@babel/helper-validator-identifier" "^7.27.1"
18421891

1892+
"@babel/types@^7.27.3":
1893+
version "7.27.3"
1894+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.3.tgz#c0257bedf33aad6aad1f406d35c44758321eb3ec"
1895+
integrity sha512-Y1GkI4ktrtvmawoSq+4FCVHNryea6uR+qUQy0AGxLSsjCX0nVmkYQMBLHDkXZuo5hGx7eYdnIaslsdBFm7zbUw==
1896+
dependencies:
1897+
"@babel/helper-string-parser" "^7.27.1"
1898+
"@babel/helper-validator-identifier" "^7.27.1"
1899+
18431900
"@bcoe/v8-coverage@^1.0.1":
18441901
version "1.0.1"
18451902
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-1.0.1.tgz#d72197747b8c7f7d63faa4f91de26fa649955a6d"

0 commit comments

Comments
 (0)