Skip to content

Commit b0872a4

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

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
@@ -74,7 +74,7 @@
7474
"@iterable-iterator/slice": "^1.0.2"
7575
},
7676
"devDependencies": {
77-
"@babel/core": "7.27.1",
77+
"@babel/core": "7.27.3",
7878
"@babel/preset-env": "7.27.2",
7979
"@commitlint/cli": "19.8.1",
8080
"@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.16.0":
125136
version "7.16.0"
126137
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.0.tgz#9a1f0ebcda53d9a2d00108c4ceace6a5d5f1f08d"
@@ -370,6 +381,15 @@
370381
"@babel/helper-validator-identifier" "^7.27.1"
371382
"@babel/traverse" "^7.27.1"
372383

384+
"@babel/helper-module-transforms@^7.27.3":
385+
version "7.27.3"
386+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02"
387+
integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==
388+
dependencies:
389+
"@babel/helper-module-imports" "^7.27.1"
390+
"@babel/helper-validator-identifier" "^7.27.1"
391+
"@babel/traverse" "^7.27.3"
392+
373393
"@babel/helper-optimise-call-expression@^7.16.0":
374394
version "7.16.0"
375395
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.0.tgz#cecdb145d70c54096b1564f8e9f10cd7d193b338"
@@ -544,13 +564,13 @@
544564
"@babel/traverse" "^7.16.5"
545565
"@babel/types" "^7.16.0"
546566

547-
"@babel/helpers@^7.27.1":
548-
version "7.27.1"
549-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.1.tgz#ffc27013038607cdba3288e692c3611c06a18aa4"
550-
integrity sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ==
567+
"@babel/helpers@^7.27.3":
568+
version "7.27.3"
569+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.3.tgz#387d65d279290e22fe7a47a8ffcd2d0c0184edd0"
570+
integrity sha512-h/eKy9agOya1IGuLaZ9tEUgz+uIRXcbtOhRtUyyMf8JFmn1iT13vnl/IGVWSkdOCG/pC57U4S1jnAabAavTMwg==
551571
dependencies:
552-
"@babel/template" "^7.27.1"
553-
"@babel/types" "^7.27.1"
572+
"@babel/template" "^7.27.2"
573+
"@babel/types" "^7.27.3"
554574

555575
"@babel/highlight@^7.16.0":
556576
version "7.16.0"
@@ -582,6 +602,13 @@
582602
dependencies:
583603
"@babel/types" "^7.27.1"
584604

605+
"@babel/parser@^7.27.2", "@babel/parser@^7.27.3":
606+
version "7.27.3"
607+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.3.tgz#1b7533f0d908ad2ac545c4d05cbe2fb6dc8cfaaf"
608+
integrity sha512-xyYxRj6+tLNDTWi0KCBcZ9V7yg3/lwL9DWh9Uwh/RIVlIfFidggcgxKX3GCXwCiswwcGRawBKbEg2LG/Y8eJhw==
609+
dependencies:
610+
"@babel/types" "^7.27.3"
611+
585612
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
586613
version "7.27.1"
587614
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"
@@ -1817,6 +1844,15 @@
18171844
"@babel/parser" "^7.27.1"
18181845
"@babel/types" "^7.27.1"
18191846

1847+
"@babel/template@^7.27.2":
1848+
version "7.27.2"
1849+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
1850+
integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==
1851+
dependencies:
1852+
"@babel/code-frame" "^7.27.1"
1853+
"@babel/parser" "^7.27.2"
1854+
"@babel/types" "^7.27.1"
1855+
18201856
"@babel/traverse@^7.13.0", "@babel/traverse@^7.16.5":
18211857
version "7.16.5"
18221858
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.5.tgz#d7d400a8229c714a59b87624fc67b0f1fbd4b2b3"
@@ -1846,6 +1882,19 @@
18461882
debug "^4.3.1"
18471883
globals "^11.1.0"
18481884

1885+
"@babel/traverse@^7.27.3":
1886+
version "7.27.3"
1887+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.3.tgz#8b62a6c2d10f9d921ba7339c90074708509cffae"
1888+
integrity sha512-lId/IfN/Ye1CIu8xG7oKBHXd2iNb2aW1ilPszzGcJug6M8RCKfVNcYhpI5+bMvFYjK7lXIM0R+a+6r8xhHp2FQ==
1889+
dependencies:
1890+
"@babel/code-frame" "^7.27.1"
1891+
"@babel/generator" "^7.27.3"
1892+
"@babel/parser" "^7.27.3"
1893+
"@babel/template" "^7.27.2"
1894+
"@babel/types" "^7.27.3"
1895+
debug "^4.3.1"
1896+
globals "^11.1.0"
1897+
18491898
"@babel/types@^7.16.0", "@babel/types@^7.4.4":
18501899
version "7.16.0"
18511900
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba"
@@ -1870,6 +1919,14 @@
18701919
"@babel/helper-string-parser" "^7.27.1"
18711920
"@babel/helper-validator-identifier" "^7.27.1"
18721921

1922+
"@babel/types@^7.27.3":
1923+
version "7.27.3"
1924+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.3.tgz#c0257bedf33aad6aad1f406d35c44758321eb3ec"
1925+
integrity sha512-Y1GkI4ktrtvmawoSq+4FCVHNryea6uR+qUQy0AGxLSsjCX0nVmkYQMBLHDkXZuo5hGx7eYdnIaslsdBFm7zbUw==
1926+
dependencies:
1927+
"@babel/helper-string-parser" "^7.27.1"
1928+
"@babel/helper-validator-identifier" "^7.27.1"
1929+
18731930
"@bcoe/v8-coverage@^1.0.1":
18741931
version "1.0.1"
18751932
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-1.0.1.tgz#d72197747b8c7f7d63faa4f91de26fa649955a6d"

0 commit comments

Comments
 (0)