diff options
Diffstat (limited to 'yarn.lock')
| -rw-r--r-- | yarn.lock | 1857 |
1 files changed, 832 insertions, 1025 deletions
| @@ -2,202 +2,182 @@ | |||
| 2 | # yarn lockfile v1 | 2 | # yarn lockfile v1 |
| 3 | 3 | ||
| 4 | 4 | ||
| 5 | "@ampproject/remapping@^2.2.0": | 5 | "@babel/code-frame@^7.28.6", "@babel/code-frame@^7.29.0": |
| 6 | version "2.3.0" | 6 | version "7.29.0" |
| 7 | resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.3.0.tgz#ed441b6fa600072520ce18b43d2c8cc8caecc7f4" | 7 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.29.0.tgz#7cd7a59f15b3cc0dcd803038f7792712a7d0b15c" |
| 8 | integrity sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw== | 8 | integrity sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw== |
| 9 | dependencies: | 9 | dependencies: |
| 10 | "@jridgewell/gen-mapping" "^0.3.5" | 10 | "@babel/helper-validator-identifier" "^7.28.5" |
| 11 | "@jridgewell/trace-mapping" "^0.3.24" | 11 | js-tokens "^4.0.0" |
| 12 | 12 | picocolors "^1.1.1" | |
| 13 | "@babel/code-frame@^7.24.7": | 13 | |
| 14 | version "7.24.7" | 14 | "@babel/compat-data@^7.28.6": |
| 15 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.7.tgz#882fd9e09e8ee324e496bd040401c6f046ef4465" | 15 | version "7.29.0" |
| 16 | integrity sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA== | 16 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.0.tgz#00d03e8c0ac24dd9be942c5370990cbe1f17d88d" |
| 17 | dependencies: | 17 | integrity sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg== |
| 18 | "@babel/highlight" "^7.24.7" | 18 | |
| 19 | picocolors "^1.0.0" | 19 | "@babel/core@^7.2.2": |
| 20 | 20 | version "7.29.0" | |
| 21 | "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.25.2": | 21 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.29.0.tgz#5286ad785df7f79d656e88ce86e650d16ca5f322" |
| 22 | version "7.25.4" | 22 | integrity sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA== |
| 23 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.4.tgz#7d2a80ce229890edcf4cc259d4d696cb4dae2fcb" | 23 | dependencies: |
| 24 | integrity sha512-+LGRog6RAsCJrrrg/IO6LGmpphNe5DiK30dGjCoxxeGv49B10/3XYGxPsAwrDlMFcFEvdAUavDT8r9k/hSyQqQ== | 24 | "@babel/code-frame" "^7.29.0" |
| 25 | 25 | "@babel/generator" "^7.29.0" | |
| 26 | "@babel/core@^7.2.2", "@babel/core@^7.24.5": | 26 | "@babel/helper-compilation-targets" "^7.28.6" |
| 27 | version "7.25.2" | 27 | "@babel/helper-module-transforms" "^7.28.6" |
| 28 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.2.tgz#ed8eec275118d7613e77a352894cd12ded8eba77" | 28 | "@babel/helpers" "^7.28.6" |
| 29 | integrity sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA== | 29 | "@babel/parser" "^7.29.0" |
| 30 | dependencies: | 30 | "@babel/template" "^7.28.6" |
| 31 | "@ampproject/remapping" "^2.2.0" | 31 | "@babel/traverse" "^7.29.0" |
| 32 | "@babel/code-frame" "^7.24.7" | 32 | "@babel/types" "^7.29.0" |
| 33 | "@babel/generator" "^7.25.0" | 33 | "@jridgewell/remapping" "^2.3.5" |
| 34 | "@babel/helper-compilation-targets" "^7.25.2" | ||
| 35 | "@babel/helper-module-transforms" "^7.25.2" | ||
| 36 | "@babel/helpers" "^7.25.0" | ||
| 37 | "@babel/parser" "^7.25.0" | ||
| 38 | "@babel/template" "^7.25.0" | ||
| 39 | "@babel/traverse" "^7.25.2" | ||
| 40 | "@babel/types" "^7.25.2" | ||
| 41 | convert-source-map "^2.0.0" | 34 | convert-source-map "^2.0.0" |
| 42 | debug "^4.1.0" | 35 | debug "^4.1.0" |
| 43 | gensync "^1.0.0-beta.2" | 36 | gensync "^1.0.0-beta.2" |
| 44 | json5 "^2.2.3" | 37 | json5 "^2.2.3" |
| 45 | semver "^6.3.1" | 38 | semver "^6.3.1" |
| 46 | 39 | ||
| 47 | "@babel/generator@^7.25.0", "@babel/generator@^7.25.6": | 40 | "@babel/generator@^7.29.0": |
| 48 | version "7.25.6" | 41 | version "7.29.1" |
| 49 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.6.tgz#0df1ad8cb32fe4d2b01d8bf437f153d19342a87c" | 42 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.29.1.tgz#d09876290111abbb00ef962a7b83a5307fba0d50" |
| 50 | integrity sha512-VPC82gr1seXOpkjAAKoLhP50vx4vGNlF4msF64dSFq1P8RfB+QAuJWGHPXXPc8QyfVWwwB/TNNU4+ayZmHNbZw== | 43 | integrity sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw== |
| 51 | dependencies: | 44 | dependencies: |
| 52 | "@babel/types" "^7.25.6" | 45 | "@babel/parser" "^7.29.0" |
| 53 | "@jridgewell/gen-mapping" "^0.3.5" | 46 | "@babel/types" "^7.29.0" |
| 54 | "@jridgewell/trace-mapping" "^0.3.25" | 47 | "@jridgewell/gen-mapping" "^0.3.12" |
| 55 | jsesc "^2.5.1" | 48 | "@jridgewell/trace-mapping" "^0.3.28" |
| 49 | jsesc "^3.0.2" | ||
| 56 | 50 | ||
| 57 | "@babel/helper-annotate-as-pure@^7.24.7": | 51 | "@babel/helper-annotate-as-pure@^7.27.3": |
| 58 | version "7.24.7" | 52 | version "7.27.3" |
| 59 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.7.tgz#5373c7bc8366b12a033b4be1ac13a206c6656aab" | 53 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz#f31fd86b915fc4daf1f3ac6976c59be7084ed9c5" |
| 60 | integrity sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg== | 54 | integrity sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg== |
| 61 | dependencies: | 55 | dependencies: |
| 62 | "@babel/types" "^7.24.7" | 56 | "@babel/types" "^7.27.3" |
| 63 | 57 | ||
| 64 | "@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.25.2": | 58 | "@babel/helper-compilation-targets@^7.28.6": |
| 65 | version "7.25.2" | 59 | version "7.28.6" |
| 66 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz#e1d9410a90974a3a5a66e84ff55ef62e3c02d06c" | 60 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz#32c4a3f41f12ed1532179b108a4d746e105c2b25" |
| 67 | integrity sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw== | 61 | integrity sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA== |
| 68 | dependencies: | 62 | dependencies: |
| 69 | "@babel/compat-data" "^7.25.2" | 63 | "@babel/compat-data" "^7.28.6" |
| 70 | "@babel/helper-validator-option" "^7.24.8" | 64 | "@babel/helper-validator-option" "^7.27.1" |
| 71 | browserslist "^4.23.1" | 65 | browserslist "^4.24.0" |
| 72 | lru-cache "^5.1.1" | 66 | lru-cache "^5.1.1" |
| 73 | semver "^6.3.1" | 67 | semver "^6.3.1" |
| 74 | 68 | ||
| 75 | "@babel/helper-create-class-features-plugin@^7.18.6": | 69 | "@babel/helper-create-class-features-plugin@^7.18.6": |
| 76 | version "7.25.4" | 70 | version "7.28.6" |
| 77 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.4.tgz#57eaf1af38be4224a9d9dd01ddde05b741f50e14" | 71 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.6.tgz#611ff5482da9ef0db6291bcd24303400bca170fb" |
| 78 | integrity sha512-ro/bFs3/84MDgDmMwbcHgDa8/E6J3QKNTk4xJJnVeFtGE+tL0K26E3pNxhYz2b67fJpt7Aphw5XcploKXuCvCQ== | 72 | integrity sha512-dTOdvsjnG3xNT9Y0AUg1wAl38y+4Rl4sf9caSQZOXdNqVn+H+HbbJ4IyyHaIqNR6SW9oJpA/RuRjsjCw2IdIow== |
| 79 | dependencies: | 73 | dependencies: |
| 80 | "@babel/helper-annotate-as-pure" "^7.24.7" | 74 | "@babel/helper-annotate-as-pure" "^7.27.3" |
| 81 | "@babel/helper-member-expression-to-functions" "^7.24.8" | 75 | "@babel/helper-member-expression-to-functions" "^7.28.5" |
| 82 | "@babel/helper-optimise-call-expression" "^7.24.7" | 76 | "@babel/helper-optimise-call-expression" "^7.27.1" |
| 83 | "@babel/helper-replace-supers" "^7.25.0" | 77 | "@babel/helper-replace-supers" "^7.28.6" |
| 84 | "@babel/helper-skip-transparent-expression-wrappers" "^7.24.7" | 78 | "@babel/helper-skip-transparent-expression-wrappers" "^7.27.1" |
| 85 | "@babel/traverse" "^7.25.4" | 79 | "@babel/traverse" "^7.28.6" |
| 86 | semver "^6.3.1" | 80 | semver "^6.3.1" |
| 87 | 81 | ||
| 88 | "@babel/helper-define-polyfill-provider@^0.6.2": | 82 | "@babel/helper-define-polyfill-provider@^0.6.5", "@babel/helper-define-polyfill-provider@^0.6.8": |
| 89 | version "0.6.2" | 83 | version "0.6.8" |
| 90 | resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz#18594f789c3594acb24cfdb4a7f7b7d2e8bd912d" | 84 | resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.8.tgz#cf1e4462b613f2b54c41e6ff758d5dfcaa2c85d1" |
| 91 | integrity sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ== | 85 | integrity sha512-47UwBLPpQi1NoWzLuHNjRoHlYXMwIJoBf7MFou6viC/sIHWYygpvr0B6IAyh5sBdA2nr2LPIRww8lfaUVQINBA== |
| 92 | dependencies: | 86 | dependencies: |
| 93 | "@babel/helper-compilation-targets" "^7.22.6" | 87 | "@babel/helper-compilation-targets" "^7.28.6" |
| 94 | "@babel/helper-plugin-utils" "^7.22.5" | 88 | "@babel/helper-plugin-utils" "^7.28.6" |
| 95 | debug "^4.1.1" | 89 | debug "^4.4.3" |
| 96 | lodash.debounce "^4.0.8" | 90 | lodash.debounce "^4.0.8" |
| 97 | resolve "^1.14.2" | 91 | resolve "^1.22.11" |
| 98 | 92 | ||
| 99 | "@babel/helper-member-expression-to-functions@^7.24.8": | 93 | "@babel/helper-globals@^7.28.0": |
| 100 | version "7.24.8" | 94 | version "7.28.0" |
| 101 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.8.tgz#6155e079c913357d24a4c20480db7c712a5c3fb6" | 95 | resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz#b9430df2aa4e17bc28665eadeae8aa1d985e6674" |
| 102 | integrity sha512-LABppdt+Lp/RlBxqrh4qgf1oEH/WxdzQNDJIu5gC/W1GyvPVrOBiItmmM8wan2fm4oYqFuFfkXmlGpLQhPY8CA== | 96 | integrity sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw== |
| 103 | dependencies: | 97 | |
| 104 | "@babel/traverse" "^7.24.8" | 98 | "@babel/helper-member-expression-to-functions@^7.28.5": |
| 105 | "@babel/types" "^7.24.8" | 99 | version "7.28.5" |
| 106 | 100 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz#f3e07a10be37ed7a63461c63e6929575945a6150" | |
| 107 | "@babel/helper-module-imports@^7.24.7": | 101 | integrity sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg== |
| 108 | version "7.24.7" | 102 | dependencies: |
| 109 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz#f2f980392de5b84c3328fc71d38bd81bbb83042b" | 103 | "@babel/traverse" "^7.28.5" |
| 110 | integrity sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA== | 104 | "@babel/types" "^7.28.5" |
| 111 | dependencies: | 105 | |
| 112 | "@babel/traverse" "^7.24.7" | 106 | "@babel/helper-module-imports@^7.28.6": |
| 113 | "@babel/types" "^7.24.7" | 107 | version "7.28.6" |
| 114 | 108 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz#60632cbd6ffb70b22823187201116762a03e2d5c" | |
| 115 | "@babel/helper-module-transforms@^7.25.2": | 109 | integrity sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw== |
| 116 | version "7.25.2" | 110 | dependencies: |
| 117 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz#ee713c29768100f2776edf04d4eb23b8d27a66e6" | 111 | "@babel/traverse" "^7.28.6" |
| 118 | integrity sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ== | 112 | "@babel/types" "^7.28.6" |
| 119 | dependencies: | 113 | |
| 120 | "@babel/helper-module-imports" "^7.24.7" | 114 | "@babel/helper-module-transforms@^7.28.6": |
| 121 | "@babel/helper-simple-access" "^7.24.7" | 115 | version "7.28.6" |
| 122 | "@babel/helper-validator-identifier" "^7.24.7" | 116 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz#9312d9d9e56edc35aeb6e95c25d4106b50b9eb1e" |
| 123 | "@babel/traverse" "^7.25.2" | 117 | integrity sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA== |
| 124 | 118 | dependencies: | |
| 125 | "@babel/helper-optimise-call-expression@^7.24.7": | 119 | "@babel/helper-module-imports" "^7.28.6" |
| 126 | version "7.24.7" | 120 | "@babel/helper-validator-identifier" "^7.28.5" |
| 127 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.7.tgz#8b0a0456c92f6b323d27cfd00d1d664e76692a0f" | 121 | "@babel/traverse" "^7.28.6" |
| 128 | integrity sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A== | 122 | |
| 129 | dependencies: | 123 | "@babel/helper-optimise-call-expression@^7.27.1": |
| 130 | "@babel/types" "^7.24.7" | 124 | version "7.27.1" |
| 131 | 125 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz#c65221b61a643f3e62705e5dd2b5f115e35f9200" | |
| 132 | "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.24.7", "@babel/helper-plugin-utils@^7.24.8": | 126 | integrity sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw== |
| 133 | version "7.24.8" | 127 | dependencies: |
| 134 | resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.8.tgz#94ee67e8ec0e5d44ea7baeb51e571bd26af07878" | 128 | "@babel/types" "^7.27.1" |
| 135 | integrity sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg== | 129 | |
| 136 | 130 | "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.28.6": | |
| 137 | "@babel/helper-replace-supers@^7.25.0": | 131 | version "7.28.6" |
| 138 | version "7.25.0" | ||
