Skip to content

Commit 9ec8bc1

Browse files
chore(deps): update dependency @babel/core to v7.27.3 (#460)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0ef0c27 commit 9ec8bc1

File tree

2 files changed

+65
-26
lines changed

2 files changed

+65
-26
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"devDependencies": {
2121
"@babel/cli": "7.27.2",
22-
"@babel/core": "7.27.1",
22+
"@babel/core": "7.27.3",
2323
"@babel/plugin-proposal-class-properties": "7.18.6",
2424
"@babel/plugin-transform-react-jsx": "7.27.1",
2525
"@babel/register": "7.27.1",

yarn.lock

Lines changed: 64 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -54,21 +54,21 @@
5454
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.2.tgz#4183f9e642fd84e74e3eea7ffa93a412e3b102c9"
5555
integrity sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ==
5656

57-
"@babel/core@7.27.1":
58-
version "7.27.1"
59-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.1.tgz#89de51e86bd12246003e3524704c49541b16c3e6"
60-
integrity sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ==
57+
"@babel/core@7.27.3":
58+
version "7.27.3"
59+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.3.tgz#d7d05502bccede3cab36373ed142e6a1df554c2f"
60+
integrity sha512-hyrN8ivxfvJ4i0fIJuV4EOlV0WDMz5Ui4StRTgVaAvWeiRCilXgwVvxJKtFQ3TKtHgJscB2YiXKGNJuVwhQMtA==
6161
dependencies:
6262
"@ampproject/remapping" "^2.2.0"
6363
"@babel/code-frame" "^7.27.1"
64-
"@babel/generator" "^7.27.1"
65-
"@babel/helper-compilation-targets" "^7.27.1"
66-
"@babel/helper-module-transforms" "^7.27.1"
67-
"@babel/helpers" "^7.27.1"
68-
"@babel/parser" "^7.27.1"
69-
"@babel/template" "^7.27.1"
70-
"@babel/traverse" "^7.27.1"
71-
"@babel/types" "^7.27.1"
64+
"@babel/generator" "^7.27.3"
65+
"@babel/helper-compilation-targets" "^7.27.2"
66+
"@babel/helper-module-transforms" "^7.27.3"
67+
"@babel/helpers" "^7.27.3"
68+
"@babel/parser" "^7.27.3"
69+
"@babel/template" "^7.27.2"
70+
"@babel/traverse" "^7.27.3"
71+
"@babel/types" "^7.27.3"
7272
convert-source-map "^2.0.0"
7373
debug "^4.1.0"
7474
gensync "^1.0.0-beta.2"
@@ -104,6 +104,17 @@
104104
"@jridgewell/trace-mapping" "^0.3.25"
105105
jsesc "^3.0.2"
106106

107+
"@babel/generator@^7.27.3":
108+
version "7.27.3"
109+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.3.tgz#ef1c0f7cfe3b5fc8cbb9f6cc69f93441a68edefc"
110+
integrity sha512-xnlJYj5zepml8NXtjkG0WquFUv8RskFqyFcVgTBp5k+NaA/8uw/K+OSVf8AMGw5e9HKP2ETd5xpK5MLZQD6b4Q==
111+
dependencies:
112+
"@babel/parser" "^7.27.3"
113+
"@babel/types" "^7.27.3"
114+
"@jridgewell/gen-mapping" "^0.3.5"
115+
"@jridgewell/trace-mapping" "^0.3.25"
116+
jsesc "^3.0.2"
117+
107118
"@babel/helper-annotate-as-pure@^7.18.6":
108119
version "7.18.6"
109120
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -118,7 +129,7 @@
118129
dependencies:
119130
"@babel/types" "^7.27.1"
120131

121-
"@babel/helper-compilation-targets@^7.27.1":
132+
"@babel/helper-compilation-targets@^7.27.2":
122133
version "7.27.2"
123134
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz#46a0f6efab808d51d29ce96858dd10ce8732733d"
124135
integrity sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==
@@ -183,14 +194,14 @@
183194
"@babel/traverse" "^7.27.1"
184195
"@babel/types" "^7.27.1"
185196

186-
"@babel/helper-module-transforms@^7.27.1":
187-
version "7.27.1"
188-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.1.tgz#e1663b8b71d2de948da5c4fb2a20ca4f3ec27a6f"
189-
integrity sha512-9yHn519/8KvTU5BjTVEEeIM3w9/2yXNKoD82JifINImhpKkARMJKPP59kLo+BafpdN5zgNeIcS4jsGDmd3l58g==
197+
"@babel/helper-module-transforms@^7.27.3":
198+
version "7.27.3"
199+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02"
200+
integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==
190201
dependencies:
191202
"@babel/helper-module-imports" "^7.27.1"
192203
"@babel/helper-validator-identifier" "^7.27.1"
193-
"@babel/traverse" "^7.27.1"
204+
"@babel/traverse" "^7.27.3"
194205

195206
"@babel/helper-optimise-call-expression@^7.18.6":
196207
version "7.18.6"
@@ -252,13 +263,13 @@
252263
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f"
253264
integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==
254265

255-
"@babel/helpers@^7.27.1":
256-
version "7.27.1"
257-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.1.tgz#ffc27013038607cdba3288e692c3611c06a18aa4"
258-
integrity sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ==
266+
"@babel/helpers@^7.27.3":
267+
version "7.27.3"
268+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.3.tgz#387d65d279290e22fe7a47a8ffcd2d0c0184edd0"
269+
integrity sha512-h/eKy9agOya1IGuLaZ9tEUgz+uIRXcbtOhRtUyyMf8JFmn1iT13vnl/IGVWSkdOCG/pC57U4S1jnAabAavTMwg==
259270
dependencies:
260-
"@babel/template" "^7.27.1"
261-
"@babel/types" "^7.27.1"
271+
"@babel/template" "^7.27.2"
272+
"@babel/types" "^7.27.3"
262273

263274
"@babel/highlight@^7.10.4":
264275
version "7.12.13"
@@ -290,6 +301,13 @@
290301
dependencies:
291302
"@babel/types" "^7.27.1"
292303

304+
"@babel/parser@^7.27.3":
305+
version "7.27.3"
306+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.3.tgz#1b7533f0d908ad2ac545c4d05cbe2fb6dc8cfaaf"
307+
integrity sha512-xyYxRj6+tLNDTWi0KCBcZ9V7yg3/lwL9DWh9Uwh/RIVlIfFidggcgxKX3GCXwCiswwcGRawBKbEg2LG/Y8eJhw==
308+
dependencies:
309+
"@babel/types" "^7.27.3"
310+
293311
"@babel/plugin-proposal-class-properties@7.18.6":
294312
version "7.18.6"
295313
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz#b110f59741895f7ec21a6fff696ec46265c446a3"
@@ -336,7 +354,7 @@
336354
"@babel/parser" "^7.18.6"
337355
"@babel/types" "^7.18.6"
338356

339-
"@babel/template@^7.27.1":
357+
"@babel/template@^7.27.1", "@babel/template@^7.27.2":
340358
version "7.27.2"
341359
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
342360
integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==
@@ -374,6 +392,19 @@
374392
debug "^4.3.1"
375393
globals "^11.1.0"
376394

395+
"@babel/traverse@^7.27.3":
396+
version "7.27.3"
397+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.3.tgz#8b62a6c2d10f9d921ba7339c90074708509cffae"
398+
integrity sha512-lId/IfN/Ye1CIu8xG7oKBHXd2iNb2aW1ilPszzGcJug6M8RCKfVNcYhpI5+bMvFYjK7lXIM0R+a+6r8xhHp2FQ==
399+
dependencies:
400+
"@babel/code-frame" "^7.27.1"
401+
"@babel/generator" "^7.27.3"
402+
"@babel/parser" "^7.27.3"
403+
"@babel/template" "^7.27.2"
404+
"@babel/types" "^7.27.3"
405+
debug "^4.3.1"
406+
globals "^11.1.0"
407+
377408
"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49":
378409
version "7.4.0"
379410
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.4.0.tgz#670724f77d24cce6cc7d8cf64599d511d164894c"
@@ -398,6 +429,14 @@
398429
"@babel/helper-string-parser" "^7.27.1"
399430
"@babel/helper-validator-identifier" "^7.27.1"
400431

432+
"@babel/types@^7.27.3":
433+
version "7.27.3"
434+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.3.tgz#c0257bedf33aad6aad1f406d35c44758321eb3ec"
435+
integrity sha512-Y1GkI4ktrtvmawoSq+4FCVHNryea6uR+qUQy0AGxLSsjCX0nVmkYQMBLHDkXZuo5hGx7eYdnIaslsdBFm7zbUw==
436+
dependencies:
437+
"@babel/helper-string-parser" "^7.27.1"
438+
"@babel/helper-validator-identifier" "^7.27.1"
439+
401440
"@eslint/eslintrc@^0.4.3":
402441
version "0.4.3"
403442
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"

0 commit comments

Comments
 (0)