Skip to content

Commit d637175

Browse files
committed
chore(deps): update dependency @babel/core to v7.26.0
1 parent f3a6718 commit d637175

File tree

2 files changed

+55
-29
lines changed

2 files changed

+55
-29
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.25.9",
22-
"@babel/core": "7.25.9",
22+
"@babel/core": "7.26.0",
2323
"@babel/plugin-proposal-class-properties": "7.18.6",
2424
"@babel/plugin-transform-react-jsx": "7.25.9",
2525
"@babel/register": "7.25.9",

yarn.lock

Lines changed: 54 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -48,26 +48,35 @@
4848
"@babel/highlight" "^7.25.9"
4949
picocolors "^1.0.0"
5050

51+
"@babel/code-frame@^7.26.0":
52+
version "7.26.0"
53+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.0.tgz#9374b5cd068d128dac0b94ff482594273b1c2815"
54+
integrity sha512-INCKxTtbXtcNbUZ3YXutwMpEleqttcswhAdee7dhuoVrD2cnuc3PqtERBtxkX5nziX9vnBL8WXmSGwv8CuPV6g==
55+
dependencies:
56+
"@babel/helper-validator-identifier" "^7.25.9"
57+
js-tokens "^4.0.0"
58+
picocolors "^1.0.0"
59+
5160
"@babel/compat-data@^7.25.9":
5261
version "7.25.9"
5362
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.9.tgz#24b01c5db6a3ebf85661b4fb4a946a9bccc72ac8"
5463
integrity sha512-yD+hEuJ/+wAJ4Ox2/rpNv5HIuPG82x3ZlQvYVn8iYCprdxzE7P1udpGF1jyjQVBU4dgznN+k2h103vxZ7NdPyw==
5564

56-
"@babel/core@7.25.9":
57-
version "7.25.9"
58-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.9.tgz#855a4cddcec4158f3f7afadacdab2a7de8af7434"
59-
integrity sha512-WYvQviPw+Qyib0v92AwNIrdLISTp7RfDkM7bPqBvpbnhY4wq8HvHBZREVdYDXk98C8BkOIVnHAY3yvj7AVISxQ==
65+
"@babel/core@7.26.0":
66+
version "7.26.0"
67+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40"
68+
integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==
6069
dependencies:
6170
"@ampproject/remapping" "^2.2.0"
62-
"@babel/code-frame" "^7.25.9"
63-
"@babel/generator" "^7.25.9"
71+
"@babel/code-frame" "^7.26.0"
72+
"@babel/generator" "^7.26.0"
6473
"@babel/helper-compilation-targets" "^7.25.9"
65-
"@babel/helper-module-transforms" "^7.25.9"
66-
"@babel/helpers" "^7.25.9"
67-
"@babel/parser" "^7.25.9"
74+
"@babel/helper-module-transforms" "^7.26.0"
75+
"@babel/helpers" "^7.26.0"
76+
"@babel/parser" "^7.26.0"
6877
"@babel/template" "^7.25.9"
6978
"@babel/traverse" "^7.25.9"
70-
"@babel/types" "^7.25.9"
79+
"@babel/types" "^7.26.0"
7180
convert-source-map "^2.0.0"
7281
debug "^4.1.0"
7382
gensync "^1.0.0-beta.2"
@@ -102,6 +111,17 @@
102111
"@jridgewell/trace-mapping" "^0.3.25"
103112
jsesc "^3.0.2"
104113

114+
"@babel/generator@^7.26.0":
115+
version "7.26.0"
116+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.0.tgz#505cc7c90d92513f458a477e5ef0703e7c91b8d7"
117+
integrity sha512-/AIkAmInnWwgEAJGQr9vY0c66Mj6kjkE2ZPB1PurTRaRAh3U+J45sAQMjQDJdh4WbR3l0x5xkimXBKyBXXAu2w==
118+
dependencies:
119+
"@babel/parser" "^7.26.0"
120+
"@babel/types" "^7.26.0"
121+
"@jridgewell/gen-mapping" "^0.3.5"
122+
"@jridgewell/trace-mapping" "^0.3.25"
123+
jsesc "^3.0.2"
124+
105125
"@babel/helper-annotate-as-pure@^7.18.6":
106126
version "7.18.6"
107127
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -181,13 +201,12 @@
181201
"@babel/traverse" "^7.25.9"
182202
"@babel/types" "^7.25.9"
183203

184-
"@babel/helper-module-transforms@^7.25.9":
185-
version "7.25.9"
186-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.9.tgz#12e4fb2969197ef6d78ea8a2f24375ce85b425fb"
187-
integrity sha512-TvLZY/F3+GvdRYFZFyxMvnsKi+4oJdgZzU3BoGN9Uc2d9C6zfNwJcKKhjqLAhK8i46mv93jsO74fDh3ih6rpHA==
204+
"@babel/helper-module-transforms@^7.26.0":
205+
version "7.26.0"
206+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae"
207+
integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==
188208
dependencies:
189209
"@babel/helper-module-imports" "^7.25.9"
190-
"@babel/helper-simple-access" "^7.25.9"
191210
"@babel/helper-validator-identifier" "^7.25.9"
192211
"@babel/traverse" "^7.25.9"
193212

@@ -219,14 +238,6 @@
219238
"@babel/traverse" "^7.18.6"
220239
"@babel/types" "^7.18.6"
221240

222-
"@babel/helper-simple-access@^7.25.9":
223-
version "7.25.9"
224-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.25.9.tgz#6d51783299884a2c74618d6ef0f86820ec2e7739"
225-
integrity sha512-c6WHXuiaRsJTyHYLJV75t9IqsmTbItYfdj99PnzYGQZkYKvan5/2jKJ7gu31J3/BJ/A18grImSPModuyG/Eo0Q==
226-
dependencies:
227-
"@babel/traverse" "^7.25.9"
228-
"@babel/types" "^7.25.9"
229-
230241
"@babel/helper-split-export-declaration@^7.18.6":
231242
version "7.18.6"
232243
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz#7367949bc75b20c6d5a5d4a97bba2824ae8ef075"
@@ -259,13 +270,13 @@
259270
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz#86e45bd8a49ab7e03f276577f96179653d41da72"
260271
integrity sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==
261272

262-
"@babel/helpers@^7.25.9":
263-
version "7.25.9"
264-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.9.tgz#9e26aa6fbefdbca4f8c8a1d66dc6f1c00ddadb0a"
265-
integrity sha512-oKWp3+usOJSzDZOucZUAMayhPz/xVjzymyDzUN8dk0Wd3RWMlGLXi07UCQ/CgQVb8LvXx3XBajJH4XGgkt7H7g==
273+
"@babel/helpers@^7.26.0":
274+
version "7.26.0"
275+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4"
276+
integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==
266277
dependencies:
267278
"@babel/template" "^7.25.9"
268-
"@babel/types" "^7.25.9"
279+
"@babel/types" "^7.26.0"
269280

270281
"@babel/highlight@^7.10.4":
271282
version "7.12.13"
@@ -307,6 +318,13 @@
307318
dependencies:
308319
"@babel/types" "^7.25.9"
309320

321+
"@babel/parser@^7.26.0":
322+
version "7.26.0"
323+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.0.tgz#710a75a7d805a8f72753154e451474e9795b121c"
324+
integrity sha512-aP8x5pIw3xvYr/sXT+SEUwyhrXT8rUJRZltK/qN3Db80dcKpTett8cJxHyjk+xYSVXvNnl2SfcJVjbwxpOSscA==
325+
dependencies:
326+
"@babel/types" "^7.26.0"
327+
310328
311329
version "7.18.6"
312330
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz#b110f59741895f7ec21a6fff696ec46265c446a3"
@@ -415,6 +433,14 @@
415433
"@babel/helper-string-parser" "^7.25.9"
416434
"@babel/helper-validator-identifier" "^7.25.9"
417435

436+
"@babel/types@^7.26.0":
437+
version "7.26.0"
438+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.0.tgz#deabd08d6b753bc8e0f198f8709fb575e31774ff"
439+
integrity sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==
440+
dependencies:
441+
"@babel/helper-string-parser" "^7.25.9"
442+
"@babel/helper-validator-identifier" "^7.25.9"
443+
418444
"@eslint/eslintrc@^0.4.3":
419445
version "0.4.3"
420446
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"

0 commit comments

Comments
 (0)