|
23 | 23 | "@babel/highlight" "^7.22.13"
|
24 | 24 | chalk "^2.4.2"
|
25 | 25 |
|
| 26 | +"@babel/code-frame@^7.24.1": |
| 27 | + version "7.24.2" |
| 28 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.2.tgz#718b4b19841809a58b29b68cde80bc5e1aa6d9ae" |
| 29 | + integrity sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ== |
| 30 | + dependencies: |
| 31 | + "@babel/highlight" "^7.24.2" |
| 32 | + picocolors "^1.0.0" |
| 33 | + |
26 | 34 | "@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.22.9":
|
27 | 35 | version "7.22.20"
|
28 | 36 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.20.tgz#8df6e96661209623f1975d66c35ffca66f3306d0"
|
|
59 | 67 | "@jridgewell/trace-mapping" "^0.3.17"
|
60 | 68 | jsesc "^2.5.1"
|
61 | 69 |
|
| 70 | +"@babel/generator@^7.24.1": |
| 71 | + version "7.24.1" |
| 72 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.1.tgz#e67e06f68568a4ebf194d1c6014235344f0476d0" |
| 73 | + integrity sha512-DfCRfZsBcrPEHUfuBMgbJ1Ut01Y/itOs+hY2nFLgqsqXd52/iSiVq5TITtUasIUgm+IIKdY2/1I7auiQOEeC9A== |
| 74 | + dependencies: |
| 75 | + "@babel/types" "^7.24.0" |
| 76 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 77 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 78 | + jsesc "^2.5.1" |
| 79 | + |
62 | 80 | "@babel/helper-annotate-as-pure@^7.22.5":
|
63 | 81 | version "7.22.5"
|
64 | 82 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
|
|
220 | 238 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
|
221 | 239 | integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
|
222 | 240 |
|
| 241 | +"@babel/helper-string-parser@^7.23.4": |
| 242 | + version "7.24.1" |
| 243 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz#f99c36d3593db9540705d0739a1f10b5e20c696e" |
| 244 | + integrity sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ== |
| 245 | + |
223 | 246 | "@babel/helper-validator-identifier@^7.22.20":
|
224 | 247 | version "7.22.20"
|
225 | 248 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
|
|
257 | 280 | chalk "^2.4.2"
|
258 | 281 | js-tokens "^4.0.0"
|
259 | 282 |
|
| 283 | +"@babel/highlight@^7.24.2": |
| 284 | + version "7.24.2" |
| 285 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.2.tgz#3f539503efc83d3c59080a10e6634306e0370d26" |
| 286 | + integrity sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA== |
| 287 | + dependencies: |
| 288 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 289 | + chalk "^2.4.2" |
| 290 | + js-tokens "^4.0.0" |
| 291 | + picocolors "^1.0.0" |
| 292 | + |
260 | 293 | "@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
|
261 | 294 | version "7.23.0"
|
262 | 295 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
|
263 | 296 | integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
|
264 | 297 |
|
| 298 | +"@babel/parser@^7.24.1": |
| 299 | + version "7.24.1" |
| 300 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.1.tgz#1e416d3627393fab1cb5b0f2f1796a100ae9133a" |
| 301 | + integrity sha512-Zo9c7N3xdOIQrNip7Lc9wvRPzlRtovHVE4lkz8WEDr7uYh/GMQhSiIgFxGIArRHYdJE5kxtZjAf8rT0xhdLCzg== |
| 302 | + |
265 | 303 | "@babel/plugin-external-helpers@^7.0.0":
|
266 | 304 | version "7.22.5"
|
267 | 305 | resolved "https://registry.yarnpkg.com/@babel/plugin-external-helpers/-/plugin-external-helpers-7.22.5.tgz#92b0705b74756123f289388320e0e12c407fdf9a"
|
|
716 | 754 | "@babel/types" "^7.22.15"
|
717 | 755 |
|
718 | 756 | "@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.23.0":
|
719 |
| - version "7.23.0" |
720 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.0.tgz#18196ddfbcf4ccea324b7f6d3ada00d8c5a99c53" |
721 |
| - integrity sha512-t/QaEvyIoIkwzpiZ7aoSKK8kObQYeF7T2v+dazAYCb8SXtp58zEVkWW7zAnju8FNKNdr4ScAOEDmMItbyOmEYw== |
| 757 | + version "7.24.1" |
| 758 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.1.tgz#d65c36ac9dd17282175d1e4a3c49d5b7988f530c" |
| 759 | + integrity sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ== |
722 | 760 | dependencies:
|
723 |
| - "@babel/code-frame" "^7.22.13" |
724 |
| - "@babel/generator" "^7.23.0" |
| 761 | + "@babel/code-frame" "^7.24.1" |
| 762 | + "@babel/generator" "^7.24.1" |
725 | 763 | "@babel/helper-environment-visitor" "^7.22.20"
|
726 | 764 | "@babel/helper-function-name" "^7.23.0"
|
727 | 765 | "@babel/helper-hoist-variables" "^7.22.5"
|
728 | 766 | "@babel/helper-split-export-declaration" "^7.22.6"
|
729 |
| - "@babel/parser" "^7.23.0" |
730 |
| - "@babel/types" "^7.23.0" |
731 |
| - debug "^4.1.0" |
| 767 | + "@babel/parser" "^7.24.1" |
| 768 | + "@babel/types" "^7.24.0" |
| 769 | + debug "^4.3.1" |
732 | 770 | globals "^11.1.0"
|
733 | 771 |
|
734 | 772 | "@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.3.3":
|
|
740 | 778 | "@babel/helper-validator-identifier" "^7.22.20"
|
741 | 779 | to-fast-properties "^2.0.0"
|
742 | 780 |
|
| 781 | +"@babel/types@^7.24.0": |
| 782 | + version "7.24.0" |
| 783 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.0.tgz#3b951f435a92e7333eba05b7566fd297960ea1bf" |
| 784 | + integrity sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w== |
| 785 | + dependencies: |
| 786 | + "@babel/helper-string-parser" "^7.23.4" |
| 787 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 788 | + to-fast-properties "^2.0.0" |
| 789 | + |
743 | 790 | "@bcoe/v8-coverage@^0.2.3":
|
744 | 791 | version "0.2.3"
|
745 | 792 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
1087 | 1134 | "@jridgewell/sourcemap-codec" "^1.4.10"
|
1088 | 1135 | "@jridgewell/trace-mapping" "^0.3.9"
|
1089 | 1136 |
|
| 1137 | +"@jridgewell/gen-mapping@^0.3.5": |
| 1138 | + version "0.3.5" |
| 1139 | + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz#dcce6aff74bdf6dad1a95802b69b04a2fcb1fb36" |
| 1140 | + integrity sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg== |
| 1141 | + dependencies: |
| 1142 | + "@jridgewell/set-array" "^1.2.1" |
| 1143 | + "@jridgewell/sourcemap-codec" "^1.4.10" |
| 1144 | + "@jridgewell/trace-mapping" "^0.3.24" |
| 1145 | + |
1090 | 1146 | "@jridgewell/resolve-uri@^3.1.0":
|
1091 | 1147 | version "3.1.1"
|
1092 | 1148 | resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721"
|
|
1097 | 1153 | resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
|
1098 | 1154 | integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==
|
1099 | 1155 |
|
| 1156 | +"@jridgewell/set-array@^1.2.1": |
| 1157 | + version "1.2.1" |
| 1158 | + resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.2.1.tgz#558fb6472ed16a4c850b889530e6b36438c49280" |
| 1159 | + integrity sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A== |
| 1160 | + |
1100 | 1161 | "@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14":
|
1101 | 1162 | version "1.4.15"
|
1102 | 1163 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
|
|
1110 | 1171 | "@jridgewell/resolve-uri" "^3.1.0"
|
1111 | 1172 | "@jridgewell/sourcemap-codec" "^1.4.14"
|
1112 | 1173 |
|
| 1174 | +"@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25": |
| 1175 | + version "0.3.25" |
| 1176 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#15f190e98895f3fc23276ee14bc76b675c2e50f0" |
| 1177 | + integrity sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ== |
| 1178 | + dependencies: |
| 1179 | + "@jridgewell/resolve-uri" "^3.1.0" |
| 1180 | + "@jridgewell/sourcemap-codec" "^1.4.14" |
| 1181 | + |
1113 | 1182 |
|
1114 | 1183 | version "2.1.5"
|
1115 | 1184 | resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
|
|
2656 | 2725 | dependencies:
|
2657 | 2726 | ms "2.0.0"
|
2658 | 2727 |
|
2659 |
| -debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.2, debug@^4.3.4: |
| 2728 | +debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4: |
2660 | 2729 | version "4.3.4"
|
2661 | 2730 | resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
|
2662 | 2731 | integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
|
|
0 commit comments