Skip to content

Commit ec732ff

Browse files
dependabot[bot]LabhanshAgrawal
authored andcommitted
Bump @babel/preset-typescript from 7.23.3 to 7.24.1
Bumps [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) from 7.23.3 to 7.24.1. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.1/packages/babel-preset-typescript) --- updated-dependencies: - dependency-name: "@babel/preset-typescript" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 069545f commit ec732ff

File tree

2 files changed

+53
-73
lines changed

2 files changed

+53
-73
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
8282
"@babel/plugin-proposal-optional-chaining": "7.21.0",
8383
"@babel/preset-react": "7.24.1",
84-
"@babel/preset-typescript": "7.23.3",
84+
"@babel/preset-typescript": "7.24.1",
8585
"@electron/rebuild": "^3.6.0",
8686
"@types/args": "5.0.3",
8787
"@types/async-retry": "1.4.3",

yarn.lock

Lines changed: 52 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -163,17 +163,17 @@
163163
"@babel/helper-replace-supers" "^7.18.6"
164164
"@babel/helper-split-export-declaration" "^7.18.6"
165165

166-
"@babel/helper-create-class-features-plugin@^7.22.15":
167-
version "7.22.15"
168-
resolved "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.15.tgz#97a61b385e57fe458496fad19f8e63b63c867de4"
169-
integrity sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==
166+
"@babel/helper-create-class-features-plugin@^7.24.4":
167+
version "7.24.4"
168+
resolved "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.4.tgz#c806f73788a6800a5cfbbc04d2df7ee4d927cce3"
169+
integrity sha512-lG75yeuUSVu0pIcbhiYMXBXANHrpUPaOfu7ryAzskCgKUHuAxRQI5ssrtmF0X9UXldPlvT0XM/A4F44OXRt6iQ==
170170
dependencies:
171171
"@babel/helper-annotate-as-pure" "^7.22.5"
172-
"@babel/helper-environment-visitor" "^7.22.5"
173-
"@babel/helper-function-name" "^7.22.5"
174-
"@babel/helper-member-expression-to-functions" "^7.22.15"
172+
"@babel/helper-environment-visitor" "^7.22.20"
173+
"@babel/helper-function-name" "^7.23.0"
174+
"@babel/helper-member-expression-to-functions" "^7.23.0"
175175
"@babel/helper-optimise-call-expression" "^7.22.5"
176-
"@babel/helper-replace-supers" "^7.22.9"
176+
"@babel/helper-replace-supers" "^7.24.1"
177177
"@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
178178
"@babel/helper-split-export-declaration" "^7.22.6"
179179
semver "^6.3.1"
@@ -188,11 +188,6 @@
188188
resolved "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
189189
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
190190

191-
"@babel/helper-environment-visitor@^7.22.5":
192-
version "7.22.5"
193-
resolved "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98"
194-
integrity sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==
195-
196191
"@babel/helper-function-name@^7.18.6":
197192
version "7.18.6"
198193
resolved "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.18.6.tgz#8334fecb0afba66e6d87a7e8c6bb7fed79926b83"
@@ -201,14 +196,6 @@
201196
"@babel/template" "^7.18.6"
202197
"@babel/types" "^7.18.6"
203198

204-
"@babel/helper-function-name@^7.22.5":
205-
version "7.22.5"
206-
resolved "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz#ede300828905bb15e582c037162f99d5183af1be"
207-
integrity sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==
208-
dependencies:
209-
"@babel/template" "^7.22.5"
210-
"@babel/types" "^7.22.5"
211-
212199
"@babel/helper-function-name@^7.23.0":
213200
version "7.23.0"
214201
resolved "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
@@ -231,19 +218,12 @@
231218
dependencies:
232219
"@babel/types" "^7.18.6"
233220

234-
"@babel/helper-member-expression-to-functions@^7.22.15":
235-
version "7.22.15"
236-
resolved "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.22.15.tgz#b95a144896f6d491ca7863576f820f3628818621"
237-
integrity sha512-qLNsZbgrNh0fDQBCPocSL8guki1hcPvltGDv/NxvUoABwFq7GkKSu1nRXeJkVZc+wJvne2E0RKQz+2SQrz6eAA==
238-
dependencies:
239-
"@babel/types" "^7.22.15"
240-
241-
"@babel/helper-member-expression-to-functions@^7.22.5":
242-
version "7.22.5"
243-
resolved "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.22.5.tgz#0a7c56117cad3372fbf8d2fb4bf8f8d64a1e76b2"
244-
integrity sha512-aBiH1NKMG0H2cGZqspNvsaBe6wNGjbJjuLy29aU+eDZjSbbN53BaxlpB02xm9v34pLTZ1nIQPFYn2qMZoa5BQQ==
221+
"@babel/helper-member-expression-to-functions@^7.23.0":
222+
version "7.23.0"
223+
resolved "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz#9263e88cc5e41d39ec18c9a3e0eced59a3e7d366"
224+
integrity sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==
245225
dependencies:
246-
"@babel/types" "^7.22.5"
226+
"@babel/types" "^7.23.0"
247227

248228
"@babel/helper-module-imports@^7.22.15":
249229
version "7.22.15"
@@ -293,13 +273,13 @@
293273
"@babel/traverse" "^7.18.6"
294274
"@babel/types" "^7.18.6"
295275

296-
"@babel/helper-replace-supers@^7.22.9":
297-
version "7.22.9"
298-
resolved "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.22.9.tgz#cbdc27d6d8d18cd22c81ae4293765a5d9afd0779"
299-
integrity sha512-LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg==
276+
"@babel/helper-replace-supers@^7.24.1":
277+
version "7.24.1"
278+
resolved "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.24.1.tgz#7085bd19d4a0b7ed8f405c1ed73ccb70f323abc1"
279+
integrity sha512-QCR1UqC9BzG5vZl8BMicmZ28RuUBnHhAMddD8yHFHDRH9lLTZ9uUPehX8ctVPT8l0TKblJidqcgUUKGVrePleQ==
300280
dependencies:
301-
"@babel/helper-environment-visitor" "^7.22.5"
302-
"@babel/helper-member-expression-to-functions" "^7.22.5"
281+
"@babel/helper-environment-visitor" "^7.22.20"
282+
"@babel/helper-member-expression-to-functions" "^7.23.0"
303283
"@babel/helper-optimise-call-expression" "^7.22.5"
304284

305285
"@babel/helper-simple-access@^7.22.5":
@@ -347,7 +327,7 @@
347327
resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
348328
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
349329

350-
"@babel/helper-validator-option@^7.22.15", "@babel/helper-validator-option@^7.23.5":
330+
"@babel/helper-validator-option@^7.23.5":
351331
version "7.23.5"
352332
resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz#907a3fbd4523426285365d1206c423c4c5520307"
353333
integrity sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==
@@ -435,12 +415,12 @@
435415
dependencies:
436416
"@babel/helper-plugin-utils" "^7.8.0"
437417

438-
"@babel/plugin-syntax-jsx@^7.23.3":
439-
version "7.23.3"
440-
resolved "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.23.3.tgz#8f2e4f8a9b5f9aa16067e142c1ac9cd9f810f473"
441-
integrity sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==
418+
"@babel/plugin-syntax-jsx@^7.23.3", "@babel/plugin-syntax-jsx@^7.24.1":
419+
version "7.24.1"
420+
resolved "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.1.tgz#3f6ca04b8c841811dbc3c5c5f837934e0d626c10"
421+
integrity sha512-2eCtxZXf+kbkMIsXS4poTvT4Yu5rXiRa+9xGVT56raghjmBTKMpFNc9R4IDiB4emao9eO22Ox7CxuJG7BgExqA==
442422
dependencies:
443-
"@babel/helper-plugin-utils" "^7.22.5"
423+
"@babel/helper-plugin-utils" "^7.24.0"
444424

445425
"@babel/plugin-syntax-nullish-coalescing-operator@^7.8.3":
446426
version "7.8.3"
@@ -470,20 +450,20 @@
470450
dependencies:
471451
"@babel/helper-plugin-utils" "^7.8.0"
472452

473-
"@babel/plugin-syntax-typescript@^7.23.3":
474-
version "7.23.3"
475-
resolved "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.23.3.tgz#24f460c85dbbc983cd2b9c4994178bcc01df958f"
476-
integrity sha512-9EiNjVJOMwCO+43TqoTrgQ8jMwcAd0sWyXi9RPfIsLTj4R2MADDDQXELhffaUx/uJv2AYcxBgPwH6j4TIA4ytQ==
453+
"@babel/plugin-syntax-typescript@^7.24.1":
454+
version "7.24.1"
455+
resolved "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.24.1.tgz#b3bcc51f396d15f3591683f90239de143c076844"
456+
integrity sha512-Yhnmvy5HZEnHUty6i++gcfH1/l68AHnItFHnaCv6hn9dNh0hQvvQJsxpi4BMBFN5DLeHBuucT/0DgzXif/OyRw==
477457
dependencies:
478-
"@babel/helper-plugin-utils" "^7.22.5"
458+
"@babel/helper-plugin-utils" "^7.24.0"
479459

480-
"@babel/plugin-transform-modules-commonjs@^7.14.5", "@babel/plugin-transform-modules-commonjs@^7.23.3":
481-
version "7.23.3"
482-
resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.23.3.tgz#661ae831b9577e52be57dd8356b734f9700b53b4"
483-
integrity sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==
460+
"@babel/plugin-transform-modules-commonjs@^7.14.5", "@babel/plugin-transform-modules-commonjs@^7.24.1":
461+
version "7.24.1"
462+
resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.1.tgz#e71ba1d0d69e049a22bf90b3867e263823d3f1b9"
463+
integrity sha512-szog8fFTUxBfw0b98gEWPaEqF42ZUD/T3bkynW/wtgx2p/XCP55WEsb+VosKceRSd6njipdZvNogqdtI4Q0chw==
484464
dependencies:
485465
"@babel/helper-module-transforms" "^7.23.3"
486-
"@babel/helper-plugin-utils" "^7.22.5"
466+
"@babel/helper-plugin-utils" "^7.24.0"
487467
"@babel/helper-simple-access" "^7.22.5"
488468

489469
"@babel/plugin-transform-parameters@^7.20.7":
@@ -526,15 +506,15 @@
526506
"@babel/helper-annotate-as-pure" "^7.22.5"
527507
"@babel/helper-plugin-utils" "^7.24.0"
528508

529-
"@babel/plugin-transform-typescript@^7.23.3":
530-
version "7.23.3"
531-
resolved "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.23.3.tgz#ce806e6cb485d468c48c4f717696719678ab0138"
532-
integrity sha512-ogV0yWnq38CFwH20l2Afz0dfKuZBx9o/Y2Rmh5vuSS0YD1hswgEgTfyTzuSrT2q9btmHRSqYoSfwFUVaC1M1Jw==
509+
"@babel/plugin-transform-typescript@^7.24.1":
510+
version "7.24.4"
511+
resolved "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.24.4.tgz#03e0492537a4b953e491f53f2bc88245574ebd15"
512+
integrity sha512-79t3CQ8+oBGk/80SQ8MN3Bs3obf83zJ0YZjDmDaEZN8MqhMI760apl5z6a20kFeMXBwJX99VpKT8CKxEBp5H1g==
533513
dependencies:
534514
"@babel/helper-annotate-as-pure" "^7.22.5"
535-
"@babel/helper-create-class-features-plugin" "^7.22.15"
536-
"@babel/helper-plugin-utils" "^7.22.5"
537-
"@babel/plugin-syntax-typescript" "^7.23.3"
515+
"@babel/helper-create-class-features-plugin" "^7.24.4"
516+
"@babel/helper-plugin-utils" "^7.24.0"
517+
"@babel/plugin-syntax-typescript" "^7.24.1"
538518

539519
540520
version "7.24.1"
@@ -548,16 +528,16 @@
548528
"@babel/plugin-transform-react-jsx-development" "^7.22.5"
549529
"@babel/plugin-transform-react-pure-annotations" "^7.24.1"
550530

551-
"@babel/preset-typescript@7.23.3":
552-
version "7.23.3"
553-
resolved "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.23.3.tgz#14534b34ed5b6d435aa05f1ae1c5e7adcc01d913"
554-
integrity sha512-17oIGVlqz6CchO9RFYn5U6ZpWRZIngayYCtrPRSgANSwC2V1Jb+iP74nVxzzXJte8b8BYxrL1yY96xfhTBrNNQ==
531+
"@babel/preset-typescript@7.24.1":
532+
version "7.24.1"
533+
resolved "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.24.1.tgz#89bdf13a3149a17b3b2a2c9c62547f06db8845ec"
534+
integrity sha512-1DBaMmRDpuYQBPWD8Pf/WEwCrtgRHxsZnP4mIy9G/X+hFfbI47Q2G4t1Paakld84+qsk2fSsUPMKg71jkoOOaQ==
555535
dependencies:
556-
"@babel/helper-plugin-utils" "^7.22.5"
557-
"@babel/helper-validator-option" "^7.22.15"
558-
"@babel/plugin-syntax-jsx" "^7.23.3"
559-
"@babel/plugin-transform-modules-commonjs" "^7.23.3"
560-
"@babel/plugin-transform-typescript" "^7.23.3"
536+
"@babel/helper-plugin-utils" "^7.24.0"
537+
"@babel/helper-validator-option" "^7.23.5"
538+
"@babel/plugin-syntax-jsx" "^7.24.1"
539+
"@babel/plugin-transform-modules-commonjs" "^7.24.1"
540+
"@babel/plugin-transform-typescript" "^7.24.1"
561541

562542
"@babel/runtime@^7.1.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.21.0", "@babel/runtime@^7.23.2", "@babel/runtime@^7.9.2":
563543
version "7.23.2"
@@ -566,7 +546,7 @@
566546
dependencies:
567547
regenerator-runtime "^0.14.0"
568548

569-
"@babel/template@^7.18.6", "@babel/template@^7.22.15", "@babel/template@^7.22.5", "@babel/template@^7.24.0":
549+
"@babel/template@^7.18.6", "@babel/template@^7.22.15", "@babel/template@^7.24.0":
570550
version "7.24.0"
571551
resolved "https://registry.npmjs.org/@babel/template/-/template-7.24.0.tgz#c6a524aa93a4a05d66aaf31654258fae69d87d50"
572552
integrity sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==

0 commit comments

Comments
 (0)