|
56 | 56 | dependencies:
|
57 | 57 | "@babel/highlight" "^7.10.4"
|
58 | 58 |
|
59 |
| -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.16.0", "@babel/code-frame@^7.18.6", "@babel/code-frame@^7.8.3": |
| 59 | +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.16.0", "@babel/code-frame@^7.8.3": |
60 | 60 | version "7.18.6"
|
61 | 61 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.18.6.tgz#3b25d38c89600baa2dcc219edfa88a74eb2c427a"
|
62 | 62 | integrity sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==
|
63 | 63 | dependencies:
|
64 | 64 | "@babel/highlight" "^7.18.6"
|
65 | 65 |
|
| 66 | +"@babel/code-frame@^7.18.6", "@babel/code-frame@^7.21.4": |
| 67 | + version "7.21.4" |
| 68 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.21.4.tgz#d0fa9e4413aca81f2b23b9442797bda1826edb39" |
| 69 | + integrity sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g== |
| 70 | + dependencies: |
| 71 | + "@babel/highlight" "^7.18.6" |
| 72 | + |
66 | 73 | "@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.1", "@babel/compat-data@^7.20.5":
|
67 | 74 | version "7.21.0"
|
68 | 75 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.0.tgz#c241dc454e5b5917e40d37e525e2f4530c399298"
|
69 | 76 | integrity sha512-gMuZsmsgxk/ENC3O/fRw5QY8A9/uxQbbCEypnLIiYYc/qVJtEV7ouxC3EllIIwNzMqAQee5tanFabWsUOutS7g==
|
70 | 77 |
|
| 78 | +"@babel/compat-data@^7.21.4": |
| 79 | + version "7.21.4" |
| 80 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.4.tgz#457ffe647c480dff59c2be092fc3acf71195c87f" |
| 81 | + integrity sha512-/DYyDpeCfaVinT40FPGdkkb+lYSKvsVuMjDAG7jPOWWiM1ibOaB9CXJAlc4d1QpP/U2q2P9jbrSlClKSErd55g== |
| 82 | + |
71 | 83 | "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.13.8", "@babel/core@^7.14.0", "@babel/core@^7.16.7", "@babel/core@^7.20.12":
|
72 |
| - version "7.21.3" |
73 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.3.tgz#cf1c877284a469da5d1ce1d1e53665253fae712e" |
74 |
| - integrity sha512-qIJONzoa/qiHghnm0l1n4i/6IIziDpzqc36FBs4pzMhDUraHqponwJLiAKm1hGLP3OSB/TVNz6rMwVGpwxxySw== |
| 84 | + version "7.21.4" |
| 85 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.4.tgz#c6dc73242507b8e2a27fd13a9c1814f9fa34a659" |
| 86 | + integrity sha512-qt/YV149Jman/6AfmlxJ04LMIu8bMoyl3RB91yTFrxQmgbrSvQMy7cI8Q62FHx1t8wJ8B5fu0UDoLwHAhUo1QA== |
75 | 87 | dependencies:
|
76 | 88 | "@ampproject/remapping" "^2.2.0"
|
77 |
| - "@babel/code-frame" "^7.18.6" |
78 |
| - "@babel/generator" "^7.21.3" |
79 |
| - "@babel/helper-compilation-targets" "^7.20.7" |
| 89 | + "@babel/code-frame" "^7.21.4" |
| 90 | + "@babel/generator" "^7.21.4" |
| 91 | + "@babel/helper-compilation-targets" "^7.21.4" |
80 | 92 | "@babel/helper-module-transforms" "^7.21.2"
|
81 | 93 | "@babel/helpers" "^7.21.0"
|
82 |
| - "@babel/parser" "^7.21.3" |
| 94 | + "@babel/parser" "^7.21.4" |
83 | 95 | "@babel/template" "^7.20.7"
|
84 |
| - "@babel/traverse" "^7.21.3" |
85 |
| - "@babel/types" "^7.21.3" |
| 96 | + "@babel/traverse" "^7.21.4" |
| 97 | + "@babel/types" "^7.21.4" |
86 | 98 | convert-source-map "^1.7.0"
|
87 | 99 | debug "^4.1.0"
|
88 | 100 | gensync "^1.0.0-beta.2"
|
|
105 | 117 | dependencies:
|
106 | 118 | eslint-rule-composer "^0.3.0"
|
107 | 119 |
|
108 |
| -"@babel/generator@^7.14.0", "@babel/generator@^7.20.14", "@babel/generator@^7.21.1", "@babel/generator@^7.21.3": |
| 120 | +"@babel/generator@^7.14.0", "@babel/generator@^7.20.14", "@babel/generator@^7.21.1": |
109 | 121 | version "7.21.3"
|
110 | 122 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.3.tgz#232359d0874b392df04045d72ce2fd9bb5045fce"
|
111 | 123 | integrity sha512-QS3iR1GYC/YGUnW7IdggFeN5c1poPUurnGttOV/bZgPGV+izC/D8HnD6DLwod0fsatNyVn1G3EVWMYIF0nHbeA==
|
|
115 | 127 | "@jridgewell/trace-mapping" "^0.3.17"
|
116 | 128 | jsesc "^2.5.1"
|
117 | 129 |
|
| 130 | +"@babel/generator@^7.21.3", "@babel/generator@^7.21.4": |
| 131 | + version "7.21.4" |
| 132 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.4.tgz#64a94b7448989f421f919d5239ef553b37bb26bc" |
| 133 | + integrity sha512-NieM3pVIYW2SwGzKoqfPrQsf4xGs9M9AIG3ThppsSRmO+m7eQhmI6amajKMUeIO37wFfsvnvcxQFx6x6iqxDnA== |
| 134 | + dependencies: |
| 135 | + "@babel/types" "^7.21.4" |
| 136 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 137 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 138 | + jsesc "^2.5.1" |
| 139 | + |
118 | 140 | "@babel/generator@^7.7.2":
|
119 | 141 | version "7.21.1"
|
120 | 142 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.1.tgz#951cc626057bc0af2c35cd23e9c64d384dea83dd"
|
|
151 | 173 | lru-cache "^5.1.1"
|
152 | 174 | semver "^6.3.0"
|
153 | 175 |
|
| 176 | +"@babel/helper-compilation-targets@^7.21.4": |
| 177 | + version "7.21.4" |
| 178 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.21.4.tgz#770cd1ce0889097ceacb99418ee6934ef0572656" |
| 179 | + integrity sha512-Fa0tTuOXZ1iL8IeDFUWCzjZcn+sJGd9RZdH9esYVjEejGmzf+FFYQpMi/kZUk2kPy/q1H3/GPw7np8qar/stfg== |
| 180 | + dependencies: |
| 181 | + "@babel/compat-data" "^7.21.4" |
| 182 | + "@babel/helper-validator-option" "^7.21.0" |
| 183 | + browserslist "^4.21.3" |
| 184 | + lru-cache "^5.1.1" |
| 185 | + semver "^6.3.0" |
| 186 | + |
154 | 187 | "@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.21.0":
|
155 | 188 | version "7.21.0"
|
156 | 189 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.21.0.tgz#64f49ecb0020532f19b1d014b03bccaa1ab85fb9"
|
|
219 | 252 | dependencies:
|
220 | 253 | "@babel/types" "^7.21.0"
|
221 | 254 |
|
222 |
| -"@babel/helper-module-imports@^7.0.0-beta.49", "@babel/helper-module-imports@^7.18.6": |
| 255 | +"@babel/helper-module-imports@^7.0.0-beta.49": |
223 | 256 | version "7.18.6"
|
224 | 257 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz#1e3ebdbbd08aad1437b428c50204db13c5a3ca6e"
|
225 | 258 | integrity sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==
|
226 | 259 | dependencies:
|
227 | 260 | "@babel/types" "^7.18.6"
|
228 | 261 |
|
| 262 | +"@babel/helper-module-imports@^7.18.6": |
| 263 | + version "7.21.4" |
| 264 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.21.4.tgz#ac88b2f76093637489e718a90cec6cf8a9b029af" |
| 265 | + integrity sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg== |
| 266 | + dependencies: |
| 267 | + "@babel/types" "^7.21.4" |
| 268 | + |
229 | 269 | "@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.20.11", "@babel/helper-module-transforms@^7.21.2":
|
230 | 270 | version "7.21.2"
|
231 | 271 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.2.tgz#160caafa4978ac8c00ac66636cb0fa37b024e2d2"
|
|
343 | 383 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.2.tgz#dacafadfc6d7654c3051a66d6fe55b6cb2f2a0b3"
|
344 | 384 | integrity sha512-URpaIJQwEkEC2T9Kn+Ai6Xe/02iNaVCuT/PtoRz3GPVJVDpPd7mLo+VddTbhCRU9TXqW5mSrQfXZyi8kDKOVpQ==
|
345 | 385 |
|
346 |
| -"@babel/parser@^7.14.0", "@babel/parser@^7.16.8", "@babel/parser@^7.20.13", "@babel/parser@^7.20.7", "@babel/parser@^7.21.2", "@babel/parser@^7.21.3": |
| 386 | +"@babel/parser@^7.14.0", "@babel/parser@^7.16.8", "@babel/parser@^7.20.13", "@babel/parser@^7.21.2": |
347 | 387 | version "7.21.3"
|
348 | 388 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.3.tgz#1d285d67a19162ff9daa358d4cb41d50c06220b3"
|
349 | 389 | integrity sha512-lobG0d7aOfQRXh8AyklEAgZGvA4FShxo6xQbUrrT/cNBPUdIDojlokwJsQyCC/eKia7ifqM0yP+2DRZ4WKw2RQ==
|
350 | 390 |
|
| 391 | +"@babel/parser@^7.20.7", "@babel/parser@^7.21.3", "@babel/parser@^7.21.4": |
| 392 | + version "7.21.4" |
| 393 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.4.tgz#94003fdfc520bbe2875d4ae557b43ddb6d880f17" |
| 394 | + integrity sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw== |
| 395 | + |
351 | 396 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
|
352 | 397 | version "7.18.6"
|
353 | 398 | 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.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2"
|
|
1090 | 1135 | "@babel/parser" "^7.20.7"
|
1091 | 1136 | "@babel/types" "^7.20.7"
|
1092 | 1137 |
|
1093 |
| -"@babel/traverse@^7.14.0", "@babel/traverse@^7.16.8", "@babel/traverse@^7.20.13", "@babel/traverse@^7.20.5", "@babel/traverse@^7.20.7", "@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.3": |
| 1138 | +"@babel/traverse@^7.14.0", "@babel/traverse@^7.16.8", "@babel/traverse@^7.20.13", "@babel/traverse@^7.20.5", "@babel/traverse@^7.20.7": |
1094 | 1139 | version "7.21.3"
|
1095 | 1140 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.3.tgz#4747c5e7903d224be71f90788b06798331896f67"
|
1096 | 1141 | integrity sha512-XLyopNeaTancVitYZe2MlUEvgKb6YVVPXzofHgqHijCImG33b/uTurMS488ht/Hbsb2XK3U2BnSTxKVNGV3nGQ==
|
|
1106 | 1151 | debug "^4.1.0"
|
1107 | 1152 | globals "^11.1.0"
|
1108 | 1153 |
|
| 1154 | +"@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.4": |
| 1155 | + version "7.21.4" |
| 1156 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.4.tgz#a836aca7b116634e97a6ed99976236b3282c9d36" |
| 1157 | + integrity sha512-eyKrRHKdyZxqDm+fV1iqL9UAHMoIg0nDaGqfIOd8rKH17m5snv7Gn4qgjBoFfLz9APvjFU/ICT00NVCv1Epp8Q== |
| 1158 | + dependencies: |
| 1159 | + "@babel/code-frame" "^7.21.4" |
| 1160 | + "@babel/generator" "^7.21.4" |
| 1161 | + "@babel/helper-environment-visitor" "^7.18.9" |
| 1162 | + "@babel/helper-function-name" "^7.21.0" |
| 1163 | + "@babel/helper-hoist-variables" "^7.18.6" |
| 1164 | + "@babel/helper-split-export-declaration" "^7.18.6" |
| 1165 | + "@babel/parser" "^7.21.4" |
| 1166 | + "@babel/types" "^7.21.4" |
| 1167 | + debug "^4.1.0" |
| 1168 | + globals "^11.1.0" |
| 1169 | + |
1109 | 1170 | "@babel/traverse@^7.7.2":
|
1110 | 1171 | version "7.21.2"
|
1111 | 1172 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.2.tgz#ac7e1f27658750892e815e60ae90f382a46d8e75"
|
|
1122 | 1183 | debug "^4.1.0"
|
1123 | 1184 | globals "^11.1.0"
|
1124 | 1185 |
|
1125 |
| -"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49", "@babel/types@^7.16.8", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.20.5", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.2", "@babel/types@^7.21.3", "@babel/types@^7.4.4": |
| 1186 | +"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49", "@babel/types@^7.16.8", "@babel/types@^7.18.9", "@babel/types@^7.20.0", "@babel/types@^7.20.5", "@babel/types@^7.4.4": |
1126 | 1187 | version "7.21.3"
|
1127 | 1188 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.3.tgz#4865a5357ce40f64e3400b0f3b737dc6d4f64d05"
|
1128 | 1189 | integrity sha512-sBGdETxC+/M4o/zKC0sl6sjWv62WFR/uzxrJ6uYyMLZOUlPnwzw0tKgVHOXxaAd5l2g8pEDM5RZ495GPQI77kg==
|
|
1131 | 1192 | "@babel/helper-validator-identifier" "^7.19.1"
|
1132 | 1193 | to-fast-properties "^2.0.0"
|
1133 | 1194 |
|
| 1195 | +"@babel/types@^7.18.6", "@babel/types@^7.20.2", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.2", "@babel/types@^7.21.3", "@babel/types@^7.21.4": |
| 1196 | + version "7.21.4" |
| 1197 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.4.tgz#2d5d6bb7908699b3b416409ffd3b5daa25b030d4" |
| 1198 | + integrity sha512-rU2oY501qDxE8Pyo7i/Orqma4ziCOrby0/9mvbDUGEfvZjb279Nk9k19e2fiCxHbRRpY2ZyrgW1eq22mvmOIzA== |
| 1199 | + dependencies: |
| 1200 | + "@babel/helper-string-parser" "^7.19.4" |
| 1201 | + "@babel/helper-validator-identifier" "^7.19.1" |
| 1202 | + to-fast-properties "^2.0.0" |
| 1203 | + |
1134 | 1204 | "@babel/types@^7.3.0", "@babel/types@^7.3.3":
|
1135 | 1205 | version "7.21.2"
|
1136 | 1206 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.2.tgz#92246f6e00f91755893c2876ad653db70c8310d1"
|
@@ -3928,11 +3998,16 @@ caniuse-api@^3.0.0:
|
3928 | 3998 | lodash.memoize "^4.1.2"
|
3929 | 3999 | lodash.uniq "^4.5.0"
|
3930 | 4000 |
|
3931 |
| -caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001449, caniuse-lite@^1.0.30001464: |
| 4001 | +caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001464: |
3932 | 4002 | version "1.0.30001470"
|
3933 | 4003 | resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001470.tgz#09c8e87c711f75ff5d39804db2613dd593feeb10"
|
3934 | 4004 | integrity sha512-065uNwY6QtHCBOExzbV6m236DDhYCCtPmQUCoQtwkVqzud8v5QPidoMr6CoMkC2nfp6nksjttqWQRRh75LqUmA==
|
3935 | 4005 |
|
| 4006 | +caniuse-lite@^1.0.30001449: |
| 4007 | + version "1.0.30001473" |
| 4008 | + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001473.tgz#3859898b3cab65fc8905bb923df36ad35058153c" |
| 4009 | + integrity sha512-ewDad7+D2vlyy+E4UJuVfiBsU69IL+8oVmTuZnH5Q6CIUbxNfI50uVpRHbUPDD6SUaN2o0Lh4DhTrvLG/Tn1yg== |
| 4010 | + |
3936 | 4011 | capital-case@^1.0.4:
|
3937 | 4012 | version "1.0.4"
|
3938 | 4013 | resolved "https://registry.yarnpkg.com/capital-case/-/capital-case-1.0.4.tgz#9d130292353c9249f6b00fa5852bee38a717e669"
|
|
4975 | 5050 | integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==
|
4976 | 5051 |
|
4977 | 5052 | electron-to-chromium@^1.4.284:
|
4978 |
| - version "1.4.340" |
4979 |
| - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.340.tgz#3a6d7414c1fc2dbf84b6f7af3ec24270606c85b8" |
4980 |
| - integrity sha512-zx8hqumOqltKsv/MF50yvdAlPF9S/4PXbyfzJS6ZGhbddGkRegdwImmfSVqCkEziYzrIGZ/TlrzBND4FysfkDg== |
| 5053 | + version "1.4.348" |
| 5054 | + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.348.tgz#f49379dc212d79f39112dd026f53e371279e433d" |
| 5055 | + integrity sha512-gM7TdwuG3amns/1rlgxMbeeyNoBFPa+4Uu0c7FeROWh4qWmvSOnvcslKmWy51ggLKZ2n/F/4i2HJ+PVNxH9uCQ== |
4981 | 5056 |
|
4982 | 5057 | emittery@^0.13.1:
|
4983 | 5058 | version "0.13.1"
|
|
0 commit comments