Skip to content

Commit cc0f552

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

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
@@ -79,7 +79,7 @@
7979
"dependencies": {},
8080
"devDependencies": {
8181
"@babel/cli": "7.27.2",
82-
"@babel/core": "7.27.1",
82+
"@babel/core": "7.27.3",
8383
"@babel/preset-env": "7.27.2",
8484
"@commitlint/cli": "19.8.1",
8585
"@iterable-iterator/zip": "1.0.1",

yarn.lock

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

73-
"@babel/[email protected].1":
74-
version "7.27.1"
75-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.1.tgz#89de51e86bd12246003e3524704c49541b16c3e6"
76-
integrity sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ==
73+
"@babel/[email protected].3":
74+
version "7.27.3"
75+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.3.tgz#d7d05502bccede3cab36373ed142e6a1df554c2f"
76+
integrity sha512-hyrN8ivxfvJ4i0fIJuV4EOlV0WDMz5Ui4StRTgVaAvWeiRCilXgwVvxJKtFQ3TKtHgJscB2YiXKGNJuVwhQMtA==
7777
dependencies:
7878
"@ampproject/remapping" "^2.2.0"
7979
"@babel/code-frame" "^7.27.1"
80-
"@babel/generator" "^7.27.1"
81-
"@babel/helper-compilation-targets" "^7.27.1"
82-
"@babel/helper-module-transforms" "^7.27.1"
83-
"@babel/helpers" "^7.27.1"
84-
"@babel/parser" "^7.27.1"
85-
"@babel/template" "^7.27.1"
86-
"@babel/traverse" "^7.27.1"
87-
"@babel/types" "^7.27.1"
80+
"@babel/generator" "^7.27.3"
81+
"@babel/helper-compilation-targets" "^7.27.2"
82+
"@babel/helper-module-transforms" "^7.27.3"
83+
"@babel/helpers" "^7.27.3"
84+
"@babel/parser" "^7.27.3"
85+
"@babel/template" "^7.27.2"
86+
"@babel/traverse" "^7.27.3"
87+
"@babel/types" "^7.27.3"
8888
convert-source-map "^2.0.0"
8989
debug "^4.1.0"
9090
gensync "^1.0.0-beta.2"
@@ -111,6 +111,17 @@
111111
"@jridgewell/trace-mapping" "^0.3.25"
112112
jsesc "^3.0.2"
113113

114+
"@babel/generator@^7.27.3":
115+
version "7.27.3"
116+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.3.tgz#ef1c0f7cfe3b5fc8cbb9f6cc69f93441a68edefc"
117+
integrity sha512-xnlJYj5zepml8NXtjkG0WquFUv8RskFqyFcVgTBp5k+NaA/8uw/K+OSVf8AMGw5e9HKP2ETd5xpK5MLZQD6b4Q==
118+
dependencies:
119+
"@babel/parser" "^7.27.3"
120+
"@babel/types" "^7.27.3"
121+
"@jridgewell/gen-mapping" "^0.3.5"
122+
"@jridgewell/trace-mapping" "^0.3.25"
123+
jsesc "^3.0.2"
124+
114125
"@babel/helper-annotate-as-pure@^7.18.6":
115126
version "7.18.6"
116127
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -235,6 +246,15 @@
235246
"@babel/helper-validator-identifier" "^7.27.1"
236247
"@babel/traverse" "^7.27.1"
237248

249+
"@babel/helper-module-transforms@^7.27.3":
250+
version "7.27.3"
251+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02"
252+
integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==
253+
dependencies:
254+
"@babel/helper-module-imports" "^7.27.1"
255+
"@babel/helper-validator-identifier" "^7.27.1"
256+
"@babel/traverse" "^7.27.3"
257+
238258
"@babel/helper-optimise-call-expression@^7.27.1":
239259
version "7.27.1"
240260
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz#c65221b61a643f3e62705e5dd2b5f115e35f9200"
@@ -337,13 +357,13 @@
337357
"@babel/traverse" "^7.27.1"
338358
"@babel/types" "^7.27.1"
339359

340-
"@babel/helpers@^7.27.1":
341-
version "7.27.1"
342-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.1.tgz#ffc27013038607cdba3288e692c3611c06a18aa4"
343-
integrity sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ==
360+
"@babel/helpers@^7.27.3":
361+
version "7.27.3"
362+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.3.tgz#387d65d279290e22fe7a47a8ffcd2d0c0184edd0"
363+
integrity sha512-h/eKy9agOya1IGuLaZ9tEUgz+uIRXcbtOhRtUyyMf8JFmn1iT13vnl/IGVWSkdOCG/pC57U4S1jnAabAavTMwg==
344364
dependencies:
345-
"@babel/template" "^7.27.1"
346-
"@babel/types" "^7.27.1"
365+
"@babel/template" "^7.27.2"
366+
"@babel/types" "^7.27.3"
347367

348368
"@babel/highlight@^7.16.0":
349369
version "7.16.0"
@@ -375,6 +395,13 @@
375395
dependencies:
376396
"@babel/types" "^7.27.1"
377397

398+
"@babel/parser@^7.27.2", "@babel/parser@^7.27.3":
399+
version "7.27.3"
400+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.3.tgz#1b7533f0d908ad2ac545c4d05cbe2fb6dc8cfaaf"
401+
integrity sha512-xyYxRj6+tLNDTWi0KCBcZ9V7yg3/lwL9DWh9Uwh/RIVlIfFidggcgxKX3GCXwCiswwcGRawBKbEg2LG/Y8eJhw==
402+
dependencies:
403+
"@babel/types" "^7.27.3"
404+
378405
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
379406
version "7.27.1"
380407
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"
@@ -921,6 +948,15 @@
921948
"@babel/parser" "^7.27.1"
922949
"@babel/types" "^7.27.1"
923950

951+
"@babel/template@^7.27.2":
952+
version "7.27.2"
953+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
954+
integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==
955+
dependencies:
956+
"@babel/code-frame" "^7.27.1"
957+
"@babel/parser" "^7.27.2"
958+
"@babel/types" "^7.27.1"
959+
924960
"@babel/traverse@^7.27.1":
925961
version "7.27.1"
926962
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.1.tgz#4db772902b133bbddd1c4f7a7ee47761c1b9f291"
@@ -934,6 +970,19 @@
934970
debug "^4.3.1"
935971
globals "^11.1.0"
936972

973+
"@babel/traverse@^7.27.3":
974+
version "7.27.3"
975+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.3.tgz#8b62a6c2d10f9d921ba7339c90074708509cffae"
976+
integrity sha512-lId/IfN/Ye1CIu8xG7oKBHXd2iNb2aW1ilPszzGcJug6M8RCKfVNcYhpI5+bMvFYjK7lXIM0R+a+6r8xhHp2FQ==
977+
dependencies:
978+
"@babel/code-frame" "^7.27.1"
979+
"@babel/generator" "^7.27.3"
980+
"@babel/parser" "^7.27.3"
981+
"@babel/template" "^7.27.2"
982+
"@babel/types" "^7.27.3"
983+
debug "^4.3.1"
984+
globals "^11.1.0"
985+
937986
"@babel/types@^7.16.0", "@babel/types@^7.4.4":
938987
version "7.16.0"
939988
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba"
@@ -958,6 +1007,14 @@
9581007
"@babel/helper-string-parser" "^7.27.1"
9591008
"@babel/helper-validator-identifier" "^7.27.1"
9601009

1010+
"@babel/types@^7.27.3":
1011+
version "7.27.3"
1012+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.3.tgz#c0257bedf33aad6aad1f406d35c44758321eb3ec"
1013+
integrity sha512-Y1GkI4ktrtvmawoSq+4FCVHNryea6uR+qUQy0AGxLSsjCX0nVmkYQMBLHDkXZuo5hGx7eYdnIaslsdBFm7zbUw==
1014+
dependencies:
1015+
"@babel/helper-string-parser" "^7.27.1"
1016+
"@babel/helper-validator-identifier" "^7.27.1"
1017+
9611018
"@bcoe/v8-coverage@^1.0.1":
9621019
version "1.0.1"
9631020
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-1.0.1.tgz#d72197747b8c7f7d63faa4f91de26fa649955a6d"

0 commit comments

Comments
 (0)