|
34 | 34 | "@babel/highlight" "^7.16.7" |
35 | 35 |
|
36 | 36 | "@babel/compat-data@^7.16.4": |
37 | | - version "7.16.4" |
38 | | - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.4.tgz#081d6bbc336ec5c2435c6346b2ae1fb98b5ac68e" |
39 | | - integrity sha512-1o/jo7D+kC9ZjHX5v+EHrdjl3PhxMrLSOTGsOdHJ+KL8HCaEK6ehrVL2RS6oHDZp+L7xLirLrPmQtEng769J/Q== |
| 37 | + version "7.16.8" |
| 38 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.8.tgz#31560f9f29fdf1868de8cb55049538a1b9732a60" |
| 39 | + integrity sha512-m7OkX0IdKLKPpBlJtF561YJal5y/jyI5fNfWbPxh2D/nbzzGI4qRyrD8xO2jB24u7l+5I2a43scCG2IrfjC50Q== |
40 | 40 |
|
41 | 41 | "@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.7.2", "@babel/core@^7.8.0": |
42 | 42 | version "7.16.7" |
|
59 | 59 | semver "^6.3.0" |
60 | 60 | source-map "^0.5.0" |
61 | 61 |
|
62 | | -"@babel/generator@^7.16.7", "@babel/generator@^7.7.2": |
63 | | - version "7.16.7" |
64 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.16.7.tgz#b42bf46a3079fa65e1544135f32e7958f048adbb" |
65 | | - integrity sha512-/ST3Sg8MLGY5HVYmrjOgL60ENux/HfO/CsUh7y4MalThufhE/Ff/6EibFDHi4jiDCaWfJKoqbE6oTh21c5hrRg== |
| 62 | +"@babel/generator@^7.16.7", "@babel/generator@^7.16.8", "@babel/generator@^7.7.2": |
| 63 | + version "7.16.8" |
| 64 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.16.8.tgz#359d44d966b8cd059d543250ce79596f792f2ebe" |
| 65 | + integrity sha512-1ojZwE9+lOXzcWdWmO6TbUzDfqLD39CmEhN8+2cX9XkDo5yW1OpgfejfliysR2AWLpMamTiOiAp/mtroaymhpw== |
66 | 66 | dependencies: |
67 | | - "@babel/types" "^7.16.7" |
| 67 | + "@babel/types" "^7.16.8" |
68 | 68 | jsesc "^2.5.1" |
69 | 69 | source-map "^0.5.0" |
70 | 70 |
|
|
176 | 176 | chalk "^2.0.0" |
177 | 177 | js-tokens "^4.0.0" |
178 | 178 |
|
179 | | -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.7": |
180 | | - version "7.16.7" |
181 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.7.tgz#d372dda9c89fcec340a82630a9f533f2fe15877e" |
182 | | - integrity sha512-sR4eaSrnM7BV7QPzGfEX5paG/6wrZM3I0HDzfIAK06ESvo9oy3xBuVBxE3MbQaKNhvg8g/ixjMWo2CGpzpHsDA== |
| 179 | +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.7", "@babel/parser@^7.16.8": |
| 180 | + version "7.16.8" |
| 181 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.8.tgz#61c243a3875f7d0b0962b0543a33ece6ff2f1f17" |
| 182 | + integrity sha512-i7jDUfrVBWc+7OKcBzEe5n7fbv3i2fWtxKzzCvOjnzSxMfWMigAhtfJ7qzZNGFNMsCCd67+uz553dYKWXPvCKw== |
183 | 183 |
|
184 | 184 | "@babel/plugin-syntax-async-generators@^7.8.4": |
185 | 185 | version "7.8.4" |
|
282 | 282 | "@babel/types" "^7.16.7" |
283 | 283 |
|
284 | 284 | "@babel/traverse@^7.16.7", "@babel/traverse@^7.7.2": |
285 | | - version "7.16.7" |
286 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.7.tgz#dac01236a72c2560073658dd1a285fe4e0865d76" |
287 | | - integrity sha512-8KWJPIb8c2VvY8AJrydh6+fVRo2ODx1wYBU2398xJVq0JomuLBZmVQzLPBblJgHIGYG4znCpUZUZ0Pt2vdmVYQ== |
| 285 | + version "7.16.8" |
| 286 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.8.tgz#bab2f2b09a5fe8a8d9cad22cbfe3ba1d126fef9c" |
| 287 | + integrity sha512-xe+H7JlvKsDQwXRsBhSnq1/+9c+LlQcCK3Tn/l5sbx02HYns/cn7ibp9+RV1sIUqu7hKg91NWsgHurO9dowITQ== |
288 | 288 | dependencies: |
289 | 289 | "@babel/code-frame" "^7.16.7" |
290 | | - "@babel/generator" "^7.16.7" |
| 290 | + "@babel/generator" "^7.16.8" |
291 | 291 | "@babel/helper-environment-visitor" "^7.16.7" |
292 | 292 | "@babel/helper-function-name" "^7.16.7" |
293 | 293 | "@babel/helper-hoist-variables" "^7.16.7" |
294 | 294 | "@babel/helper-split-export-declaration" "^7.16.7" |
295 | | - "@babel/parser" "^7.16.7" |
296 | | - "@babel/types" "^7.16.7" |
| 295 | + "@babel/parser" "^7.16.8" |
| 296 | + "@babel/types" "^7.16.8" |
297 | 297 | debug "^4.1.0" |
298 | 298 | globals "^11.1.0" |
299 | 299 |
|
300 | | -"@babel/types@^7.0.0", "@babel/types@^7.16.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3": |
301 | | - version "7.16.7" |
302 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.7.tgz#4ed19d51f840ed4bd5645be6ce40775fecf03159" |
303 | | - integrity sha512-E8HuV7FO9qLpx6OtoGfUQ2cjIYnbFwvZWYBS+87EwtdMvmUPJSwykpovFB+8insbpF0uJcpr8KMUi64XZntZcg== |
| 300 | +"@babel/types@^7.0.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.3.0", "@babel/types@^7.3.3": |
| 301 | + version "7.16.8" |
| 302 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.8.tgz#0ba5da91dd71e0a4e7781a30f22770831062e3c1" |
| 303 | + integrity sha512-smN2DQc5s4M7fntyjGtyIPbRJv6wW4rU/94fmYJ7PKQuZkC0qGMHXJbg6sNGt12JmVr4k5YaptI/XtiLJBnmIg== |
304 | 304 | dependencies: |
305 | 305 | "@babel/helper-validator-identifier" "^7.16.7" |
306 | 306 | to-fast-properties "^2.0.0" |
|
310 | 310 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" |
311 | 311 | integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== |
312 | 312 |
|
313 | | -"@commitlint/cli@^16.0.1": |
314 | | - version "16.0.1" |
315 | | - resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-16.0.1.tgz#21905c898ebece7da42277209022b1bc80c4fb39" |
316 | | - integrity sha512-61gGRy65WiVDRsqP0dAR2fAgE3qrTBW3fgz9MySv32y5Ib3ZXXDDq6bGyQqi2dSaPuDYzNCRwwlC7mmQM73T/g== |
| 313 | +"@commitlint/cli@^16.0.2": |
| 314 | + version "16.0.2" |
| 315 | + resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-16.0.2.tgz#393b03793fc59b93e5f4dd7dd535a6cc5a7413ca" |
| 316 | + integrity sha512-Jt7iaBjoLGC5Nq4dHPTvTYnqPGkElFPBtTXTvBpTgatZApczyjI2plE0oG4GYWPp1suHIS/VdVDOMpPZjGVusg== |
317 | 317 | dependencies: |
318 | 318 | "@commitlint/format" "^16.0.0" |
319 | 319 | "@commitlint/lint" "^16.0.0" |
|
1011 | 1011 | dependencies: |
1012 | 1012 | "@types/yargs-parser" "*" |
1013 | 1013 |
|
1014 | | -"@typescript-eslint/eslint-plugin@^5.9.0": |
1015 | | - version "5.9.0" |
1016 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.9.0.tgz#382182d5cb062f52aac54434cfc47c28898c8006" |
1017 | | - integrity sha512-qT4lr2jysDQBQOPsCCvpPUZHjbABoTJW8V9ZzIYKHMfppJtpdtzszDYsldwhFxlhvrp7aCHeXD1Lb9M1zhwWwQ== |
| 1014 | +"@typescript-eslint/eslint-plugin@^5.9.1": |
| 1015 | + version "5.9.1" |
| 1016 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.9.1.tgz#e5a86d7e1f9dc0b3df1e6d94feaf20dd838d066c" |
| 1017 | + integrity sha512-Xv9tkFlyD4MQGpJgTo6wqDqGvHIRmRgah/2Sjz1PUnJTawjHWIwBivUE9x0QtU2WVii9baYgavo/bHjrZJkqTw== |
1018 | 1018 | dependencies: |
1019 | | - "@typescript-eslint/experimental-utils" "5.9.0" |
1020 | | - "@typescript-eslint/scope-manager" "5.9.0" |
1021 | | - "@typescript-eslint/type-utils" "5.9.0" |
| 1019 | + "@typescript-eslint/experimental-utils" "5.9.1" |
| 1020 | + "@typescript-eslint/scope-manager" "5.9.1" |
| 1021 | + "@typescript-eslint/type-utils" "5.9.1" |
1022 | 1022 | debug "^4.3.2" |
1023 | 1023 | functional-red-black-tree "^1.0.1" |
1024 | 1024 | ignore "^5.1.8" |
1025 | 1025 | regexpp "^3.2.0" |
1026 | 1026 | semver "^7.3.5" |
1027 | 1027 | tsutils "^3.21.0" |
1028 | 1028 |
|
1029 | | -"@typescript-eslint/[email protected].0": |
1030 | | - version "5.9.0" |
1031 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.9.0.tgz#652762d37d6565ef07af285021b8347b6c79a827" |
1032 | | - integrity sha512-ZnLVjBrf26dn7ElyaSKa6uDhqwvAi4jBBmHK1VxuFGPRAxhdi18ubQYSGA7SRiFiES3q9JiBOBHEBStOFkwD2g== |
| 1029 | +"@typescript-eslint/[email protected].1": |
| 1030 | + version "5.9.1" |
| 1031 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.9.1.tgz#8c407c4dd5ffe522329df6e4c9c2b52206d5f7f1" |
| 1032 | + integrity sha512-cb1Njyss0mLL9kLXgS/eEY53SZQ9sT519wpX3i+U457l2UXRDuo87hgKfgRazmu9/tQb0x2sr3Y0yrU+Zz0y+w== |
1033 | 1033 | dependencies: |
1034 | 1034 | "@types/json-schema" "^7.0.9" |
1035 | | - "@typescript-eslint/scope-manager" "5.9.0" |
1036 | | - "@typescript-eslint/types" "5.9.0" |
1037 | | - "@typescript-eslint/typescript-estree" "5.9.0" |
| 1035 | + "@typescript-eslint/scope-manager" "5.9.1" |
| 1036 | + "@typescript-eslint/types" "5.9.1" |
| 1037 | + "@typescript-eslint/typescript-estree" "5.9.1" |
1038 | 1038 | eslint-scope "^5.1.1" |
1039 | 1039 | eslint-utils "^3.0.0" |
1040 | 1040 |
|
1041 | | -"@typescript-eslint/parser@^5.9.0": |
1042 | | - version "5.9.0" |
1043 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.9.0.tgz#fdbb08767a4caa6ca6ccfed5f9ffe9387f0c7d97" |
1044 | | - integrity sha512-/6pOPz8yAxEt4PLzgbFRDpZmHnXCeZgPDrh/1DaVKOjvn/UPMlWhbx/gA96xRi2JxY1kBl2AmwVbyROUqys5xQ== |
| 1041 | +"@typescript-eslint/parser@^5.9.1": |
| 1042 | + version "5.9.1" |
| 1043 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.9.1.tgz#b114011010a87e17b3265ca715e16c76a9834cef" |
| 1044 | + integrity sha512-PLYO0AmwD6s6n0ZQB5kqPgfvh73p0+VqopQQLuNfi7Lm0EpfKyDalchpVwkE+81k5HeiRrTV/9w1aNHzjD7C4g== |
1045 | 1045 | dependencies: |
1046 | | - "@typescript-eslint/scope-manager" "5.9.0" |
1047 | | - "@typescript-eslint/types" "5.9.0" |
1048 | | - "@typescript-eslint/typescript-estree" "5.9.0" |
| 1046 | + "@typescript-eslint/scope-manager" "5.9.1" |
| 1047 | + "@typescript-eslint/types" "5.9.1" |
| 1048 | + "@typescript-eslint/typescript-estree" "5.9.1" |
1049 | 1049 | debug "^4.3.2" |
1050 | 1050 |
|
1051 | | -"@typescript-eslint/[email protected].0": |
1052 | | - version "5.9.0" |
1053 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.9.0.tgz#02dfef920290c1dcd7b1999455a3eaae7a1a3117" |
1054 | | - integrity sha512-DKtdIL49Qxk2a8icF6whRk7uThuVz4A6TCXfjdJSwOsf+9ree7vgQWcx0KOyCdk0i9ETX666p4aMhrRhxhUkyg== |
| 1051 | +"@typescript-eslint/[email protected].1": |
| 1052 | + version "5.9.1" |
| 1053 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.9.1.tgz#6c27be89f1a9409f284d95dfa08ee3400166fe69" |
| 1054 | + integrity sha512-8BwvWkho3B/UOtzRyW07ffJXPaLSUKFBjpq8aqsRvu6HdEuzCY57+ffT7QoV4QXJXWSU1+7g3wE4AlgImmQ9pQ== |
1055 | 1055 | dependencies: |
1056 | | - "@typescript-eslint/types" "5.9.0" |
1057 | | - "@typescript-eslint/visitor-keys" "5.9.0" |
| 1056 | + "@typescript-eslint/types" "5.9.1" |
| 1057 | + "@typescript-eslint/visitor-keys" "5.9.1" |
1058 | 1058 |
|
1059 | | -"@typescript-eslint/[email protected].0": |
1060 | | - version "5.9.0" |
1061 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.9.0.tgz#fd5963ead04bc9b7af9c3a8e534d8d39f1ce5f93" |
1062 | | - integrity sha512-uVCb9dJXpBrK1071ri5aEW7ZHdDHAiqEjYznF3HSSvAJXyrkxGOw2Ejibz/q6BXdT8lea8CMI0CzKNFTNI6TEQ== |
| 1059 | +"@typescript-eslint/[email protected].1": |
| 1060 | + version "5.9.1" |
| 1061 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.9.1.tgz#c6832ffe655b9b1fec642d36db1a262d721193de" |
| 1062 | + integrity sha512-tRSpdBnPRssjlUh35rE9ug5HrUvaB9ntREy7gPXXKwmIx61TNN7+l5YKgi1hMKxo5NvqZCfYhA5FvyuJG6X6vg== |
1063 | 1063 | dependencies: |
1064 | | - "@typescript-eslint/experimental-utils" "5.9.0" |
| 1064 | + "@typescript-eslint/experimental-utils" "5.9.1" |
1065 | 1065 | debug "^4.3.2" |
1066 | 1066 | tsutils "^3.21.0" |
1067 | 1067 |
|
1068 | | -"@typescript-eslint/[email protected].0": |
1069 | | - version "5.9.0" |
1070 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.9.0.tgz#e5619803e39d24a03b3369506df196355736e1a3" |
1071 | | - integrity sha512-mWp6/b56Umo1rwyGCk8fPIzb9Migo8YOniBGPAQDNC6C52SeyNGN4gsVwQTAR+RS2L5xyajON4hOLwAGwPtUwg== |
| 1068 | +"@typescript-eslint/[email protected].1": |
| 1069 | + version "5.9.1" |
| 1070 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.9.1.tgz#1bef8f238a2fb32ebc6ff6d75020d9f47a1593c6" |
| 1071 | + integrity sha512-SsWegWudWpkZCwwYcKoDwuAjoZXnM1y2EbEerTHho19Hmm+bQ56QG4L4jrtCu0bI5STaRTvRTZmjprWlTw/5NQ== |
1072 | 1072 |
|
1073 | | -"@typescript-eslint/[email protected].0": |
1074 | | - version "5.9.0" |
1075 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.9.0.tgz#0e5c6f03f982931abbfbc3c1b9df5fbf92a3490f" |
1076 | | - integrity sha512-kxo3xL2mB7XmiVZcECbaDwYCt3qFXz99tBSuVJR4L/sR7CJ+UNAPrYILILktGj1ppfZ/jNt/cWYbziJUlHl1Pw== |
| 1073 | +"@typescript-eslint/[email protected].1": |
| 1074 | + version "5.9.1" |
| 1075 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.9.1.tgz#d5b996f49476495070d2b8dd354861cf33c005d6" |
| 1076 | + integrity sha512-gL1sP6A/KG0HwrahVXI9fZyeVTxEYV//6PmcOn1tD0rw8VhUWYeZeuWHwwhnewnvEMcHjhnJLOBhA9rK4vmb8A== |
1077 | 1077 | dependencies: |
1078 | | - "@typescript-eslint/types" "5.9.0" |
1079 | | - "@typescript-eslint/visitor-keys" "5.9.0" |
| 1078 | + "@typescript-eslint/types" "5.9.1" |
| 1079 | + "@typescript-eslint/visitor-keys" "5.9.1" |
1080 | 1080 | debug "^4.3.2" |
1081 | 1081 | globby "^11.0.4" |
1082 | 1082 | is-glob "^4.0.3" |
1083 | 1083 | semver "^7.3.5" |
1084 | 1084 | tsutils "^3.21.0" |
1085 | 1085 |
|
1086 | | -"@typescript-eslint/[email protected].0": |
1087 | | - version "5.9.0" |
1088 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.9.0.tgz#7585677732365e9d27f1878150fab3922784a1a6" |
1089 | | - integrity sha512-6zq0mb7LV0ThExKlecvpfepiB+XEtFv/bzx7/jKSgyXTFD7qjmSu1FoiS0x3OZaiS+UIXpH2vd9O89f02RCtgw== |
| 1086 | +"@typescript-eslint/[email protected].1": |
| 1087 | + version "5.9.1" |
| 1088 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.9.1.tgz#f52206f38128dd4f675cf28070a41596eee985b7" |
| 1089 | + integrity sha512-Xh37pNz9e9ryW4TVdwiFzmr4hloty8cFj8GTWMXh3Z8swGwyQWeCcNgF0hm6t09iZd6eiZmIf4zHedQVP6TVtg== |
1090 | 1090 | dependencies: |
1091 | | - "@typescript-eslint/types" "5.9.0" |
| 1091 | + "@typescript-eslint/types" "5.9.1" |
1092 | 1092 | eslint-visitor-keys "^3.0.0" |
1093 | 1093 |
|
1094 | 1094 | JSONStream@^1.0.4: |
@@ -1404,9 +1404,9 @@ camelcase@^6.2.0: |
1404 | 1404 | integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== |
1405 | 1405 |
|
1406 | 1406 | caniuse-lite@^1.0.30001286: |
1407 | | - version "1.0.30001297" |
1408 | | - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001297.tgz#ea7776ccc4992956582cae5b8fea127fbebde430" |
1409 | | - integrity sha512-6bbIbowYG8vFs/Lk4hU9jFt7NknGDleVAciK916tp6ft1j+D//ZwwL6LbF1wXMQ32DMSjeuUV8suhh6dlmFjcA== |
| 1407 | + version "1.0.30001298" |
| 1408 | + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001298.tgz#0e690039f62e91c3ea581673d716890512e7ec52" |
| 1409 | + integrity sha512-AcKqikjMLlvghZL/vfTHorlQsLDhGRalYf1+GmWCf5SCMziSGjRYQW/JEksj14NaYHIR6KIhrFAy0HV5C25UzQ== |
1410 | 1410 |
|
1411 | 1411 | chalk@^2.0.0: |
1412 | 1412 | version "2.4.2" |
@@ -1739,10 +1739,15 @@ dotenv@^10.0.0: |
1739 | 1739 | resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-10.0.0.tgz#3d4227b8fb95f81096cdd2b66653fb2c7085ba81" |
1740 | 1740 | integrity sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q== |
1741 | 1741 |
|
| 1742 | +eastasianwidth@^0.2.0: |
| 1743 | + version "0.2.0" |
| 1744 | + resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb" |
| 1745 | + integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA== |
| 1746 | + |
1742 | 1747 | electron-to-chromium@^1.4.17: |
1743 | | - version "1.4.38" |
1744 | | - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.38.tgz#10ea58d73d36b13e78d5024f3b74a352d3958d01" |
1745 | | - integrity sha512-WhHt3sZazKj0KK/UpgsbGQnUUoFeAHVishzHFExMxagpZgjiGYSC9S0ZlbhCfSH2L2i+2A1yyqOIliTctMx7KQ== |
| 1748 | + version "1.4.40" |
| 1749 | + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.40.tgz#f5dbced7bfbc7072e5e7ca5487f8f9a42c8bc768" |
| 1750 | + integrity sha512-j+eVIyQGt2EU5xPWUblhpp5P5z5xyAdRgzogBgfe2F5JGV17gr9pfzWBua6DlPL00LavbOjxubWkWkbVQe9Wlw== |
1746 | 1751 |
|
1747 | 1752 | emittery@^0.8.1: |
1748 | 1753 | version "0.8.1" |
@@ -1961,9 +1966,9 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: |
1961 | 1966 | integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== |
1962 | 1967 |
|
1963 | 1968 | fast-glob@^3.2.9: |
1964 | | - version "3.2.9" |
1965 | | - resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.9.tgz#8f55f664b68a236bd29fa165817fc44f2b11faba" |
1966 | | - integrity sha512-MBwILhhD92sziIrMQwpqcuGERF+BH99ei2a3XsGJuqEKcSycAL+w0HWokFenZXona+kjFr82Lf71eTxNRC06XQ== |
| 1969 | + version "3.2.10" |
| 1970 | + resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.10.tgz#2734f83baa7f43b7fd41e13bc34438f4ffe284ee" |
| 1971 | + integrity sha512-s9nFhFnvR63wls6/kM88kQqDhMu0AfdjqouE2l5GVQPbqLgyFjjU5ry/r2yKsJxpb9Py1EYNqieFrmMaX4v++A== |
1967 | 1972 | dependencies: |
1968 | 1973 | "@nodelib/fs.stat" "^2.0.2" |
1969 | 1974 | "@nodelib/fs.walk" "^1.2.3" |
@@ -3181,10 +3186,10 @@ natural-compare@^1.4.0: |
3181 | 3186 | resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" |
3182 | 3187 | integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc= |
3183 | 3188 |
|
3184 | | -nock@^13.2.1: |
3185 | | - version "13.2.1" |
3186 | | - resolved "https://registry.yarnpkg.com/nock/-/nock-13.2.1.tgz#fcf5bdb9bb9f0554a84c25d3333166c0ffd80858" |
3187 | | - integrity sha512-CoHAabbqq/xZEknubuyQMjq6Lfi5b7RtK6SoNK6m40lebGp3yiMagWtIoYaw2s9sISD7wPuCfwFpivVHX/35RA== |
| 3189 | +nock@^13.2.2: |
| 3190 | + version "13.2.2" |
| 3191 | + resolved "https://registry.yarnpkg.com/nock/-/nock-13.2.2.tgz#29a6942250278209c2b3e7a38310f703581b21fa" |
| 3192 | + integrity sha512-PcBHuvl9i6zfaJ50A7LS55oU+nFLv8htXIhffJO+FxyfibdZ4jEvd9kTuvkrJireBFIGMZ+oUIRpMK5gU9h//g== |
3188 | 3193 | dependencies: |
3189 | 3194 | debug "^4.1.0" |
3190 | 3195 | json-stringify-safe "^5.0.1" |
@@ -3581,9 +3586,9 @@ run-parallel@^1.1.9: |
3581 | 3586 | queue-microtask "^1.2.2" |
3582 | 3587 |
|
3583 | 3588 | rxjs@^7.5.1: |
3584 | | - version "7.5.1" |
3585 | | - resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.5.1.tgz#af73df343cbcab37628197f43ea0c8256f54b157" |
3586 | | - integrity sha512-KExVEeZWxMZnZhUZtsJcFwz8IvPvgu4G2Z2QyqjZQzUGr32KDYuSxrEYO4w3tFFNbfLozcrKUTvTPi+E9ywJkQ== |
| 3589 | + version "7.5.2" |
| 3590 | + resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.5.2.tgz#11e4a3a1dfad85dbf7fb6e33cbba17668497490b" |
| 3591 | + integrity sha512-PwDt186XaL3QN5qXj/H9DGyHhP3/RYYgZZwqBv9Tv8rsAaiwFH1IsJJlcgD37J7UW5a6O67qX0KWKS3/pu0m4w== |
3587 | 3592 | dependencies: |
3588 | 3593 | tslib "^2.1.0" |
3589 | 3594 |
|
@@ -3780,12 +3785,12 @@ string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: |
3780 | 3785 | strip-ansi "^6.0.1" |
3781 | 3786 |
|
3782 | 3787 | string-width@^5.0.0: |
3783 | | - version "5.0.1" |
3784 | | - resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.0.1.tgz#0d8158335a6cfd8eb95da9b6b262ce314a036ffd" |
3785 | | - integrity sha512-5ohWO/M4//8lErlUUtrFy3b11GtNOuMOU0ysKCDXFcfXuuvUXu95akgj/i8ofmaGdN0hCqyl6uu9i8dS/mQp5g== |
| 3788 | + version "5.1.0" |
| 3789 | + resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.0.tgz#5ab00980cfb29f43e736b113a120a73a0fb569d3" |
| 3790 | + integrity sha512-7x54QnN21P+XL/v8SuNKvfgsUre6PXpN7mc77N3HlZv+f1SBRGmjxtOud2Z6FZ8DmdkD/IdjCaf9XXbnqmTZGQ== |
3786 | 3791 | dependencies: |
| 3792 | + eastasianwidth "^0.2.0" |
3787 | 3793 | emoji-regex "^9.2.2" |
3788 | | - is-fullwidth-code-point "^4.0.0" |
3789 | 3794 | strip-ansi "^7.0.1" |
3790 | 3795 |
|
3791 | 3796 | string_decoder@^1.1.1: |
@@ -4105,9 +4110,9 @@ v8-compile-cache@^2.0.3: |
4105 | 4110 | integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA== |
4106 | 4111 |
|
4107 | 4112 | v8-to-istanbul@^8.1.0: |
4108 | | - version "8.1.0" |
4109 | | - resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-8.1.0.tgz#0aeb763894f1a0a1676adf8a8b7612a38902446c" |
4110 | | - integrity sha512-/PRhfd8aTNp9Ggr62HPzXg2XasNFGy5PBt0Rp04du7/8GNNSgxFL6WBTkgMKSL9bFjH+8kKEG3f37FmxiTqUUA== |
| 4113 | + version "8.1.1" |
| 4114 | + resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-8.1.1.tgz#77b752fd3975e31bbcef938f85e9bd1c7a8d60ed" |
| 4115 | + integrity sha512-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w== |
4111 | 4116 | dependencies: |
4112 | 4117 | "@types/istanbul-lib-coverage" "^2.0.1" |
4113 | 4118 | convert-source-map "^1.6.0" |
|
0 commit comments