|
24 | 24 | integrity sha512-BQYjKbpXjoXwFW5jGqiizJQQT/aC7pFm9Ok1OWssonuguICi264lbgMzRp2ZMmRSlfkX6DsWDDcsrctK8Rwfiw==
|
25 | 25 |
|
26 | 26 | "@babel/core@^7.1.0", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.19.3", "@babel/core@^7.7.5":
|
27 |
| - version "7.22.19" |
28 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.19.tgz#b38162460a6f3baf2a424bda720b24a8aafea241" |
29 |
| - integrity sha512-Q8Yj5X4LHVYTbLCKVz0//2D2aDmHF4xzCdEttYvKOnWvErGsa6geHXD6w46x64n5tP69VfeH+IfSrdyH3MLhwA== |
| 27 | + version "7.23.0" |
| 28 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.0.tgz#f8259ae0e52a123eb40f552551e647b506a94d83" |
| 29 | + integrity sha512-97z/ju/Jy1rZmDxybphrBuI+jtJjFVoz7Mr9yUQVVVi+DNZE333uFQeMOqcCIy1x3WYBIbWftUSLmbNXNT7qFQ== |
30 | 30 | dependencies:
|
31 | 31 | "@ampproject/remapping" "^2.2.0"
|
32 | 32 | "@babel/code-frame" "^7.22.13"
|
33 |
| - "@babel/generator" "^7.22.15" |
| 33 | + "@babel/generator" "^7.23.0" |
34 | 34 | "@babel/helper-compilation-targets" "^7.22.15"
|
35 |
| - "@babel/helper-module-transforms" "^7.22.19" |
36 |
| - "@babel/helpers" "^7.22.15" |
37 |
| - "@babel/parser" "^7.22.16" |
| 35 | + "@babel/helper-module-transforms" "^7.23.0" |
| 36 | + "@babel/helpers" "^7.23.0" |
| 37 | + "@babel/parser" "^7.23.0" |
38 | 38 | "@babel/template" "^7.22.15"
|
39 |
| - "@babel/traverse" "^7.22.19" |
40 |
| - "@babel/types" "^7.22.19" |
41 |
| - convert-source-map "^1.7.0" |
| 39 | + "@babel/traverse" "^7.23.0" |
| 40 | + "@babel/types" "^7.23.0" |
| 41 | + convert-source-map "^2.0.0" |
42 | 42 | debug "^4.1.0"
|
43 | 43 | gensync "^1.0.0-beta.2"
|
44 | 44 | json5 "^2.2.3"
|
45 | 45 | semver "^6.3.1"
|
46 | 46 |
|
47 |
| -"@babel/generator@^7.22.15", "@babel/generator@^7.4.0": |
48 |
| - version "7.22.15" |
49 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.15.tgz#1564189c7ec94cb8f77b5e8a90c4d200d21b2339" |
50 |
| - integrity sha512-Zu9oWARBqeVOW0dZOjXc3JObrzuqothQ3y/n1kUtrjCoCPLkXUwMvOo/F/TCfoHMbWIFlWwpZtkZVb9ga4U2pA== |
| 47 | +"@babel/generator@^7.23.0", "@babel/generator@^7.4.0": |
| 48 | + version "7.23.0" |
| 49 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 50 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
51 | 51 | dependencies:
|
52 |
| - "@babel/types" "^7.22.15" |
| 52 | + "@babel/types" "^7.23.0" |
53 | 53 | "@jridgewell/gen-mapping" "^0.3.2"
|
54 | 54 | "@jridgewell/trace-mapping" "^0.3.17"
|
55 | 55 | jsesc "^2.5.1"
|
|
185 | 185 | "@babel/template" "^7.22.5"
|
186 | 186 | "@babel/types" "^7.22.5"
|
187 | 187 |
|
| 188 | +"@babel/helper-function-name@^7.23.0": |
| 189 | + version "7.23.0" |
| 190 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 191 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
| 192 | + dependencies: |
| 193 | + "@babel/template" "^7.22.15" |
| 194 | + "@babel/types" "^7.23.0" |
| 195 | + |
188 | 196 | "@babel/helper-hoist-variables@^7.22.5":
|
189 | 197 | version "7.22.5"
|
190 | 198 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
|
|
220 | 228 | dependencies:
|
221 | 229 | "@babel/types" "^7.22.15"
|
222 | 230 |
|
223 |
| -"@babel/helper-module-transforms@^7.22.15", "@babel/helper-module-transforms@^7.22.5", "@babel/helper-module-transforms@^7.22.9": |
224 |
| - version "7.22.20" |
225 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.20.tgz#da9edc14794babbe7386df438f3768067132f59e" |
226 |
| - integrity sha512-dLT7JVWIUUxKOs1UnJUBR3S70YK+pKX6AbJgB2vMIvEkZkrfJDbYDJesnPshtKV4LhDOR3Oc5YULeDizRek+5A== |
| 231 | +"@babel/helper-module-transforms@^7.22.15", "@babel/helper-module-transforms@^7.22.5", "@babel/helper-module-transforms@^7.22.9", "@babel/helper-module-transforms@^7.23.0": |
| 232 | + version "7.23.0" |
| 233 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.23.0.tgz#3ec246457f6c842c0aee62a01f60739906f7047e" |
| 234 | + integrity sha512-WhDWw1tdrlT0gMgUJSlX0IQvoO1eN279zrAUbVB+KpV2c3Tylz8+GnKOLllCS6Z/iZQEyVYxhZVUdPTqs2YYPw== |
227 | 235 | dependencies:
|
228 | 236 | "@babel/helper-environment-visitor" "^7.22.20"
|
229 | 237 | "@babel/helper-module-imports" "^7.22.15"
|
230 | 238 | "@babel/helper-simple-access" "^7.22.5"
|
231 | 239 | "@babel/helper-split-export-declaration" "^7.22.6"
|
232 | 240 | "@babel/helper-validator-identifier" "^7.22.20"
|
233 | 241 |
|
234 |
| -"@babel/helper-module-transforms@^7.22.19": |
235 |
| - version "7.22.19" |
236 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.19.tgz#94b1f281caa6518f02ec0f5ea2b5348e298ce266" |
237 |
| - integrity sha512-m6h1cJvn+OJ+R3jOHp30faq5xKJ7VbjwDj5RGgHuRlU9hrMeKsGC+JpihkR5w1g7IfseCPPtZ0r7/hB4UKaYlA== |
238 |
| - dependencies: |
239 |
| - "@babel/helper-environment-visitor" "^7.22.5" |
240 |
| - "@babel/helper-module-imports" "^7.22.15" |
241 |
| - "@babel/helper-simple-access" "^7.22.5" |
242 |
| - "@babel/helper-split-export-declaration" "^7.22.6" |
243 |
| - "@babel/helper-validator-identifier" "^7.22.19" |
244 |
| - |
245 | 242 | "@babel/helper-optimise-call-expression@^7.18.6":
|
246 | 243 | version "7.18.6"
|
247 | 244 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz#9369aa943ee7da47edab2cb4e838acf09d290ffe"
|
|
323 | 320 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
|
324 | 321 | integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
|
325 | 322 |
|
326 |
| -"@babel/helper-validator-identifier@^7.22.19": |
327 |
| - version "7.22.19" |
328 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.19.tgz#2f34ab1e445f5b95e2e6edfe50ea2449e610583a" |
329 |
| - integrity sha512-Tinq7ybnEPFFXhlYOYFiSjespWQk0dq2dRNAiMdRTOYQzEGqnnNyrTxPYHP5r6wGjlF1rFgABdDV0g8EwD6Qbg== |
330 |
| - |
331 | 323 | "@babel/helper-validator-identifier@^7.22.20":
|
332 | 324 | version "7.22.20"
|
333 | 325 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
|
|
352 | 344 | "@babel/template" "^7.22.15"
|
353 | 345 | "@babel/types" "^7.22.19"
|
354 | 346 |
|
355 |
| -"@babel/helpers@^7.22.15": |
356 |
| - version "7.22.15" |
357 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.15.tgz#f09c3df31e86e3ea0b7ff7556d85cdebd47ea6f1" |
358 |
| - integrity sha512-7pAjK0aSdxOwR+CcYAqgWOGy5dcfvzsTIfFTb2odQqW47MDfv14UaJDY6eng8ylM2EaeKXdxaSWESbkmaQHTmw== |
| 347 | +"@babel/helpers@^7.23.0": |
| 348 | + version "7.23.1" |
| 349 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.1.tgz#44e981e8ce2b9e99f8f0b703f3326a4636c16d15" |
| 350 | + integrity sha512-chNpneuK18yW5Oxsr+t553UZzzAs3aZnFm4bxhebsNTeshrC95yA7l5yl7GBAG+JG1rF0F7zzD2EixK9mWSDoA== |
359 | 351 | dependencies:
|
360 | 352 | "@babel/template" "^7.22.15"
|
361 |
| - "@babel/traverse" "^7.22.15" |
362 |
| - "@babel/types" "^7.22.15" |
| 353 | + "@babel/traverse" "^7.23.0" |
| 354 | + "@babel/types" "^7.23.0" |
363 | 355 |
|
364 | 356 | "@babel/highlight@^7.22.13":
|
365 | 357 | version "7.22.13"
|
|
370 | 362 | chalk "^2.4.2"
|
371 | 363 | js-tokens "^4.0.0"
|
372 | 364 |
|
373 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.22.15", "@babel/parser@^7.22.16", "@babel/parser@^7.4.3", "@babel/parser@^7.7.0": |
374 |
| - version "7.22.16" |
375 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.16.tgz#180aead7f247305cce6551bea2720934e2fa2c95" |
376 |
| - integrity sha512-+gPfKv8UWeKKeJTUxe59+OobVcrYHETCsORl61EmSkmgymguYk/X5bp7GuUIXaFsc6y++v8ZxPsLSSuujqDphA== |
| 365 | +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.22.15", "@babel/parser@^7.23.0", "@babel/parser@^7.4.3", "@babel/parser@^7.7.0": |
| 366 | + version "7.23.0" |
| 367 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 368 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
377 | 369 |
|
378 | 370 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.15":
|
379 | 371 | version "7.22.15"
|
|
1106 | 1098 | "@babel/parser" "^7.22.15"
|
1107 | 1099 | "@babel/types" "^7.22.15"
|
1108 | 1100 |
|
1109 |
| -"@babel/traverse@^7.1.0", "@babel/traverse@^7.18.9", "@babel/traverse@^7.22.15", "@babel/traverse@^7.22.19", "@babel/traverse@^7.4.3", "@babel/traverse@^7.7.0": |
1110 |
| - version "7.22.19" |
1111 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.19.tgz#bb2b12b7de9d7fec9e812ed89eea097b941954f8" |
1112 |
| - integrity sha512-ZCcpVPK64krfdScRbpxF6xA5fz7IOsfMwx1tcACvCzt6JY+0aHkBk7eIU8FRDSZRU5Zei6Z4JfgAxN1bqXGECg== |
| 1101 | +"@babel/traverse@^7.1.0", "@babel/traverse@^7.18.9", "@babel/traverse@^7.23.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.7.0": |
| 1102 | + version "7.23.0" |
| 1103 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.0.tgz#18196ddfbcf4ccea324b7f6d3ada00d8c5a99c53" |
| 1104 | + integrity sha512-t/QaEvyIoIkwzpiZ7aoSKK8kObQYeF7T2v+dazAYCb8SXtp58zEVkWW7zAnju8FNKNdr4ScAOEDmMItbyOmEYw== |
1113 | 1105 | dependencies:
|
1114 | 1106 | "@babel/code-frame" "^7.22.13"
|
1115 |
| - "@babel/generator" "^7.22.15" |
1116 |
| - "@babel/helper-environment-visitor" "^7.22.5" |
1117 |
| - "@babel/helper-function-name" "^7.22.5" |
| 1107 | + "@babel/generator" "^7.23.0" |
| 1108 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 1109 | + "@babel/helper-function-name" "^7.23.0" |
1118 | 1110 | "@babel/helper-hoist-variables" "^7.22.5"
|
1119 | 1111 | "@babel/helper-split-export-declaration" "^7.22.6"
|
1120 |
| - "@babel/parser" "^7.22.16" |
1121 |
| - "@babel/types" "^7.22.19" |
| 1112 | + "@babel/parser" "^7.23.0" |
| 1113 | + "@babel/types" "^7.23.0" |
1122 | 1114 | debug "^4.1.0"
|
1123 | 1115 | globals "^11.1.0"
|
1124 | 1116 |
|
1125 |
| -"@babel/types@^7.0.0", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0": |
1126 |
| - version "7.22.19" |
1127 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.19.tgz#7425343253556916e440e662bb221a93ddb75684" |
1128 |
| - integrity sha512-P7LAw/LbojPzkgp5oznjE6tQEIWbp4PkkfrZDINTro9zgBRtI324/EYsiSI7lhPbpIQ+DCeR2NNmMWANGGfZsg== |
| 1117 | +"@babel/types@^7.0.0", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0": |
| 1118 | + version "7.23.0" |
| 1119 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 1120 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
1129 | 1121 | dependencies:
|
1130 | 1122 | "@babel/helper-string-parser" "^7.22.5"
|
1131 |
| - "@babel/helper-validator-identifier" "^7.22.19" |
| 1123 | + "@babel/helper-validator-identifier" "^7.22.20" |
1132 | 1124 | to-fast-properties "^2.0.0"
|
1133 | 1125 |
|
1134 | 1126 | "@bcoe/v8-coverage@^0.2.3":
|
@@ -3786,7 +3778,7 @@ content-type@~1.0.4:
|
3786 | 3778 | resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b"
|
3787 | 3779 | integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==
|
3788 | 3780 |
|
3789 |
| -convert-source-map@^1.4.0, convert-source-map@^1.5.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0: |
| 3781 | +convert-source-map@^1.4.0, convert-source-map@^1.5.0, convert-source-map@^1.6.0: |
3790 | 3782 | version "1.8.0"
|
3791 | 3783 | resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.8.0.tgz#f3373c32d21b4d780dd8004514684fb791ca4369"
|
3792 | 3784 | integrity sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==
|
|
0 commit comments