|
63 | 63 | dependencies:
|
64 | 64 | "@babel/highlight" "^7.18.6"
|
65 | 65 |
|
66 |
| -"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.19.4", "@babel/compat-data@^7.20.0": |
| 66 | +"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.19.4": |
67 | 67 | version "7.20.0"
|
68 | 68 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.0.tgz#9b61938c5f688212c7b9ae363a819df7d29d4093"
|
69 | 69 | integrity sha512-Gt9jszFJYq7qzXVK4slhc6NzJXnOVmRECWcVjF/T23rNXD9NtWQ0W3qxdg+p9wWIB+VQw3GYV/U2Ha9bRTfs4w==
|
70 | 70 |
|
| 71 | +"@babel/compat-data@^7.20.0": |
| 72 | + version "7.20.1" |
| 73 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.1.tgz#f2e6ef7790d8c8dbf03d379502dcc246dcce0b30" |
| 74 | + integrity sha512-EWZ4mE2diW3QALKvDMiXnbZpRvlj+nayZ112nK93SnhqOtpdsbVD4W+2tEoT3YNBAG9RBR0ISY758ZkOgsn6pQ== |
| 75 | + |
71 | 76 | "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.13.8", "@babel/core@^7.14.0", "@babel/core@^7.15.5", "@babel/core@^7.16.7":
|
72 |
| - version "7.19.6" |
73 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.6.tgz#7122ae4f5c5a37c0946c066149abd8e75f81540f" |
74 |
| - integrity sha512-D2Ue4KHpc6Ys2+AxpIx1BZ8+UegLLLE2p3KJEuJRKmokHOtl49jQ5ny1773KsGLZs8MQvBidAF6yWUJxRqtKtg== |
| 77 | + version "7.20.2" |
| 78 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.2.tgz#8dc9b1620a673f92d3624bd926dc49a52cf25b92" |
| 79 | + integrity sha512-w7DbG8DtMrJcFOi4VrLm+8QM4az8Mo+PuLBKLp2zrYRCow8W/f9xiXm5sN53C8HksCyDQwCKha9JiDoIyPjT2g== |
75 | 80 | dependencies:
|
76 | 81 | "@ampproject/remapping" "^2.1.0"
|
77 | 82 | "@babel/code-frame" "^7.18.6"
|
78 |
| - "@babel/generator" "^7.19.6" |
79 |
| - "@babel/helper-compilation-targets" "^7.19.3" |
80 |
| - "@babel/helper-module-transforms" "^7.19.6" |
81 |
| - "@babel/helpers" "^7.19.4" |
82 |
| - "@babel/parser" "^7.19.6" |
| 83 | + "@babel/generator" "^7.20.2" |
| 84 | + "@babel/helper-compilation-targets" "^7.20.0" |
| 85 | + "@babel/helper-module-transforms" "^7.20.2" |
| 86 | + "@babel/helpers" "^7.20.1" |
| 87 | + "@babel/parser" "^7.20.2" |
83 | 88 | "@babel/template" "^7.18.10"
|
84 |
| - "@babel/traverse" "^7.19.6" |
85 |
| - "@babel/types" "^7.19.4" |
| 89 | + "@babel/traverse" "^7.20.1" |
| 90 | + "@babel/types" "^7.20.2" |
86 | 91 | convert-source-map "^1.7.0"
|
87 | 92 | debug "^4.1.0"
|
88 | 93 | gensync "^1.0.0-beta.2"
|
|
105 | 110 | dependencies:
|
106 | 111 | eslint-rule-composer "^0.3.0"
|
107 | 112 |
|
108 |
| -"@babel/generator@^7.14.0", "@babel/generator@^7.16.8", "@babel/generator@^7.19.6", "@babel/generator@^7.20.0": |
| 113 | +"@babel/generator@^7.14.0", "@babel/generator@^7.16.8", "@babel/generator@^7.20.0": |
109 | 114 | version "7.20.0"
|
110 | 115 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.0.tgz#0bfc5379e0efb05ca6092091261fcdf7ec36249d"
|
111 | 116 | integrity sha512-GUPcXxWibClgmYJuIwC2Bc2Lg+8b9VjaJ+HlNdACEVt+Wlr1eoU1OPZjZRm7Hzl0gaTsUZNQfeihvZJhG7oc3w==
|
|
123 | 128 | "@jridgewell/gen-mapping" "^0.3.2"
|
124 | 129 | jsesc "^2.5.1"
|
125 | 130 |
|
| 131 | +"@babel/generator@^7.20.1", "@babel/generator@^7.20.2": |
| 132 | + version "7.20.2" |
| 133 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.2.tgz#c2e89e22613a039285c1e7b749e2cd0b30b9a481" |
| 134 | + integrity sha512-SD75PMIK6i9H8G/tfGvB4KKl4Nw6Ssos9nGgYwxbgyTP0iX/Z55DveoH86rmUB/YHTQQ+ZC0F7xxaY8l2OF44Q== |
| 135 | + dependencies: |
| 136 | + "@babel/types" "^7.20.2" |
| 137 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 138 | + jsesc "^2.5.1" |
| 139 | + |
126 | 140 | "@babel/generator@^7.7.2":
|
127 | 141 | version "7.19.3"
|
128 | 142 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.3.tgz#d7f4d1300485b4547cb6f94b27d10d237b42bf59"
|
|
147 | 161 | "@babel/helper-explode-assignable-expression" "^7.18.6"
|
148 | 162 | "@babel/types" "^7.18.9"
|
149 | 163 |
|
150 |
| -"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.19.0", "@babel/helper-compilation-targets@^7.19.3": |
| 164 | +"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.19.0", "@babel/helper-compilation-targets@^7.19.3", "@babel/helper-compilation-targets@^7.20.0": |
151 | 165 | version "7.20.0"
|
152 | 166 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.0.tgz#6bf5374d424e1b3922822f1d9bdaa43b1a139d0a"
|
153 | 167 | integrity sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ==
|
|
245 | 259 | "@babel/traverse" "^7.19.6"
|
246 | 260 | "@babel/types" "^7.19.4"
|
247 | 261 |
|
| 262 | +"@babel/helper-module-transforms@^7.20.2": |
| 263 | + version "7.20.2" |
| 264 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.2.tgz#ac53da669501edd37e658602a21ba14c08748712" |
| 265 | + integrity sha512-zvBKyJXRbmK07XhMuujYoJ48B5yvvmM6+wcpv6Ivj4Yg6qO7NOZOSnvZN9CRl1zz1Z4cKf8YejmCMh8clOoOeA== |
| 266 | + dependencies: |
| 267 | + "@babel/helper-environment-visitor" "^7.18.9" |
| 268 | + "@babel/helper-module-imports" "^7.18.6" |
| 269 | + "@babel/helper-simple-access" "^7.20.2" |
| 270 | + "@babel/helper-split-export-declaration" "^7.18.6" |
| 271 | + "@babel/helper-validator-identifier" "^7.19.1" |
| 272 | + "@babel/template" "^7.18.10" |
| 273 | + "@babel/traverse" "^7.20.1" |
| 274 | + "@babel/types" "^7.20.2" |
| 275 | + |
248 | 276 | "@babel/helper-optimise-call-expression@^7.18.6":
|
249 | 277 | version "7.18.6"
|
250 | 278 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz#9369aa943ee7da47edab2cb4e838acf09d290ffe"
|
|
285 | 313 | dependencies:
|
286 | 314 | "@babel/types" "^7.19.4"
|
287 | 315 |
|
| 316 | +"@babel/helper-simple-access@^7.20.2": |
| 317 | + version "7.20.2" |
| 318 | + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz#0ab452687fe0c2cfb1e2b9e0015de07fc2d62dd9" |
| 319 | + integrity sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA== |
| 320 | + dependencies: |
| 321 | + "@babel/types" "^7.20.2" |
| 322 | + |
288 | 323 | "@babel/helper-skip-transparent-expression-wrappers@^7.18.9":
|
289 | 324 | version "7.20.0"
|
290 | 325 | resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.20.0.tgz#fbe4c52f60518cab8140d77101f0e63a8a230684"
|
|
324 | 359 | "@babel/traverse" "^7.19.0"
|
325 | 360 | "@babel/types" "^7.19.0"
|
326 | 361 |
|
327 |
| -"@babel/helpers@^7.19.4": |
328 |
| - version "7.20.0" |
329 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.0.tgz#27c8ffa8cc32a2ed3762fba48886e7654dbcf77f" |
330 |
| - integrity sha512-aGMjYraN0zosCEthoGLdqot1oRsmxVTQRHadsUPz5QM44Zej2PYRz7XiDE7GqnkZnNtLbOuxqoZw42vkU7+XEQ== |
| 362 | +"@babel/helpers@^7.20.1": |
| 363 | + version "7.20.1" |
| 364 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.1.tgz#2ab7a0fcb0a03b5bf76629196ed63c2d7311f4c9" |
| 365 | + integrity sha512-J77mUVaDTUJFZ5BpP6mMn6OIl3rEWymk2ZxDBQJUG3P+PbmyMcF3bYWvz0ma69Af1oobDqT/iAsvzhB58xhQUg== |
331 | 366 | dependencies:
|
332 | 367 | "@babel/template" "^7.18.10"
|
333 |
| - "@babel/traverse" "^7.20.0" |
| 368 | + "@babel/traverse" "^7.20.1" |
334 | 369 | "@babel/types" "^7.20.0"
|
335 | 370 |
|
336 | 371 | "@babel/highlight@^7.10.4", "@babel/highlight@^7.18.6":
|
|
347 | 382 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.3.tgz#8dd36d17c53ff347f9e55c328710321b49479a9a"
|
348 | 383 | integrity sha512-pJ9xOlNWHiy9+FuFP09DEAFbAn4JskgRsVcc169w2xRBC3FRGuQEwjeIMMND9L2zc0iEhO/tGv4Zq+km+hxNpQ==
|
349 | 384 |
|
350 |
| -"@babel/parser@^7.14.0", "@babel/parser@^7.15.5", "@babel/parser@^7.16.8", "@babel/parser@^7.18.10", "@babel/parser@^7.19.6", "@babel/parser@^7.20.0": |
| 385 | +"@babel/parser@^7.14.0", "@babel/parser@^7.15.5", "@babel/parser@^7.16.8", "@babel/parser@^7.20.0": |
351 | 386 | version "7.20.0"
|
352 | 387 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.0.tgz#b26133c888da4d79b0d3edcf42677bcadc783046"
|
353 | 388 | integrity sha512-G9VgAhEaICnz8iiJeGJQyVl6J2nTjbW0xeisva0PK6XcKsga7BIaqm4ZF8Rg1Wbaqmy6znspNqhPaPkyukujzg==
|
354 | 389 |
|
| 390 | +"@babel/parser@^7.18.10", "@babel/parser@^7.20.1", "@babel/parser@^7.20.2": |
| 391 | + version "7.20.2" |
| 392 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.2.tgz#9aeb9b92f64412b5f81064d46f6a1ac0881337f4" |
| 393 | + integrity sha512-afk318kh2uKbo7BEj2QtEi8HVCGrwHUffrYDy7dgVcSa2j9lY3LDjPzcyGdpX7xgm35aWqvciZJ4WKmdF/SxYg== |
| 394 | + |
355 | 395 | "@babel/parser@^7.19.3":
|
356 | 396 | version "7.19.4"
|
357 | 397 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.4.tgz#03c4339d2b8971eb3beca5252bafd9b9f79db3dc"
|
|
1101 | 1141 | regenerator-runtime "^0.13.10"
|
1102 | 1142 |
|
1103 | 1143 | "@babel/runtime@^7.0.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.15.4", "@babel/runtime@^7.16.7", "@babel/runtime@^7.18.0", "@babel/runtime@^7.18.9", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
|
1104 |
| - version "7.20.0" |
1105 |
| - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.20.0.tgz#824a9ef325ffde6f78056059db3168c08785e24a" |
1106 |
| - integrity sha512-NDYdls71fTXoU8TZHfbBWg7DiZfNzClcKui/+kyi6ppD2L1qnWW3VV6CjtaBXSUGGhiTWJ6ereOIkUvenif66Q== |
| 1144 | + version "7.20.1" |
| 1145 | + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.20.1.tgz#1148bb33ab252b165a06698fde7576092a78b4a9" |
| 1146 | + integrity sha512-mrzLkl6U9YLF8qpqI7TB82PESyEGjm/0Ly91jG575eVxMMlb8fYfOXFZIJ8XfLrJZQbm7dlKry2bJmXBUEkdFg== |
1107 | 1147 | dependencies:
|
1108 | 1148 | regenerator-runtime "^0.13.10"
|
1109 | 1149 |
|
|
1116 | 1156 | "@babel/parser" "^7.18.10"
|
1117 | 1157 | "@babel/types" "^7.18.10"
|
1118 | 1158 |
|
1119 |
| -"@babel/traverse@^7.14.0", "@babel/traverse@^7.15.4", "@babel/traverse@^7.16.8", "@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.19.6", "@babel/traverse@^7.20.0": |
| 1159 | +"@babel/traverse@^7.14.0", "@babel/traverse@^7.15.4", "@babel/traverse@^7.16.8", "@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.19.6": |
1120 | 1160 | version "7.20.0"
|
1121 | 1161 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.0.tgz#538c4c6ce6255f5666eba02252a7b59fc2d5ed98"
|
1122 | 1162 | integrity sha512-5+cAXQNARgjRUK0JWu2UBwja4JLSO/rBMPJzpsKb+oBF5xlUuCfljQepS4XypBQoiigL0VQjTZy6WiONtUdScQ==
|
|
1132 | 1172 | debug "^4.1.0"
|
1133 | 1173 | globals "^11.1.0"
|
1134 | 1174 |
|
| 1175 | +"@babel/traverse@^7.20.1": |
| 1176 | + version "7.20.1" |
| 1177 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.1.tgz#9b15ccbf882f6d107eeeecf263fbcdd208777ec8" |
| 1178 | + integrity sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA== |
| 1179 | + dependencies: |
| 1180 | + "@babel/code-frame" "^7.18.6" |
| 1181 | + "@babel/generator" "^7.20.1" |
| 1182 | + "@babel/helper-environment-visitor" "^7.18.9" |
| 1183 | + "@babel/helper-function-name" "^7.19.0" |
| 1184 | + "@babel/helper-hoist-variables" "^7.18.6" |
| 1185 | + "@babel/helper-split-export-declaration" "^7.18.6" |
| 1186 | + "@babel/parser" "^7.20.1" |
| 1187 | + "@babel/types" "^7.20.0" |
| 1188 | + debug "^4.1.0" |
| 1189 | + globals "^11.1.0" |
| 1190 | + |
1135 | 1191 | "@babel/traverse@^7.7.2":
|
1136 | 1192 | version "7.19.3"
|
1137 | 1193 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.3.tgz#3a3c5348d4988ba60884e8494b0592b2f15a04b4"
|
|
1148 | 1204 | debug "^4.1.0"
|
1149 | 1205 | globals "^11.1.0"
|
1150 | 1206 |
|
1151 |
| -"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49", "@babel/types@^7.15.4", "@babel/types@^7.16.8", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.19.4", "@babel/types@^7.20.0", "@babel/types@^7.4.4": |
| 1207 | +"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49", "@babel/types@^7.15.4", "@babel/types@^7.16.8", "@babel/types@^7.18.9", "@babel/types@^7.19.4", "@babel/types@^7.4.4": |
1152 | 1208 | version "7.20.0"
|
1153 | 1209 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.0.tgz#52c94cf8a7e24e89d2a194c25c35b17a64871479"
|
1154 | 1210 | integrity sha512-Jlgt3H0TajCW164wkTOTzHkZb075tMQMULzrLUoUeKmO7eFL96GgDxf7/Axhc5CAuKE3KFyVW1p6ysKsi2oXAg==
|
|
1157 | 1213 | "@babel/helper-validator-identifier" "^7.19.1"
|
1158 | 1214 | to-fast-properties "^2.0.0"
|
1159 | 1215 |
|
| 1216 | +"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.19.0", "@babel/types@^7.20.0", "@babel/types@^7.20.2": |
| 1217 | + version "7.20.2" |
| 1218 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.2.tgz#67ac09266606190f496322dbaff360fdaa5e7842" |
| 1219 | + integrity sha512-FnnvsNWgZCr232sqtXggapvlkk/tuwR/qhGzcmxI0GXLCjmPYQPzio2FbdlWuY6y1sHFfQKk+rRbUZ9VStQMog== |
| 1220 | + dependencies: |
| 1221 | + "@babel/helper-string-parser" "^7.19.4" |
| 1222 | + "@babel/helper-validator-identifier" "^7.19.1" |
| 1223 | + to-fast-properties "^2.0.0" |
| 1224 | + |
1160 | 1225 | "@babel/types@^7.19.3":
|
1161 | 1226 | version "7.19.4"
|
1162 | 1227 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.4.tgz#0dd5c91c573a202d600490a35b33246fed8a41c7"
|
@@ -3916,11 +3981,16 @@ caniuse-api@^3.0.0:
|
3916 | 3981 | lodash.memoize "^4.1.2"
|
3917 | 3982 | lodash.uniq "^4.5.0"
|
3918 | 3983 |
|
3919 |
| -caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001400, caniuse-lite@^1.0.30001426: |
| 3984 | +caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001426: |
3920 | 3985 | version "1.0.30001427"
|
3921 | 3986 | resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001427.tgz#d3a749f74be7ae0671fbec3a4eea18576e8ad646"
|
3922 | 3987 | integrity sha512-lfXQ73oB9c8DP5Suxaszm+Ta2sr/4tf8+381GkIm1MLj/YdLf+rEDyDSRCzeltuyTVGm+/s18gdZ0q+Wmp8VsQ==
|
3923 | 3988 |
|
| 3989 | +caniuse-lite@^1.0.30001400: |
| 3990 | + version "1.0.30001430" |
| 3991 | + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001430.tgz#638a8ae00b5a8a97e66ff43733b2701f81b101fa" |
| 3992 | + integrity sha512-IB1BXTZKPDVPM7cnV4iaKaHxckvdr/3xtctB3f7Hmenx3qYBhGtTZ//7EllK66aKXW98Lx0+7Yr0kxBtIt3tzg== |
| 3993 | + |
3924 | 3994 | capital-case@^1.0.4:
|
3925 | 3995 | version "1.0.4"
|
3926 | 3996 | resolved "https://registry.yarnpkg.com/capital-case/-/capital-case-1.0.4.tgz#9d130292353c9249f6b00fa5852bee38a717e669"
|
|
0 commit comments