Skip to content

Commit c0ed68d

Browse files
committed
yarn.lock
1 parent d75740c commit c0ed68d

File tree

1 file changed

+85
-2
lines changed

1 file changed

+85
-2
lines changed

yarn.lock

Lines changed: 85 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,13 @@
313313
dependencies:
314314
"@babel/types" "^7.25.9"
315315

316+
"@babel/helper-annotate-as-pure@^7.27.1":
317+
version "7.27.1"
318+
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.1.tgz#4345d81a9a46a6486e24d069469f13e60445c05d"
319+
integrity sha512-WnuuDILl9oOBbKnb4L+DyODx7iC47XfzmNCpTttFsSp6hTG7XZxu60+4IO+2/hPfcGOoKbFiwoI/+zwARbNQow==
320+
dependencies:
321+
"@babel/types" "^7.27.1"
322+
316323
"@babel/helper-builder-binary-assignment-operator-visitor@^7.22.5":
317324
version "7.22.5"
318325
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.5.tgz#a3f4758efdd0190d8927fcffd261755937c71878"
@@ -394,6 +401,19 @@
394401
"@babel/traverse" "^7.27.0"
395402
semver "^6.3.1"
396403

404+
"@babel/helper-create-class-features-plugin@^7.27.1":
405+
version "7.27.1"
406+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.27.1.tgz#5bee4262a6ea5ddc852d0806199eb17ca3de9281"
407+
integrity sha512-QwGAmuvM17btKU5VqXfb+Giw4JcN0hjuufz3DYnpeVDvZLAObloM77bhMXiqry3Iio+Ai4phVRDwl6WU10+r5A==
408+
dependencies:
409+
"@babel/helper-annotate-as-pure" "^7.27.1"
410+
"@babel/helper-member-expression-to-functions" "^7.27.1"
411+
"@babel/helper-optimise-call-expression" "^7.27.1"
412+
"@babel/helper-replace-supers" "^7.27.1"
413+
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
414+
"@babel/traverse" "^7.27.1"
415+
semver "^6.3.1"
416+
397417
"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.22.5":
398418
version "7.22.9"
399419
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.9.tgz#9d8e61a8d9366fe66198f57c40565663de0825f6"
@@ -457,6 +477,14 @@
457477
"@babel/traverse" "^7.25.9"
458478
"@babel/types" "^7.25.9"
459479

480+
"@babel/helper-member-expression-to-functions@^7.27.1":
481+
version "7.27.1"
482+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz#ea1211276be93e798ce19037da6f06fbb994fa44"
483+
integrity sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA==
484+
dependencies:
485+
"@babel/traverse" "^7.27.1"
486+
"@babel/types" "^7.27.1"
487+
460488
"@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.18.6", "@babel/helper-module-imports@^7.22.15", "@babel/helper-module-imports@^7.22.5":
461489
version "7.22.15"
462490
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz#16146307acdc40cc00c3b2c647713076464bdbf0"
@@ -513,6 +541,13 @@
513541
dependencies:
514542
"@babel/types" "^7.25.9"
515543

544+
"@babel/helper-optimise-call-expression@^7.27.1":
545+
version "7.27.1"
546+
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz#c65221b61a643f3e62705e5dd2b5f115e35f9200"
547+
integrity sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==
548+
dependencies:
549+
"@babel/types" "^7.27.1"
550+
516551
"@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.19.0", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
517552
version "7.22.5"
518553
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz#dd7ee3735e8a313b9f7b05a773d892e88e6d7295"
@@ -528,6 +563,11 @@
528563
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.26.5.tgz#18580d00c9934117ad719392c4f6585c9333cc35"
529564
integrity sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==
530565

566+
"@babel/helper-plugin-utils@^7.27.1":
567+
version "7.27.1"
568+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz#ddb2f876534ff8013e6c2b299bf4d39b3c51d44c"
569+
integrity sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==
570+
531571
"@babel/helper-remap-async-to-generator@^7.22.5":
532572
version "7.22.9"
533573
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.9.tgz#53a25b7484e722d7efb9c350c75c032d4628de82"
@@ -564,6 +604,15 @@
564604
"@babel/helper-optimise-call-expression" "^7.25.9"
565605
"@babel/traverse" "^7.26.5"
566606

607+
"@babel/helper-replace-supers@^7.27.1":
608+
version "7.27.1"
609+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz#b1ed2d634ce3bdb730e4b52de30f8cccfd692bc0"
610+
integrity sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==
611+
dependencies:
612+
"@babel/helper-member-expression-to-functions" "^7.27.1"
613+
"@babel/helper-optimise-call-expression" "^7.27.1"
614+
"@babel/traverse" "^7.27.1"
615+
567616
"@babel/helper-simple-access@^7.22.5":
568617
version "7.22.5"
569618
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz#4938357dc7d782b80ed6dbb03a0fba3d22b1d5de"
@@ -587,6 +636,14 @@
587636
"@babel/traverse" "^7.25.9"
588637
"@babel/types" "^7.25.9"
589638

639+
"@babel/helper-skip-transparent-expression-wrappers@^7.27.1":
640+
version "7.27.1"
641+
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz#62bb91b3abba8c7f1fec0252d9dbea11b3ee7a56"
642+
integrity sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==
643+
dependencies:
644+
"@babel/traverse" "^7.27.1"
645+
"@babel/types" "^7.27.1"
646+
590647
"@babel/helper-split-export-declaration@^7.22.6":
591648
version "7.24.5"
592649
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.5.tgz#b9a67f06a46b0b339323617c8c6213b9055a78b6"
@@ -609,6 +666,11 @@
609666
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
610667
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
611668

669+
"@babel/helper-string-parser@^7.27.1":
670+
version "7.27.1"
671+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
672+
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
673+
612674
"@babel/helper-validator-identifier@^7.22.20", "@babel/helper-validator-identifier@^7.22.5", "@babel/helper-validator-identifier@^7.24.7":
613675
version "7.24.7"
614676
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db"
@@ -619,6 +681,11 @@
619681
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
620682
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
621683

684+
"@babel/helper-validator-identifier@^7.27.1":
685+
version "7.27.1"
686+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
687+
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
688+
622689
"@babel/helper-validator-option@^7.18.6", "@babel/helper-validator-option@^7.21.0", "@babel/helper-validator-option@^7.22.5", "@babel/helper-validator-option@^7.23.5":
623690
version "7.23.5"
624691
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz#907a3fbd4523426285365d1206c423c4c5520307"
@@ -946,6 +1013,14 @@
9461013
"@babel/helper-plugin-utils" "^7.22.5"
9471014
"@babel/plugin-syntax-class-static-block" "^7.14.5"
9481015

1016+
"@babel/plugin-transform-class-static-block@^7.27.1":
1017+
version "7.27.1"
1018+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.27.1.tgz#7e920d5625b25bbccd3061aefbcc05805ed56ce4"
1019+
integrity sha512-s734HmYU78MVzZ++joYM+NkJusItbdRcbm+AGRgJCt3iA+yux0QpD9cBVdz3tKyrjVYWRl7j0mHSmv4lhV0aoA==
1020+
dependencies:
1021+
"@babel/helper-create-class-features-plugin" "^7.27.1"
1022+
"@babel/helper-plugin-utils" "^7.27.1"
1023+
9491024
"@babel/plugin-transform-classes@^7.22.6":
9501025
version "7.22.6"
9511026
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.22.6.tgz#e04d7d804ed5b8501311293d1a0e6d43e94c3363"
@@ -1534,7 +1609,7 @@
15341609
"@babel/parser" "^7.25.0"
15351610
"@babel/types" "^7.25.0"
15361611

1537-
"@babel/traverse@^7.16.8", "@babel/traverse@^7.23.2", "@babel/traverse@^7.23.7", "@babel/traverse@^7.24.7", "@babel/traverse@^7.24.8", "@babel/traverse@^7.25.0", "@babel/traverse@^7.25.9", "@babel/traverse@^7.26.10", "@babel/traverse@^7.26.5", "@babel/traverse@^7.27.0", "@babel/traverse@^7.7.2":
1612+
"@babel/traverse@^7.16.8", "@babel/traverse@^7.23.2", "@babel/traverse@^7.23.7", "@babel/traverse@^7.24.7", "@babel/traverse@^7.24.8", "@babel/traverse@^7.25.0", "@babel/traverse@^7.25.9", "@babel/traverse@^7.26.10", "@babel/traverse@^7.26.5", "@babel/traverse@^7.27.0", "@babel/traverse@^7.27.1", "@babel/traverse@^7.7.2":
15381613
version "7.27.0"
15391614
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.0.tgz#11d7e644779e166c0442f9a07274d02cd91d4a70"
15401615
integrity sha512-19lYZFzYVQkkHkl4Cy4WrAVcqBkgvV2YM2TU3xG6DIwO7O3ecbDPfW3yM3bjAGcqcQHi+CCtjMR3dIEHxsd6bA==
@@ -1581,6 +1656,14 @@
15811656
"@babel/helper-string-parser" "^7.25.9"
15821657
"@babel/helper-validator-identifier" "^7.25.9"
15831658

1659+
"@babel/types@^7.27.1":
1660+
version "7.27.1"
1661+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.1.tgz#9defc53c16fc899e46941fc6901a9eea1c9d8560"
1662+
integrity sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q==
1663+
dependencies:
1664+
"@babel/helper-string-parser" "^7.27.1"
1665+
"@babel/helper-validator-identifier" "^7.27.1"
1666+
15841667
"@bcoe/v8-coverage@^0.2.3":
15851668
version "0.2.3"
15861669
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -14246,7 +14329,7 @@ monaco-editor-webpack-plugin@^7.0.1:
1424614329
dependencies:
1424714330
loader-utils "^2.0.2"
1424814331

14249-
monaco-editor@0.47.0, monaco-editor@^0.39.0, monaco-editor@^0.47, monaco-editor@^0.52.2:
14332+
monaco-editor@0.47.0, monaco-editor@^0.39.0, monaco-editor@^0.47, monaco-editor@^0.47.0, monaco-editor@^0.52.2:
1425014333
version "0.47.0"
1425114334
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.47.0.tgz#39865d67e0c9fb8c6b49e760bf9caf6a6650d28e"
1425214335
integrity sha512-VabVvHvQ9QmMwXu4du008ZDuyLnHs9j7ThVFsiJoXSOQk18+LF89N4ADzPbFenm0W4V2bGHnFBztIRQTgBfxzw==

0 commit comments

Comments
 (0)