|
16 | 16 | dependencies:
|
17 | 17 | "@babel/highlight" "^7.16.0"
|
18 | 18 |
|
| 19 | +"@babel/code-frame@^7.22.13", "@babel/code-frame@^7.23.5": |
| 20 | + version "7.23.5" |
| 21 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.23.5.tgz#9009b69a8c602293476ad598ff53e4562e15c244" |
| 22 | + integrity sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA== |
| 23 | + dependencies: |
| 24 | + "@babel/highlight" "^7.23.4" |
| 25 | + chalk "^2.4.2" |
| 26 | + |
19 | 27 | "@babel/compat-data@^7.13.11", "@babel/compat-data@^7.16.0":
|
20 | 28 | version "7.16.0"
|
21 | 29 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.0.tgz#ea269d7f78deb3a7826c39a4048eecda541ebdaa"
|
|
51 | 59 | jsesc "^2.5.1"
|
52 | 60 | source-map "^0.5.0"
|
53 | 61 |
|
| 62 | +"@babel/generator@^7.23.6": |
| 63 | + version "7.23.6" |
| 64 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.6.tgz#9e1fca4811c77a10580d17d26b57b036133f3c2e" |
| 65 | + integrity sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw== |
| 66 | + dependencies: |
| 67 | + "@babel/types" "^7.23.6" |
| 68 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 69 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 70 | + jsesc "^2.5.1" |
| 71 | + |
54 | 72 | "@babel/helper-annotate-as-pure@^7.16.0":
|
55 | 73 | version "7.16.0"
|
56 | 74 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.0.tgz#9a1f0ebcda53d9a2d00108c4ceace6a5d5f1f08d"
|
|
110 | 128 | resolve "^1.14.2"
|
111 | 129 | semver "^6.1.2"
|
112 | 130 |
|
| 131 | +"@babel/helper-environment-visitor@^7.22.20": |
| 132 | + version "7.22.20" |
| 133 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 134 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 135 | + |
113 | 136 | "@babel/helper-explode-assignable-expression@^7.16.0":
|
114 | 137 | version "7.16.0"
|
115 | 138 | resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.0.tgz#753017337a15f46f9c09f674cff10cee9b9d7778"
|
|
126 | 149 | "@babel/template" "^7.16.0"
|
127 | 150 | "@babel/types" "^7.16.0"
|
128 | 151 |
|
| 152 | +"@babel/helper-function-name@^7.23.0": |
| 153 | + version "7.23.0" |
| 154 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 155 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
| 156 | + dependencies: |
| 157 | + "@babel/template" "^7.22.15" |
| 158 | + "@babel/types" "^7.23.0" |
| 159 | + |
129 | 160 | "@babel/helper-get-function-arity@^7.16.0":
|
130 | 161 | version "7.16.0"
|
131 | 162 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.0.tgz#0088c7486b29a9cb5d948b1a1de46db66e089cfa"
|
|
140 | 171 | dependencies:
|
141 | 172 | "@babel/types" "^7.16.0"
|
142 | 173 |
|
| 174 | +"@babel/helper-hoist-variables@^7.22.5": |
| 175 | + version "7.22.5" |
| 176 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
| 177 | + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== |
| 178 | + dependencies: |
| 179 | + "@babel/types" "^7.22.5" |
| 180 | + |
143 | 181 | "@babel/helper-member-expression-to-functions@^7.16.0":
|
144 | 182 | version "7.16.0"
|
145 | 183 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.16.0.tgz#29287040efd197c77636ef75188e81da8bccd5a4"
|
|
220 | 258 | dependencies:
|
221 | 259 | "@babel/types" "^7.16.0"
|
222 | 260 |
|
| 261 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 262 | + version "7.22.6" |
| 263 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 264 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
| 265 | + dependencies: |
| 266 | + "@babel/types" "^7.22.5" |
| 267 | + |
| 268 | +"@babel/helper-string-parser@^7.23.4": |
| 269 | + version "7.23.4" |
| 270 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83" |
| 271 | + integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ== |
| 272 | + |
223 | 273 | "@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.15.7":
|
224 | 274 | version "7.15.7"
|
225 | 275 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389"
|
226 | 276 | integrity sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==
|
227 | 277 |
|
| 278 | +"@babel/helper-validator-identifier@^7.22.20": |
| 279 | + version "7.22.20" |
| 280 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 281 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 282 | + |
228 | 283 | "@babel/helper-validator-option@^7.14.5":
|
229 | 284 | version "7.14.5"
|
230 | 285 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
|
|
267 | 322 | chalk "^2.0.0"
|
268 | 323 | js-tokens "^4.0.0"
|
269 | 324 |
|
270 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.0", "@babel/parser@^7.16.3", "@babel/parser@^7.7.2": |
| 325 | +"@babel/highlight@^7.23.4": |
| 326 | + version "7.23.4" |
| 327 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.23.4.tgz#edaadf4d8232e1a961432db785091207ead0621b" |
| 328 | + integrity sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A== |
| 329 | + dependencies: |
| 330 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 331 | + chalk "^2.4.2" |
| 332 | + js-tokens "^4.0.0" |
| 333 | + |
| 334 | +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.0", "@babel/parser@^7.7.2": |
271 | 335 | version "7.16.3"
|
272 | 336 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.3.tgz#271bafcb811080905a119222edbc17909c82261d"
|
273 | 337 | integrity sha512-dcNwU1O4sx57ClvLBVFbEgx0UZWfd0JQX5X6fxFRCLHelFBGXFfSz6Y0FAq2PEwUqlqLkdVjVr4VASEOuUnLJw==
|
274 | 338 |
|
| 339 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.6": |
| 340 | + version "7.23.6" |
| 341 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.6.tgz#ba1c9e512bda72a47e285ae42aff9d2a635a9e3b" |
| 342 | + integrity sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ== |
| 343 | + |
275 | 344 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.0":
|
276 | 345 | version "7.16.2"
|
277 | 346 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.2.tgz#2977fca9b212db153c195674e57cfab807733183"
|
|
910 | 979 | "@babel/parser" "^7.16.0"
|
911 | 980 | "@babel/types" "^7.16.0"
|
912 | 981 |
|
913 |
| -"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.0", "@babel/traverse@^7.16.3", "@babel/traverse@^7.7.2": |
914 |
| - version "7.16.3" |
915 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.3.tgz#f63e8a938cc1b780f66d9ed3c54f532ca2d14787" |
916 |
| - integrity sha512-eolumr1vVMjqevCpwVO99yN/LoGL0EyHiLO5I043aYQvwOJ9eR5UsZSClHVCzfhBduMAsSzgA/6AyqPjNayJag== |
| 982 | +"@babel/template@^7.22.15": |
| 983 | + version "7.22.15" |
| 984 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 985 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
917 | 986 | dependencies:
|
918 |
| - "@babel/code-frame" "^7.16.0" |
919 |
| - "@babel/generator" "^7.16.0" |
920 |
| - "@babel/helper-function-name" "^7.16.0" |
921 |
| - "@babel/helper-hoist-variables" "^7.16.0" |
922 |
| - "@babel/helper-split-export-declaration" "^7.16.0" |
923 |
| - "@babel/parser" "^7.16.3" |
924 |
| - "@babel/types" "^7.16.0" |
925 |
| - debug "^4.1.0" |
| 987 | + "@babel/code-frame" "^7.22.13" |
| 988 | + "@babel/parser" "^7.22.15" |
| 989 | + "@babel/types" "^7.22.15" |
| 990 | + |
| 991 | +"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.0", "@babel/traverse@^7.16.3", "@babel/traverse@^7.7.2": |
| 992 | + version "7.23.7" |
| 993 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.7.tgz#9a7bf285c928cb99b5ead19c3b1ce5b310c9c305" |
| 994 | + integrity sha512-tY3mM8rH9jM0YHFGyfC0/xf+SB5eKUu7HPj7/k3fpi9dAlsMc5YbQvDi0Sh2QTPXqMhyaAtzAr807TIyfQrmyg== |
| 995 | + dependencies: |
| 996 | + "@babel/code-frame" "^7.23.5" |
| 997 | + "@babel/generator" "^7.23.6" |
| 998 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 999 | + "@babel/helper-function-name" "^7.23.0" |
| 1000 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 1001 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 1002 | + "@babel/parser" "^7.23.6" |
| 1003 | + "@babel/types" "^7.23.6" |
| 1004 | + debug "^4.3.1" |
926 | 1005 | globals "^11.1.0"
|
927 | 1006 |
|
928 | 1007 | "@babel/types@^7.0.0", "@babel/types@^7.16.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
|
|
933 | 1012 | "@babel/helper-validator-identifier" "^7.15.7"
|
934 | 1013 | to-fast-properties "^2.0.0"
|
935 | 1014 |
|
| 1015 | +"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.6": |
| 1016 | + version "7.23.6" |
| 1017 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.6.tgz#be33fdb151e1f5a56877d704492c240fc71c7ccd" |
| 1018 | + integrity sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg== |
| 1019 | + dependencies: |
| 1020 | + "@babel/helper-string-parser" "^7.23.4" |
| 1021 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 1022 | + to-fast-properties "^2.0.0" |
| 1023 | + |
936 | 1024 | "@bcoe/v8-coverage@^0.2.3":
|
937 | 1025 | version "0.2.3"
|
938 | 1026 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
1166 | 1254 | "@jridgewell/sourcemap-codec" "^1.4.10"
|
1167 | 1255 | "@jridgewell/trace-mapping" "^0.3.9"
|
1168 | 1256 |
|
| 1257 | +"@jridgewell/gen-mapping@^0.3.2": |
| 1258 | + version "0.3.3" |
| 1259 | + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098" |
| 1260 | + integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ== |
| 1261 | + dependencies: |
| 1262 | + "@jridgewell/set-array" "^1.0.1" |
| 1263 | + "@jridgewell/sourcemap-codec" "^1.4.10" |
| 1264 | + "@jridgewell/trace-mapping" "^0.3.9" |
| 1265 | + |
1169 | 1266 | "@jridgewell/resolve-uri@3.1.0":
|
1170 | 1267 | version "3.1.0"
|
1171 | 1268 | resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78"
|
1172 | 1269 | integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==
|
1173 | 1270 |
|
| 1271 | +"@jridgewell/resolve-uri@^3.1.0": |
| 1272 | + version "3.1.1" |
| 1273 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721" |
| 1274 | + integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA== |
| 1275 | + |
1174 | 1276 | "@jridgewell/set-array@^1.0.1":
|
1175 | 1277 | version "1.1.2"
|
1176 | 1278 | resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
|
|
1189 | 1291 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24"
|
1190 | 1292 | integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
|
1191 | 1293 |
|
| 1294 | +"@jridgewell/sourcemap-codec@^1.4.14": |
| 1295 | + version "1.4.15" |
| 1296 | + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" |
| 1297 | + integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== |
| 1298 | + |
| 1299 | +"@jridgewell/trace-mapping@^0.3.17": |
| 1300 | + version "0.3.22" |
| 1301 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.22.tgz#72a621e5de59f5f1ef792d0793a82ee20f645e4c" |
| 1302 | + integrity sha512-Wf963MzWtA2sjrNt+g18IAln9lKnlRp+K2eH4jjIoF1wYeq3aMREpG09xhlhdzS0EjwU7qmUJYangWa+151vZw== |
| 1303 | + dependencies: |
| 1304 | + "@jridgewell/resolve-uri" "^3.1.0" |
| 1305 | + "@jridgewell/sourcemap-codec" "^1.4.14" |
| 1306 | + |
1192 | 1307 | "@jridgewell/trace-mapping@^0.3.9":
|
1193 | 1308 | version "0.3.17"
|
1194 | 1309 | resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz#793041277af9073b0951a7fe0f0d8c4c98c36985"
|
@@ -1852,7 +1967,7 @@ caniuse-lite@^1.0.30001280:
|
1852 | 1967 | resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001280.tgz#066a506046ba4be34cde5f74a08db7a396718fb7"
|
1853 | 1968 | integrity sha512-kFXwYvHe5rix25uwueBxC569o53J6TpnGu0BEEn+6Lhl2vsnAumRFWEBhDft1fwyo6m1r4i+RqA4+163FpeFcA==
|
1854 | 1969 |
|
1855 |
| -chalk@^2.0.0: |
| 1970 | +chalk@^2.0.0, chalk@^2.4.2: |
1856 | 1971 | version "2.4.2"
|
1857 | 1972 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
|
1858 | 1973 | integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
|
@@ -2067,6 +2182,13 @@ debug@^3.2.7:
|
2067 | 2182 | dependencies:
|
2068 | 2183 | ms "^2.1.1"
|
2069 | 2184 |
|
| 2185 | +debug@^4.3.1: |
| 2186 | + version "4.3.4" |
| 2187 | + resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865" |
| 2188 | + integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== |
| 2189 | + dependencies: |
| 2190 | + ms "2.1.2" |
| 2191 | + |
2070 | 2192 | decimal.js@^10.2.1:
|
2071 | 2193 | version "10.3.1"
|
2072 | 2194 | resolved "https://registry.yarnpkg.com/decimal.js/-/decimal.js-10.3.1.tgz#d8c3a444a9c6774ba60ca6ad7261c3a94fd5e783"
|
|
0 commit comments