Skip to content

Commit f900c7f

Browse files
chore(deps-dev): bump @babel/plugin-proposal-decorators from 7.25.9 to 7.28.0 (#1138)
chore(deps-dev): bump @babel/plugin-proposal-decorators --- updated-dependencies: - dependency-name: "@babel/plugin-proposal-decorators" dependency-version: 7.28.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 41ee66c commit f900c7f

File tree

2 files changed

+66
-27
lines changed

2 files changed

+66
-27
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"devDependencies": {
4747
"@babel/core": "^7.28.0",
4848
"@babel/plugin-proposal-class-properties": "^7.18.6",
49-
"@babel/plugin-proposal-decorators": "^7.6.0",
49+
"@babel/plugin-proposal-decorators": "^7.28.0",
5050
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
5151
"@babel/plugin-proposal-private-methods": "^7.18.6",
5252
"@babel/plugin-transform-runtime": "^7.28.0",

yarn.lock

Lines changed: 65 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,13 @@
263263
dependencies:
264264
"@babel/types" "^7.25.9"
265265

266+
"@babel/helper-annotate-as-pure@^7.27.1":
267+
version "7.27.3"
268+
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz#f31fd86b915fc4daf1f3ac6976c59be7084ed9c5"
269+
integrity sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==
270+
dependencies:
271+
"@babel/types" "^7.27.3"
272+
266273
"@babel/helper-compilation-targets@^7.20.7", "@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.25.9", "@babel/helper-compilation-targets@^7.26.5", "@babel/helper-compilation-targets@^7.27.2":
267274
version "7.27.2"
268275
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz#46a0f6efab808d51d29ce96858dd10ce8732733d"
@@ -274,17 +281,17 @@
274281
lru-cache "^5.1.1"
275282
semver "^6.3.1"
276283

277-
"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.25.9":
278-
version "7.26.9"
279-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.26.9.tgz#d6f83e3039547fbb39967e78043cd3c8b7820c71"
280-
integrity sha512-ubbUqCofvxPRurw5L8WTsCLSkQiVpov4Qx0WMA+jUN+nXBK8ADPlJO1grkFw5CWKC5+sZSOfuGMdX1aI1iT9Sg==
281-
dependencies:
282-
"@babel/helper-annotate-as-pure" "^7.25.9"
283-
"@babel/helper-member-expression-to-functions" "^7.25.9"
284-
"@babel/helper-optimise-call-expression" "^7.25.9"
285-
"@babel/helper-replace-supers" "^7.26.5"
286-
"@babel/helper-skip-transparent-expression-wrappers" "^7.25.9"
287-
"@babel/traverse" "^7.26.9"
284+
"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.25.9", "@babel/helper-create-class-features-plugin@^7.27.1":
285+
version "7.27.1"
286+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.27.1.tgz#5bee4262a6ea5ddc852d0806199eb17ca3de9281"
287+
integrity sha512-QwGAmuvM17btKU5VqXfb+Giw4JcN0hjuufz3DYnpeVDvZLAObloM77bhMXiqry3Iio+Ai4phVRDwl6WU10+r5A==
288+
dependencies:
289+
"@babel/helper-annotate-as-pure" "^7.27.1"
290+
"@babel/helper-member-expression-to-functions" "^7.27.1"
291+
"@babel/helper-optimise-call-expression" "^7.27.1"
292+
"@babel/helper-replace-supers" "^7.27.1"
293+
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
294+
"@babel/traverse" "^7.27.1"
288295
semver "^6.3.1"
289296

290297
"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.25.9":
@@ -331,6 +338,14 @@
331338
"@babel/traverse" "^7.25.9"
332339
"@babel/types" "^7.25.9"
333340

341+
"@babel/helper-member-expression-to-functions@^7.27.1":
342+
version "7.27.1"
343+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz#ea1211276be93e798ce19037da6f06fbb994fa44"
344+
integrity sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA==
345+
dependencies:
346+
"@babel/traverse" "^7.27.1"
347+
"@babel/types" "^7.27.1"
348+
334349
"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.25.9", "@babel/helper-module-imports@^7.27.1":
335350
version "7.27.1"
336351
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz#7ef769a323e2655e126673bb6d2d6913bbead204"
@@ -355,6 +370,13 @@
355370
dependencies:
356371
"@babel/types" "^7.25.9"
357372

373+
"@babel/helper-optimise-call-expression@^7.27.1":
374+
version "7.27.1"
375+
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz#c65221b61a643f3e62705e5dd2b5f115e35f9200"
376+
integrity sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==
377+
dependencies:
378+
"@babel/types" "^7.27.1"
379+
358380
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.25.9", "@babel/helper-plugin-utils@^7.26.5", "@babel/helper-plugin-utils@^7.27.1", "@babel/helper-plugin-utils@^7.8.0":
359381
version "7.27.1"
360382
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz#ddb2f876534ff8013e6c2b299bf4d39b3c51d44c"
@@ -369,7 +391,7 @@
369391
"@babel/helper-wrap-function" "^7.25.9"
370392
"@babel/traverse" "^7.25.9"
371393

372-
"@babel/helper-replace-supers@^7.25.9", "@babel/helper-replace-supers@^7.26.5":
394+
"@babel/helper-replace-supers@^7.25.9":
373395
version "7.26.5"
374396
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.26.5.tgz#6cb04e82ae291dae8e72335dfe438b0725f14c8d"
375397
integrity sha512-bJ6iIVdYX1YooY2X7w1q6VITt+LnUILtNk7zT78ykuwStx8BauCzxvFqFaHjOpW1bVnSUM1PN1f0p5P21wHxvg==
@@ -378,6 +400,15 @@
378400
"@babel/helper-optimise-call-expression" "^7.25.9"
379401
"@babel/traverse" "^7.26.5"
380402

403+
"@babel/helper-replace-supers@^7.27.1":
404+
version "7.27.1"
405+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz#b1ed2d634ce3bdb730e4b52de30f8cccfd692bc0"
406+
integrity sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==
407+
dependencies:
408+
"@babel/helper-member-expression-to-functions" "^7.27.1"
409+
"@babel/helper-optimise-call-expression" "^7.27.1"
410+
"@babel/traverse" "^7.27.1"
411+
381412
"@babel/helper-skip-transparent-expression-wrappers@^7.20.0", "@babel/helper-skip-transparent-expression-wrappers@^7.25.9":
382413
version "7.25.9"
383414
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.9.tgz#0b2e1b62d560d6b1954893fd2b705dc17c91f0c9"
@@ -386,6 +417,14 @@
386417
"@babel/traverse" "^7.25.9"
387418
"@babel/types" "^7.25.9"
388419

420+
"@babel/helper-skip-transparent-expression-wrappers@^7.27.1":
421+
version "7.27.1"
422+
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz#62bb91b3abba8c7f1fec0252d9dbea11b3ee7a56"
423+
integrity sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==
424+
dependencies:
425+
"@babel/traverse" "^7.27.1"
426+
"@babel/types" "^7.27.1"
427+
389428
"@babel/helper-string-parser@^7.27.1":
390429
version "7.27.1"
391430
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
@@ -492,14 +531,14 @@
492531
"@babel/helper-create-class-features-plugin" "^7.18.6"
493532
"@babel/helper-plugin-utils" "^7.18.6"
494533

495-
"@babel/plugin-proposal-decorators@^7.6.0":
496-
version "7.25.9"
497-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.25.9.tgz#8680707f943d1a3da2cd66b948179920f097e254"
498-
integrity sha512-smkNLL/O1ezy9Nhy4CNosc4Va+1wo5w4gzSZeLe6y6dM4mmHfYOCPolXQPHQxonZCF+ZyebxN9vqOolkYrSn5g==
534+
"@babel/plugin-proposal-decorators@^7.28.0":
535+
version "7.28.0"
536+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.28.0.tgz#419c8acc31088e05a774344c021800f7ddc39bf0"
537+
integrity sha512-zOiZqvANjWDUaUS9xMxbMcK/Zccztbe/6ikvUXaG9nsPH3w6qh5UaPGAnirI/WhIbZ8m3OHU0ReyPrknG+ZKeg==
499538
dependencies:
500-
"@babel/helper-create-class-features-plugin" "^7.25.9"
501-
"@babel/helper-plugin-utils" "^7.25.9"
502-
"@babel/plugin-syntax-decorators" "^7.25.9"
539+
"@babel/helper-create-class-features-plugin" "^7.27.1"
540+
"@babel/helper-plugin-utils" "^7.27.1"
541+
"@babel/plugin-syntax-decorators" "^7.27.1"
503542

504543
"@babel/plugin-proposal-nullish-coalescing-operator@^7.18.6":
505544
version "7.18.6"
@@ -578,12 +617,12 @@
578617
dependencies:
579618
"@babel/helper-plugin-utils" "^7.14.5"
580619

581-
"@babel/plugin-syntax-decorators@^7.25.9":
582-
version "7.25.9"
583-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.25.9.tgz#986b4ca8b7b5df3f67cee889cedeffc2e2bf14b3"
584-
integrity sha512-ryzI0McXUPJnRCvMo4lumIKZUzhYUO/ScI+Mz4YVaTLt04DHNSjEUjKVvbzQjZFLuod/cYEc07mJWhzl6v4DPg==
620+
"@babel/plugin-syntax-decorators@^7.27.1":
621+
version "7.27.1"
622+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.27.1.tgz#ee7dd9590aeebc05f9d4c8c0560007b05979a63d"
623+
integrity sha512-YMq8Z87Lhl8EGkmb0MwYkt36QnxC+fzCgrl66ereamPlYToRpIk5nUjKUY3QKLWq8mwUB1BgbeXcTJhZOCDg5A==
585624
dependencies:
586-
"@babel/helper-plugin-utils" "^7.25.9"
625+
"@babel/helper-plugin-utils" "^7.27.1"
587626

588627
"@babel/plugin-syntax-dynamic-import@^7.8.3":
589628
version "7.8.3"
@@ -1284,7 +1323,7 @@
12841323
"@babel/parser" "^7.27.2"
12851324
"@babel/types" "^7.27.1"
12861325

1287-
"@babel/traverse@^7.14.0", "@babel/traverse@^7.16.8", "@babel/traverse@^7.20.13", "@babel/traverse@^7.25.9", "@babel/traverse@^7.26.5", "@babel/traverse@^7.26.8", "@babel/traverse@^7.26.9", "@babel/traverse@^7.27.1", "@babel/traverse@^7.27.3", "@babel/traverse@^7.28.0":
1326+
"@babel/traverse@^7.14.0", "@babel/traverse@^7.16.8", "@babel/traverse@^7.20.13", "@babel/traverse@^7.25.9", "@babel/traverse@^7.26.5", "@babel/traverse@^7.26.8", "@babel/traverse@^7.27.1", "@babel/traverse@^7.27.3", "@babel/traverse@^7.28.0":
12881327
version "7.28.0"
12891328
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.0.tgz#518aa113359b062042379e333db18380b537e34b"
12901329
integrity sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==
@@ -1297,7 +1336,7 @@
12971336
"@babel/types" "^7.28.0"
12981337
debug "^4.3.1"
12991338

1300-
"@babel/types@^7.0.0", "@babel/types@^7.16.8", "@babel/types@^7.20.7", "@babel/types@^7.25.9", "@babel/types@^7.27.1", "@babel/types@^7.28.0", "@babel/types@^7.28.2", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1339+
"@babel/types@^7.0.0", "@babel/types@^7.16.8", "@babel/types@^7.20.7", "@babel/types@^7.25.9", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.0", "@babel/types@^7.28.2", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
13011340
version "7.28.2"
13021341
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.2.tgz#da9db0856a9a88e0a13b019881d7513588cf712b"
13031342
integrity sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==

0 commit comments

Comments
 (0)