|
106 | 106 | "@algolia/logger-common" "4.10.3"
|
107 | 107 | "@algolia/requester-common" "4.10.3"
|
108 | 108 |
|
| 109 | +"@ampproject/remapping@^2.0.0": |
| 110 | + version "2.0.2" |
| 111 | + resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.0.2.tgz#f3d9760bf30588c51408dbe7c05ff2bb13069307" |
| 112 | + integrity sha512-sE8Gx+qSDMLoJvb3QarJJlDQK7SSY4rK3hxp4XsiANeFOmjU46ZI7Y9adAQRJrmbz8zbtZkp3mJTT+rGxtF0XA== |
| 113 | + dependencies: |
| 114 | + "@jridgewell/trace-mapping" "^0.2.2" |
| 115 | + sourcemap-codec "1.4.8" |
| 116 | + |
109 | 117 | "@babel/code-frame@7.12.11":
|
110 | 118 | version "7.12.11"
|
111 | 119 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f"
|
|
180 | 188 | semver "^6.3.0"
|
181 | 189 | source-map "^0.5.0"
|
182 | 190 |
|
183 |
| -"@babel/core@^7.16.12": |
184 |
| - version "7.16.12" |
185 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.12.tgz#5edc53c1b71e54881315923ae2aedea2522bb784" |
186 |
| - integrity sha512-dK5PtG1uiN2ikk++5OzSYsitZKny4wOCD0nrO4TqnW4BVBTQ2NGS3NgilvT/TEyxTST7LNyWV/T4tXDoD3fOgg== |
| 191 | +"@babel/core@^7.17.0": |
| 192 | + version "7.17.0" |
| 193 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.0.tgz#16b8772b0a567f215839f689c5ded6bb20e864d5" |
| 194 | + integrity sha512-x/5Ea+RO5MvF9ize5DeVICJoVrNv0Mi2RnIABrZEKYvPEpldXwauPkgvYA17cKa6WpU3LoYvYbuEMFtSNFsarA== |
187 | 195 | dependencies:
|
| 196 | + "@ampproject/remapping" "^2.0.0" |
188 | 197 | "@babel/code-frame" "^7.16.7"
|
189 |
| - "@babel/generator" "^7.16.8" |
| 198 | + "@babel/generator" "^7.17.0" |
190 | 199 | "@babel/helper-compilation-targets" "^7.16.7"
|
191 | 200 | "@babel/helper-module-transforms" "^7.16.7"
|
192 |
| - "@babel/helpers" "^7.16.7" |
193 |
| - "@babel/parser" "^7.16.12" |
| 201 | + "@babel/helpers" "^7.17.0" |
| 202 | + "@babel/parser" "^7.17.0" |
194 | 203 | "@babel/template" "^7.16.7"
|
195 |
| - "@babel/traverse" "^7.16.10" |
196 |
| - "@babel/types" "^7.16.8" |
| 204 | + "@babel/traverse" "^7.17.0" |
| 205 | + "@babel/types" "^7.17.0" |
197 | 206 | convert-source-map "^1.7.0"
|
198 | 207 | debug "^4.1.0"
|
199 | 208 | gensync "^1.0.0-beta.2"
|
200 | 209 | json5 "^2.1.2"
|
201 | 210 | semver "^6.3.0"
|
202 |
| - source-map "^0.5.0" |
203 | 211 |
|
204 | 212 | "@babel/generator@^7.12.5", "@babel/generator@^7.14.5":
|
205 | 213 | version "7.14.5"
|
|
219 | 227 | jsesc "^2.5.1"
|
220 | 228 | source-map "^0.5.0"
|
221 | 229 |
|
222 |
| -"@babel/generator@^7.16.8": |
223 |
| - version "7.16.8" |
224 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.16.8.tgz#359d44d966b8cd059d543250ce79596f792f2ebe" |
225 |
| - integrity sha512-1ojZwE9+lOXzcWdWmO6TbUzDfqLD39CmEhN8+2cX9XkDo5yW1OpgfejfliysR2AWLpMamTiOiAp/mtroaymhpw== |
| 230 | +"@babel/generator@^7.17.0": |
| 231 | + version "7.17.0" |
| 232 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.0.tgz#7bd890ba706cd86d3e2f727322346ffdbf98f65e" |
| 233 | + integrity sha512-I3Omiv6FGOC29dtlZhkfXO6pgkmukJSlT26QjVvS1DGZe/NzSVCPG41X0tS21oZkJYlovfj9qDWgKP+Cn4bXxw== |
226 | 234 | dependencies:
|
227 |
| - "@babel/types" "^7.16.8" |
| 235 | + "@babel/types" "^7.17.0" |
228 | 236 | jsesc "^2.5.1"
|
229 | 237 | source-map "^0.5.0"
|
230 | 238 |
|
|
516 | 524 | "@babel/traverse" "^7.14.5"
|
517 | 525 | "@babel/types" "^7.14.5"
|
518 | 526 |
|
519 |
| -"@babel/helpers@^7.16.7": |
520 |
| - version "7.16.7" |
521 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.16.7.tgz#7e3504d708d50344112767c3542fc5e357fffefc" |
522 |
| - integrity sha512-9ZDoqtfY7AuEOt3cxchfii6C7GDyyMBffktR5B2jvWv8u2+efwvpnVKXMWzNehqy68tKgAfSwfdw/lWpthS2bw== |
| 527 | +"@babel/helpers@^7.17.0": |
| 528 | + version "7.17.0" |
| 529 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.0.tgz#79cdf6c66a579f3a7b5e739371bc63ca0306886b" |
| 530 | + integrity sha512-Xe/9NFxjPwELUvW2dsukcMZIp6XwPSbI4ojFBJuX5ramHuVE22SVcZIwqzdWo5uCgeTXW8qV97lMvSOjq+1+nQ== |
523 | 531 | dependencies:
|
524 | 532 | "@babel/template" "^7.16.7"
|
525 |
| - "@babel/traverse" "^7.16.7" |
526 |
| - "@babel/types" "^7.16.7" |
| 533 | + "@babel/traverse" "^7.17.0" |
| 534 | + "@babel/types" "^7.17.0" |
527 | 535 |
|
528 | 536 | "@babel/highlight@^7.10.4", "@babel/highlight@^7.14.5":
|
529 | 537 | version "7.14.5"
|
|
543 | 551 | chalk "^2.0.0"
|
544 | 552 | js-tokens "^4.0.0"
|
545 | 553 |
|
546 |
| -"@babel/parser@^7.1.0": |
| 554 | +"@babel/parser@^7.1.0", "@babel/parser@^7.17.0": |
547 | 555 | version "7.17.0"
|
548 | 556 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.0.tgz#f0ac33eddbe214e4105363bb17c3341c5ffcc43c"
|
549 | 557 | integrity sha512-VKXSCQx5D8S04ej+Dqsr1CzYvvWgf20jIw2D+YhQCrIlr2UZGaDds23Y0xg75/skOxpLCRpUZvk/1EAVkGoDOw==
|
|
553 | 561 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.7.tgz#6099720c8839ca865a2637e6c85852ead0bdb595"
|
554 | 562 | integrity sha512-X67Z5y+VBJuHB/RjwECp8kSl5uYi0BvRbNeWqkaJCVh+LiTPl19WBUfG627psSgp9rSf6ojuXghQM3ha6qHHdA==
|
555 | 563 |
|
556 |
| -"@babel/parser@^7.16.10": |
557 |
| - version "7.16.10" |
558 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.10.tgz#aba1b1cb9696a24a19f59c41af9cf17d1c716a88" |
559 |
| - integrity sha512-Sm/S9Or6nN8uiFsQU1yodyDW3MWXQhFeqzMPM+t8MJjM+pLsnFVxFZzkpXKvUXh+Gz9cbMoYYs484+Jw/NTEFQ== |
560 |
| - |
561 |
| -"@babel/parser@^7.16.12": |
562 |
| - version "7.16.12" |
563 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.12.tgz#9474794f9a650cf5e2f892444227f98e28cdf8b6" |
564 |
| - integrity sha512-VfaV15po8RiZssrkPweyvbGVSe4x2y+aciFCgn0n0/SJMR22cwofRV1mtnJQYcSB1wUTaA/X1LnA3es66MCO5A== |
565 |
| - |
566 | 564 | "@babel/parser@^7.16.7":
|
567 | 565 | version "7.16.7"
|
568 | 566 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.7.tgz#d372dda9c89fcec340a82630a9f533f2fe15877e"
|
|
1278 | 1276 | debug "^4.1.0"
|
1279 | 1277 | globals "^11.1.0"
|
1280 | 1278 |
|
1281 |
| -"@babel/traverse@^7.16.10": |
1282 |
| - version "7.16.10" |
1283 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.10.tgz#448f940defbe95b5a8029975b051f75993e8239f" |
1284 |
| - integrity sha512-yzuaYXoRJBGMlBhsMJoUW7G1UmSb/eXr/JHYM/MsOJgavJibLwASijW7oXBdw3NQ6T0bW7Ty5P/VarOs9cHmqw== |
| 1279 | +"@babel/traverse@^7.16.7": |
| 1280 | + version "7.16.7" |
| 1281 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.7.tgz#dac01236a72c2560073658dd1a285fe4e0865d76" |
| 1282 | + integrity sha512-8KWJPIb8c2VvY8AJrydh6+fVRo2ODx1wYBU2398xJVq0JomuLBZmVQzLPBblJgHIGYG4znCpUZUZ0Pt2vdmVYQ== |
1285 | 1283 | dependencies:
|
1286 | 1284 | "@babel/code-frame" "^7.16.7"
|
1287 |
| - "@babel/generator" "^7.16.8" |
| 1285 | + "@babel/generator" "^7.16.7" |
1288 | 1286 | "@babel/helper-environment-visitor" "^7.16.7"
|
1289 | 1287 | "@babel/helper-function-name" "^7.16.7"
|
1290 | 1288 | "@babel/helper-hoist-variables" "^7.16.7"
|
1291 | 1289 | "@babel/helper-split-export-declaration" "^7.16.7"
|
1292 |
| - "@babel/parser" "^7.16.10" |
1293 |
| - "@babel/types" "^7.16.8" |
| 1290 | + "@babel/parser" "^7.16.7" |
| 1291 | + "@babel/types" "^7.16.7" |
1294 | 1292 | debug "^4.1.0"
|
1295 | 1293 | globals "^11.1.0"
|
1296 | 1294 |
|
1297 |
| -"@babel/traverse@^7.16.7": |
1298 |
| - version "7.16.7" |
1299 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.7.tgz#dac01236a72c2560073658dd1a285fe4e0865d76" |
1300 |
| - integrity sha512-8KWJPIb8c2VvY8AJrydh6+fVRo2ODx1wYBU2398xJVq0JomuLBZmVQzLPBblJgHIGYG4znCpUZUZ0Pt2vdmVYQ== |
| 1295 | +"@babel/traverse@^7.17.0": |
| 1296 | + version "7.17.0" |
| 1297 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.0.tgz#3143e5066796408ccc880a33ecd3184f3e75cd30" |
| 1298 | + integrity sha512-fpFIXvqD6kC7c7PUNnZ0Z8cQXlarCLtCUpt2S1Dx7PjoRtCFffvOkHHSom+m5HIxMZn5bIBVb71lhabcmjEsqg== |
1301 | 1299 | dependencies:
|
1302 | 1300 | "@babel/code-frame" "^7.16.7"
|
1303 |
| - "@babel/generator" "^7.16.7" |
| 1301 | + "@babel/generator" "^7.17.0" |
1304 | 1302 | "@babel/helper-environment-visitor" "^7.16.7"
|
1305 | 1303 | "@babel/helper-function-name" "^7.16.7"
|
1306 | 1304 | "@babel/helper-hoist-variables" "^7.16.7"
|
1307 | 1305 | "@babel/helper-split-export-declaration" "^7.16.7"
|
1308 |
| - "@babel/parser" "^7.16.7" |
1309 |
| - "@babel/types" "^7.16.7" |
| 1306 | + "@babel/parser" "^7.17.0" |
| 1307 | + "@babel/types" "^7.17.0" |
1310 | 1308 | debug "^4.1.0"
|
1311 | 1309 | globals "^11.1.0"
|
1312 | 1310 |
|
1313 |
| -"@babel/types@^7.0.0", "@babel/types@^7.3.0": |
| 1311 | +"@babel/types@^7.0.0", "@babel/types@^7.17.0", "@babel/types@^7.3.0": |
1314 | 1312 | version "7.17.0"
|
1315 | 1313 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.0.tgz#a826e368bccb6b3d84acd76acad5c0d87342390b"
|
1316 | 1314 | integrity sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw==
|
|
1334 | 1332 | "@babel/helper-validator-identifier" "^7.16.7"
|
1335 | 1333 | to-fast-properties "^2.0.0"
|
1336 | 1334 |
|
1337 |
| -"@babel/types@^7.16.8": |
1338 |
| - version "7.16.8" |
1339 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.8.tgz#0ba5da91dd71e0a4e7781a30f22770831062e3c1" |
1340 |
| - integrity sha512-smN2DQc5s4M7fntyjGtyIPbRJv6wW4rU/94fmYJ7PKQuZkC0qGMHXJbg6sNGt12JmVr4k5YaptI/XtiLJBnmIg== |
1341 |
| - dependencies: |
1342 |
| - "@babel/helper-validator-identifier" "^7.16.7" |
1343 |
| - to-fast-properties "^2.0.0" |
1344 |
| - |
1345 | 1335 | "@badrap/bar-of-progress@^0.1.2":
|
1346 | 1336 | version "0.1.2"
|
1347 | 1337 | resolved "https://registry.yarnpkg.com/@badrap/bar-of-progress/-/bar-of-progress-0.1.2.tgz#5d9cf85759e1f77bddcb74398530976d87bb5077"
|
|
1439 | 1429 | resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
|
1440 | 1430 | integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
|
1441 | 1431 |
|
| 1432 | +"@jridgewell/resolve-uri@^3.0.3": |
| 1433 | + version "3.0.4" |
| 1434 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.4.tgz#b876e3feefb9c8d3aa84014da28b5e52a0640d72" |
| 1435 | + integrity sha512-cz8HFjOFfUBtvN+NXYSFMHYRdxZMaEl0XypVrhzxBgadKIXhIkRd8aMeHhmF56Sl7SuS8OnUpQ73/k9LE4VnLg== |
| 1436 | + |
| 1437 | +"@jridgewell/trace-mapping@^0.2.2": |
| 1438 | + version "0.2.6" |
| 1439 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.2.6.tgz#5eac4bea1b56e073471c6f021582bdb986c4b8b7" |
| 1440 | + integrity sha512-rVJf5dSMEBxnDEwtAT5x8+p6tZ+xU6Ocm+cR1MYL2gMsRi4MMzVf9Pvq6JaxIsEeKAyYmo2U+yPQN4QfdTfFnA== |
| 1441 | + dependencies: |
| 1442 | + "@jridgewell/resolve-uri" "^3.0.3" |
| 1443 | + sourcemap-codec "1.4.8" |
| 1444 | + |
1442 | 1445 | "@juggle/resize-observer@^3.3.1":
|
1443 | 1446 | version "3.3.1"
|
1444 | 1447 | resolved "https://registry.yarnpkg.com/@juggle/resize-observer/-/resize-observer-3.3.1.tgz#b50a781709c81e10701004214340f25475a171a0"
|
@@ -5626,6 +5629,11 @@ source-map@~0.7.2:
|
5626 | 5629 | resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383"
|
5627 | 5630 | integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==
|
5628 | 5631 |
|
| 5632 | +sourcemap-codec@1.4.8: |
| 5633 | + version "1.4.8" |
| 5634 | + resolved "https://registry.yarnpkg.com/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz#ea804bd94857402e6992d05a38ef1ae35a9ab4c4" |
| 5635 | + integrity sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA== |
| 5636 | + |
5629 | 5637 | space-separated-tokens@^1.0.0:
|
5630 | 5638 | version "1.1.5"
|
5631 | 5639 | resolved "https://registry.yarnpkg.com/space-separated-tokens/-/space-separated-tokens-1.1.5.tgz#85f32c3d10d9682007e917414ddc5c26d1aa6899"
|
|
0 commit comments