|
9 | 9 | dependencies: |
10 | 10 | "@babel/highlight" "^7.12.13" |
11 | 11 |
|
| 12 | +"@babel/code-frame@^7.22.13", "@babel/code-frame@^7.23.5": |
| 13 | + version "7.23.5" |
| 14 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.23.5.tgz#9009b69a8c602293476ad598ff53e4562e15c244" |
| 15 | + integrity sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA== |
| 16 | + dependencies: |
| 17 | + "@babel/highlight" "^7.23.4" |
| 18 | + chalk "^2.4.2" |
| 19 | + |
12 | 20 | "@babel/compat-data@^7.12.13": |
13 | 21 | version "7.12.13" |
14 | 22 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.13.tgz#27e19e0ed3726ccf54067ced4109501765e7e2e8" |
|
44 | 52 | jsesc "^2.5.1" |
45 | 53 | source-map "^0.5.0" |
46 | 54 |
|
| 55 | +"@babel/generator@^7.23.6": |
| 56 | + version "7.23.6" |
| 57 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.6.tgz#9e1fca4811c77a10580d17d26b57b036133f3c2e" |
| 58 | + integrity sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw== |
| 59 | + dependencies: |
| 60 | + "@babel/types" "^7.23.6" |
| 61 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 62 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 63 | + jsesc "^2.5.1" |
| 64 | + |
47 | 65 | "@babel/helper-annotate-as-pure@^7.12.13": |
48 | 66 | version "7.12.13" |
49 | 67 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz#0f58e86dfc4bb3b1fcd7db806570e177d439b6ab" |
|
88 | 106 | "@babel/helper-annotate-as-pure" "^7.12.13" |
89 | 107 | regexpu-core "^4.7.1" |
90 | 108 |
|
| 109 | +"@babel/helper-environment-visitor@^7.22.20": |
| 110 | + version "7.22.20" |
| 111 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 112 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 113 | + |
91 | 114 | "@babel/helper-explode-assignable-expression@^7.12.13": |
92 | 115 | version "7.12.13" |
93 | 116 | resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.12.13.tgz#0e46990da9e271502f77507efa4c9918d3d8634a" |
|
104 | 127 | "@babel/template" "^7.12.13" |
105 | 128 | "@babel/types" "^7.12.13" |
106 | 129 |
|
| 130 | +"@babel/helper-function-name@^7.23.0": |
| 131 | + version "7.23.0" |
| 132 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 133 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
| 134 | + dependencies: |
| 135 | + "@babel/template" "^7.22.15" |
| 136 | + "@babel/types" "^7.23.0" |
| 137 | + |
107 | 138 | "@babel/helper-get-function-arity@^7.12.13": |
108 | 139 | version "7.12.13" |
109 | 140 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583" |
|
118 | 149 | dependencies: |
119 | 150 | "@babel/types" "^7.12.13" |
120 | 151 |
|
| 152 | +"@babel/helper-hoist-variables@^7.22.5": |
| 153 | + version "7.22.5" |
| 154 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
| 155 | + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== |
| 156 | + dependencies: |
| 157 | + "@babel/types" "^7.22.5" |
| 158 | + |
121 | 159 | "@babel/helper-member-expression-to-functions@^7.12.13": |
122 | 160 | version "7.12.13" |
123 | 161 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.13.tgz#c5715695b4f8bab32660dbdcdc2341dec7e3df40" |
|
199 | 237 | dependencies: |
200 | 238 | "@babel/types" "^7.12.13" |
201 | 239 |
|
| 240 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 241 | + version "7.22.6" |
| 242 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 243 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
| 244 | + dependencies: |
| 245 | + "@babel/types" "^7.22.5" |
| 246 | + |
| 247 | +"@babel/helper-string-parser@^7.23.4": |
| 248 | + version "7.23.4" |
| 249 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83" |
| 250 | + integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ== |
| 251 | + |
202 | 252 | "@babel/helper-validator-identifier@^7.12.11": |
203 | 253 | version "7.12.11" |
204 | 254 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed" |
205 | 255 | integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw== |
206 | 256 |
|
| 257 | +"@babel/helper-validator-identifier@^7.22.20": |
| 258 | + version "7.22.20" |
| 259 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 260 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 261 | + |
207 | 262 | "@babel/helper-validator-option@^7.12.11": |
208 | 263 | version "7.12.11" |
209 | 264 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.11.tgz#d66cb8b7a3e7fe4c6962b32020a131ecf0847f4f" |
|
237 | 292 | chalk "^2.0.0" |
238 | 293 | js-tokens "^4.0.0" |
239 | 294 |
|
240 | | -"@babel/parser@^7.0.0", "@babel/parser@^7.12.13", "@babel/parser@^7.4.4": |
| 295 | +"@babel/highlight@^7.23.4": |
| 296 | + version "7.23.4" |
| 297 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.23.4.tgz#edaadf4d8232e1a961432db785091207ead0621b" |
| 298 | + integrity sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A== |
| 299 | + dependencies: |
| 300 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 301 | + chalk "^2.4.2" |
| 302 | + js-tokens "^4.0.0" |
| 303 | + |
| 304 | +"@babel/parser@^7.12.13", "@babel/parser@^7.4.4": |
241 | 305 | version "7.12.15" |
242 | 306 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.15.tgz#2b20de7f0b4b332d9b119dd9c33409c538b8aacf" |
243 | 307 | integrity sha512-AQBOU2Z9kWwSZMd6lNjCX0GUgFonL1wAM1db8L8PMk9UDaGsRCArBkU4Sc+UCM3AE4hjbXx+h58Lb3QT4oRmrA== |
244 | 308 |
|
| 309 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.6", "@babel/parser@^7.7.0": |
| 310 | + version "7.23.6" |
| 311 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.6.tgz#ba1c9e512bda72a47e285ae42aff9d2a635a9e3b" |
| 312 | + integrity sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ== |
| 313 | + |
245 | 314 | "@babel/plugin-proposal-async-generator-functions@^7.12.13": |
246 | 315 | version "7.12.13" |
247 | 316 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.12.13.tgz#d1c6d841802ffb88c64a2413e311f7345b9e66b5" |
|
813 | 882 | "@babel/parser" "^7.12.13" |
814 | 883 | "@babel/types" "^7.12.13" |
815 | 884 |
|
816 | | -"@babel/traverse@^7.0.0", "@babel/traverse@^7.12.13", "@babel/traverse@^7.4.4": |
| 885 | +"@babel/template@^7.22.15": |
| 886 | + version "7.22.15" |
| 887 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 888 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
| 889 | + dependencies: |
| 890 | + "@babel/code-frame" "^7.22.13" |
| 891 | + "@babel/parser" "^7.22.15" |
| 892 | + "@babel/types" "^7.22.15" |
| 893 | + |
| 894 | +"@babel/traverse@^7.12.13", "@babel/traverse@^7.4.4": |
817 | 895 | version "7.12.13" |
818 | 896 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.13.tgz#689f0e4b4c08587ad26622832632735fb8c4e0c0" |
819 | 897 | integrity sha512-3Zb4w7eE/OslI0fTp8c7b286/cQps3+vdLW3UcwC8VSJC6GbKn55aeVVu2QJNuCDoeKyptLOFrPq8WqZZBodyA== |
|
828 | 906 | globals "^11.1.0" |
829 | 907 | lodash "^4.17.19" |
830 | 908 |
|
831 | | -"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.4.4": |
| 909 | +"@babel/traverse@^7.7.0": |
| 910 | + version "7.23.7" |
| 911 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.7.tgz#9a7bf285c928cb99b5ead19c3b1ce5b310c9c305" |
| 912 | + integrity sha512-tY3mM8rH9jM0YHFGyfC0/xf+SB5eKUu7HPj7/k3fpi9dAlsMc5YbQvDi0Sh2QTPXqMhyaAtzAr807TIyfQrmyg== |
| 913 | + dependencies: |
| 914 | + "@babel/code-frame" "^7.23.5" |
| 915 | + "@babel/generator" "^7.23.6" |
| 916 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 917 | + "@babel/helper-function-name" "^7.23.0" |
| 918 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 919 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 920 | + "@babel/parser" "^7.23.6" |
| 921 | + "@babel/types" "^7.23.6" |
| 922 | + debug "^4.3.1" |
| 923 | + globals "^11.1.0" |
| 924 | + |
| 925 | +"@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.4.4": |
832 | 926 | version "7.12.13" |
833 | 927 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.13.tgz#8be1aa8f2c876da11a9cf650c0ecf656913ad611" |
834 | 928 | integrity sha512-oKrdZTld2im1z8bDwTOQvUbxKwE+854zc16qWZQlcTqMN00pWxHQ4ZeOq0yDMnisOpRykH2/5Qqcrk/OlbAjiQ== |
|
837 | 931 | lodash "^4.17.19" |
838 | 932 | to-fast-properties "^2.0.0" |
839 | 933 |
|
| 934 | +"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.6", "@babel/types@^7.7.0": |
| 935 | + version "7.23.6" |
| 936 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.6.tgz#be33fdb151e1f5a56877d704492c240fc71c7ccd" |
| 937 | + integrity sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg== |
| 938 | + dependencies: |
| 939 | + "@babel/helper-string-parser" "^7.23.4" |
| 940 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 941 | + to-fast-properties "^2.0.0" |
| 942 | + |
840 | 943 | "@iarna/toml@^2.2.0": |
841 | 944 | version "2.2.5" |
842 | 945 | resolved "https://registry.yarnpkg.com/@iarna/toml/-/toml-2.2.5.tgz#b32366c89b43c6f8cefbdefac778b9c828e3ba8c" |
843 | 946 | integrity sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg== |
844 | 947 |
|
| 948 | +"@jridgewell/gen-mapping@^0.3.2": |
| 949 | + version "0.3.3" |
| 950 | + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098" |
| 951 | + integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ== |
| 952 | + dependencies: |
| 953 | + "@jridgewell/set-array" "^1.0.1" |
| 954 | + "@jridgewell/sourcemap-codec" "^1.4.10" |
| 955 | + "@jridgewell/trace-mapping" "^0.3.9" |
| 956 | + |
| 957 | +"@jridgewell/resolve-uri@^3.1.0": |
| 958 | + version "3.1.1" |
| 959 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721" |
| 960 | + integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA== |
| 961 | + |
| 962 | +"@jridgewell/set-array@^1.0.1": |
| 963 | + version "1.1.2" |
| 964 | + resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72" |
| 965 | + integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw== |
| 966 | + |
| 967 | +"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14": |
| 968 | + version "1.4.15" |
| 969 | + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" |
| 970 | + integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== |
| 971 | + |
| 972 | +"@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9": |
| 973 | + version "0.3.21" |
| 974 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.21.tgz#5dc1df7b3dc4a6209e503a924e1ca56097a2bb15" |
| 975 | + integrity sha512-SRfKmRe1KvYnxjEMtxEr+J4HIeMX5YBg/qhRHpxEIGjhX1rshcHlnFUE9K0GazhVKWM7B+nARSkV8LuvJdJ5/g== |
| 976 | + dependencies: |
| 977 | + "@jridgewell/resolve-uri" "^3.1.0" |
| 978 | + "@jridgewell/sourcemap-codec" "^1.4.14" |
| 979 | + |
845 | 980 | "@mrmlnc/readdir-enhanced@^2.2.1": |
846 | 981 | version "2.2.1" |
847 | 982 | resolved "https://registry.yarnpkg.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde" |
@@ -1118,15 +1253,15 @@ aws4@^1.8.0: |
1118 | 1253 | resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59" |
1119 | 1254 | integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA== |
1120 | 1255 |
|
1121 | | -babel-eslint@10.0.3: |
1122 | | - version "10.0.3" |
1123 | | - resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.3.tgz#81a2c669be0f205e19462fed2482d33e4687a88a" |
1124 | | - integrity sha512-z3U7eMY6r/3f3/JB9mTsLjyxrv0Yb1zb8PCWCLpguxfCzBIZUwy23R1t/XKewP+8mEN2Ck8Dtr4q20z6ce6SoA== |
| 1256 | +babel-eslint@10.1.0: |
| 1257 | + version "10.1.0" |
| 1258 | + resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.1.0.tgz#6968e568a910b78fb3779cdd8b6ac2f479943232" |
| 1259 | + integrity sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg== |
1125 | 1260 | dependencies: |
1126 | 1261 | "@babel/code-frame" "^7.0.0" |
1127 | | - "@babel/parser" "^7.0.0" |
1128 | | - "@babel/traverse" "^7.0.0" |
1129 | | - "@babel/types" "^7.0.0" |
| 1262 | + "@babel/parser" "^7.7.0" |
| 1263 | + "@babel/traverse" "^7.7.0" |
| 1264 | + "@babel/types" "^7.7.0" |
1130 | 1265 | eslint-visitor-keys "^1.0.0" |
1131 | 1266 | resolve "^1.12.0" |
1132 | 1267 |
|
@@ -1949,6 +2084,13 @@ debug@^4.0.1, debug@^4.1.0: |
1949 | 2084 | dependencies: |
1950 | 2085 | ms "2.1.2" |
1951 | 2086 |
|
| 2087 | +debug@^4.3.1: |
| 2088 | + version "4.3.4" |
| 2089 | + resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865" |
| 2090 | + integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== |
| 2091 | + dependencies: |
| 2092 | + ms "2.1.2" |
| 2093 | + |
1952 | 2094 | decode-uri-component@^0.2.0: |
1953 | 2095 | version "0.2.0" |
1954 | 2096 | resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545" |
|
0 commit comments