|
348 | 348 | "@babel/helper-remap-async-to-generator" "^7.7.0" |
349 | 349 | "@babel/plugin-syntax-async-generators" "^7.2.0" |
350 | 350 |
|
351 | | -"@babel/plugin-proposal-class-properties@^7.1.0", "@babel/plugin-proposal-class-properties@^7.7.0": |
| 351 | +"@babel/plugin-proposal-class-properties@^7.7.0": |
352 | 352 | version "7.7.0" |
353 | 353 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.7.0.tgz#ac54e728ecf81d90e8f4d2a9c05a890457107917" |
354 | 354 | integrity sha512-tufDcFA1Vj+eWvwHN+jvMN6QsV5o+vUlytNKrbMiCeDL0F2j92RURzUsUMWE5EJkLyWxjdUslCsMQa9FWth16A== |
|
381 | 381 | "@babel/helper-plugin-utils" "^7.0.0" |
382 | 382 | "@babel/plugin-syntax-json-strings" "^7.2.0" |
383 | 383 |
|
| 384 | +"@babel/plugin-proposal-nullish-coalescing-operator@^7.4.4": |
| 385 | + version "7.4.4" |
| 386 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.4.4.tgz#41c360d59481d88e0ce3a3f837df10121a769b39" |
| 387 | + integrity sha512-Amph7Epui1Dh/xxUxS2+K22/MUi6+6JVTvy3P58tja3B6yKTSjwwx0/d83rF7551D6PVSSoplQb8GCwqec7HRw== |
| 388 | + dependencies: |
| 389 | + "@babel/helper-plugin-utils" "^7.0.0" |
| 390 | + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.2.0" |
| 391 | + |
384 | 392 | "@babel/plugin-proposal-object-rest-spread@^7.6.2": |
385 | 393 | version "7.6.2" |
386 | 394 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.6.2.tgz#8ffccc8f3a6545e9f78988b6bf4fe881b88e8096" |
|
397 | 405 | "@babel/helper-plugin-utils" "^7.0.0" |
398 | 406 | "@babel/plugin-syntax-optional-catch-binding" "^7.2.0" |
399 | 407 |
|
| 408 | +"@babel/plugin-proposal-optional-chaining@^7.6.0": |
| 409 | + version "7.6.0" |
| 410 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.6.0.tgz#e9bf1f9b9ba10c77c033082da75f068389041af8" |
| 411 | + integrity sha512-kj4gkZ6qUggkprRq3Uh5KP8XnE1MdIO0J7MhdDX8+rAbB6dJ2UrensGIS+0NPZAaaJ1Vr0PN6oLUgXMU1uMcSg== |
| 412 | + dependencies: |
| 413 | + "@babel/helper-plugin-utils" "^7.0.0" |
| 414 | + "@babel/plugin-syntax-optional-chaining" "^7.2.0" |
| 415 | + |
400 | 416 | "@babel/plugin-proposal-unicode-property-regex@^7.7.0": |
401 | 417 | version "7.7.0" |
402 | 418 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.7.0.tgz#549fe1717a1bd0a2a7e63163841cb37e78179d5d" |
|
433 | 449 | dependencies: |
434 | 450 | "@babel/helper-plugin-utils" "^7.0.0" |
435 | 451 |
|
| 452 | +"@babel/plugin-syntax-nullish-coalescing-operator@^7.2.0": |
| 453 | + version "7.2.0" |
| 454 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.2.0.tgz#f75083dfd5ade73e783db729bbd87e7b9efb7624" |
| 455 | + integrity sha512-lRCEaKE+LTxDQtgbYajI04ddt6WW0WJq57xqkAZ+s11h4YgfRHhVA/Y2VhfPzzFD4qeLHWg32DMp9HooY4Kqlg== |
| 456 | + dependencies: |
| 457 | + "@babel/helper-plugin-utils" "^7.0.0" |
| 458 | + |
436 | 459 | "@babel/plugin-syntax-object-rest-spread@^7.2.0": |
437 | 460 | version "7.2.0" |
438 | 461 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.2.0.tgz#3b7a3e733510c57e820b9142a6579ac8b0dfad2e" |
|
447 | 470 | dependencies: |
448 | 471 | "@babel/helper-plugin-utils" "^7.0.0" |
449 | 472 |
|
| 473 | +"@babel/plugin-syntax-optional-chaining@^7.2.0": |
| 474 | + version "7.2.0" |
| 475 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.2.0.tgz#a59d6ae8c167e7608eaa443fda9fa8fa6bf21dff" |
| 476 | + integrity sha512-HtGCtvp5Uq/jH/WNUPkK6b7rufnCPLLlDAFN7cmACoIjaOOiXxUt3SswU5loHqrhtqTsa/WoLQ1OQ1AGuZqaWA== |
| 477 | + dependencies: |
| 478 | + "@babel/helper-plugin-utils" "^7.0.0" |
| 479 | + |
450 | 480 | "@babel/plugin-syntax-top-level-await@^7.7.0": |
451 | 481 | version "7.7.0" |
452 | 482 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.7.0.tgz#f5699549f50bbe8d12b1843a4e82f0a37bb65f4d" |
|
714 | 744 | dependencies: |
715 | 745 | "@babel/helper-plugin-utils" "^7.0.0" |
716 | 746 |
|
717 | | -"@babel/plugin-transform-typescript@~7.4.0": |
718 | | - version "7.4.5" |
719 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.4.5.tgz#ab3351ba35307b79981993536c93ff8be050ba28" |
720 | | - integrity sha512-RPB/YeGr4ZrFKNwfuQRlMf2lxoCUaU01MTw39/OFE/RiL8HDjtn68BwEPft1P7JN4akyEmjGWAMNldOV7o9V2g== |
| 747 | +"@babel/plugin-transform-typescript@~7.7.0": |
| 748 | + version "7.7.2" |
| 749 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.7.2.tgz#eb9f14c516b5d36f4d6f3a9d7badae6d0fc313d4" |
| 750 | + integrity sha512-UWhDaJRqdPUtdK1s0sKYdoRuqK0NepjZto2UZltvuCgMoMZmdjhgz5hcRokie/3aYEaSz3xvusyoayVaq4PjRg== |
721 | 751 | dependencies: |
| 752 | + "@babel/helper-create-class-features-plugin" "^7.7.0" |
722 | 753 | "@babel/helper-plugin-utils" "^7.0.0" |
723 | 754 | "@babel/plugin-syntax-typescript" "^7.2.0" |
724 | 755 |
|
@@ -3444,6 +3475,15 @@ cross-spawn@^6.0.0, cross-spawn@^6.0.5: |
3444 | 3475 | shebang-command "^1.2.0" |
3445 | 3476 | which "^1.2.9" |
3446 | 3477 |
|
| 3478 | +cross-spawn@^7.0.0: |
| 3479 | + version "7.0.1" |
| 3480 | + resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.1.tgz#0ab56286e0f7c24e153d04cc2aa027e43a9a5d14" |
| 3481 | + integrity sha512-u7v4o84SwFpD32Z8IIcPZ6z1/ie24O6RU3RbtL5Y316l3KuHVPx9ItBgWQ6VlfAFnRnTtMUrsQ9MUUTuEZjogg== |
| 3482 | + dependencies: |
| 3483 | + path-key "^3.1.0" |
| 3484 | + shebang-command "^2.0.0" |
| 3485 | + which "^2.0.1" |
| 3486 | + |
3447 | 3487 | crypto-random-string@^1.0.0: |
3448 | 3488 | version "1.0.0" |
3449 | 3489 | resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-1.0.0.tgz#a230f64f568310e1498009940790ec99545bca7e" |
@@ -3881,23 +3921,24 @@ ember-cli-typescript-blueprints@^2.0.0: |
3881 | 3921 | inflection "^1.12.0" |
3882 | 3922 | silent-error "^1.1.0" |
3883 | 3923 |
|
3884 | | -ember-cli-typescript@^2.0.2: |
3885 | | - version "2.0.2" |
3886 | | - resolved "https://registry.yarnpkg.com/ember-cli-typescript/-/ember-cli-typescript-2.0.2.tgz#464984131fbdc05655eb61d1c3cdd911d3137f0d" |
3887 | | - integrity sha512-7I5azCTxOgRDN8aSSnJZIKSqr+MGnT+jLTUbBYqF8wu6ojs2DUnTePxUcQMcvNh3Q3B1ySv7Q/uZFSjdU9gSjA== |
| 3924 | +ember-cli-typescript@^3.1.1: |
| 3925 | + version "3.1.1" |
| 3926 | + resolved "https://registry.yarnpkg.com/ember-cli-typescript/-/ember-cli-typescript-3.1.1.tgz#a5a12ebf915e43ded7bf6bb460ecea4b67b0d95b" |
| 3927 | + integrity sha512-HCjM5EZ29Yh94Jy/M2+MVkS9LdtOoGYtYLIcZ4F7umJaRJM67ku/xCyN/2r+uTeYTNdpJN9+HWx30a6yyAbfRA== |
3888 | 3928 | dependencies: |
3889 | | - "@babel/plugin-proposal-class-properties" "^7.1.0" |
3890 | | - "@babel/plugin-transform-typescript" "~7.4.0" |
| 3929 | + "@babel/plugin-proposal-nullish-coalescing-operator" "^7.4.4" |
| 3930 | + "@babel/plugin-proposal-optional-chaining" "^7.6.0" |
| 3931 | + "@babel/plugin-transform-typescript" "~7.7.0" |
3891 | 3932 | ansi-to-html "^0.6.6" |
3892 | 3933 | debug "^4.0.0" |
3893 | 3934 | ember-cli-babel-plugin-helpers "^1.0.0" |
3894 | | - execa "^1.0.0" |
3895 | | - fs-extra "^7.0.0" |
| 3935 | + execa "^3.0.0" |
| 3936 | + fs-extra "^8.0.0" |
3896 | 3937 | resolve "^1.5.0" |
3897 | 3938 | rsvp "^4.8.1" |
3898 | 3939 | semver "^6.0.0" |
3899 | 3940 | stagehand "^1.0.0" |
3900 | | - walk-sync "^1.0.0" |
| 3941 | + walk-sync "^2.0.0" |
3901 | 3942 |
|
3902 | 3943 | ember-cli-valid-component-name@^1.0.0: |
3903 | 3944 | version "1.0.0" |
@@ -4524,6 +4565,22 @@ execa@^1.0.0: |
4524 | 4565 | signal-exit "^3.0.0" |
4525 | 4566 | strip-eof "^1.0.0" |
4526 | 4567 |
|
| 4568 | +execa@^3.0.0: |
| 4569 | + version "3.3.0" |
| 4570 | + resolved "https://registry.yarnpkg.com/execa/-/execa-3.3.0.tgz#7e348eef129a1937f21ecbbd53390942653522c1" |
| 4571 | + integrity sha512-j5Vit5WZR/cbHlqU97+qcnw9WHRCIL4V1SVe75VcHcD1JRBdt8fv0zw89b7CQHQdUHTt2VjuhcF5ibAgVOxqpg== |
| 4572 | + dependencies: |
| 4573 | + cross-spawn "^7.0.0" |
| 4574 | + get-stream "^5.0.0" |
| 4575 | + human-signals "^1.1.1" |
| 4576 | + is-stream "^2.0.0" |
| 4577 | + merge-stream "^2.0.0" |
| 4578 | + npm-run-path "^4.0.0" |
| 4579 | + onetime "^5.1.0" |
| 4580 | + p-finally "^2.0.0" |
| 4581 | + signal-exit "^3.0.2" |
| 4582 | + strip-final-newline "^2.0.0" |
| 4583 | + |
4527 | 4584 | exists-sync@0.0.4: |
4528 | 4585 | version "0.0.4" |
4529 | 4586 | resolved "https://registry.yarnpkg.com/exists-sync/-/exists-sync-0.0.4.tgz#9744c2c428cc03b01060db454d4b12f0ef3c8879" |
@@ -4980,6 +5037,15 @@ fs-extra@^7.0.0, fs-extra@^7.0.1: |
4980 | 5037 | jsonfile "^4.0.0" |
4981 | 5038 | universalify "^0.1.0" |
4982 | 5039 |
|
| 5040 | +fs-extra@^8.0.0: |
| 5041 | + version "8.1.0" |
| 5042 | + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0" |
| 5043 | + integrity sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g== |
| 5044 | + dependencies: |
| 5045 | + graceful-fs "^4.2.0" |
| 5046 | + jsonfile "^4.0.0" |
| 5047 | + universalify "^0.1.0" |
| 5048 | + |
4983 | 5049 | fs-tree-diff@^0.5.2, fs-tree-diff@^0.5.3, fs-tree-diff@^0.5.4, fs-tree-diff@^0.5.6, fs-tree-diff@^0.5.7: |
4984 | 5050 | version "0.5.9" |
4985 | 5051 | resolved "https://registry.yarnpkg.com/fs-tree-diff/-/fs-tree-diff-0.5.9.tgz#a4ec6182c2f5bd80b9b83c8e23e4522e6f5fd946" |
@@ -5093,7 +5159,7 @@ get-stream@^4.0.0, get-stream@^4.1.0: |
5093 | 5159 | dependencies: |
5094 | 5160 | pump "^3.0.0" |
5095 | 5161 |
|
5096 | | -get-stream@^5.1.0: |
| 5162 | +get-stream@^5.0.0, get-stream@^5.1.0: |
5097 | 5163 | version "5.1.0" |
5098 | 5164 | resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-5.1.0.tgz#01203cdc92597f9b909067c3e656cc1f4d3c4dc9" |
5099 | 5165 | integrity sha512-EXr1FOzrzTfGeL0gQdeFEvOMm2mzMOglyiOXSTpPC+iAjAKftbr3jpCMWynogwYnM+eSj9sHGc6wjIcDvYiygw== |
@@ -5342,6 +5408,11 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.3, graceful-fs@^4.1.6: |
5342 | 5408 | resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658" |
5343 | 5409 | integrity sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg= |
5344 | 5410 |
|
| 5411 | +graceful-fs@^4.2.0: |
| 5412 | + version "4.2.3" |
| 5413 | + resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.3.tgz#4a12ff1b60376ef09862c2093edd908328be8423" |
| 5414 | + integrity sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ== |
| 5415 | + |
5345 | 5416 | "graceful-readlink@>= 1.0.0": |
5346 | 5417 | version "1.0.1" |
5347 | 5418 | resolved "https://registry.yarnpkg.com/graceful-readlink/-/graceful-readlink-1.0.1.tgz#4cafad76bc62f02fa039b2f94e9a3dd3a391a725" |
@@ -5572,6 +5643,11 @@ https-proxy-agent@^2.2.1: |
5572 | 5643 | agent-base "^4.3.0" |
5573 | 5644 | debug "^3.1.0" |
5574 | 5645 |
|
| 5646 | +human-signals@^1.1.1: |
| 5647 | + version "1.1.1" |
| 5648 | + resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3" |
| 5649 | + integrity sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw== |
| 5650 | + |
5575 | 5651 | humanize-ms@^1.2.1: |
5576 | 5652 | version "1.2.1" |
5577 | 5653 | resolved "https://registry.yarnpkg.com/humanize-ms/-/humanize-ms-1.2.1.tgz#c46e3159a293f6b896da29316d8b6fe8bb79bbed" |
@@ -6023,6 +6099,11 @@ is-stream@^1.0.0, is-stream@^1.1.0: |
6023 | 6099 | resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44" |
6024 | 6100 | integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ= |
6025 | 6101 |
|
| 6102 | +is-stream@^2.0.0: |
| 6103 | + version "2.0.0" |
| 6104 | + resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.0.tgz#bde9c32680d6fae04129d6ac9d921ce7815f78e3" |
| 6105 | + integrity sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw== |
| 6106 | + |
6026 | 6107 | is-symbol@^1.0.2: |
6027 | 6108 | version "1.0.2" |
6028 | 6109 | resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38" |
@@ -6865,6 +6946,14 @@ matcher-collection@^1.1.1: |
6865 | 6946 | dependencies: |
6866 | 6947 | minimatch "^3.0.2" |
6867 | 6948 |
|
| 6949 | +matcher-collection@^2.0.0: |
| 6950 | + version "2.0.1" |
| 6951 | + resolved "https://registry.yarnpkg.com/matcher-collection/-/matcher-collection-2.0.1.tgz#90be1a4cf58d6f2949864f65bb3b0f3e41303b29" |
| 6952 | + integrity sha512-daE62nS2ZQsDg9raM0IlZzLmI2u+7ZapXBwdoeBUKAYERPDDIc0qNqA8E0Rp2D+gspKR7BgIFP52GeujaGXWeQ== |
| 6953 | + dependencies: |
| 6954 | + "@types/minimatch" "^3.0.3" |
| 6955 | + minimatch "^3.0.2" |
| 6956 | + |
6868 | 6957 | mdurl@^1.0.1: |
6869 | 6958 | version "1.0.1" |
6870 | 6959 | resolved "https://registry.yarnpkg.com/mdurl/-/mdurl-1.0.1.tgz#fe85b2ec75a59037f2adfec100fd6c601761152e" |
@@ -6894,6 +6983,11 @@ merge-descriptors@1.0.1: |
6894 | 6983 | resolved "https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz#b00aaa556dd8b44568150ec9d1b953f3f90cbb61" |
6895 | 6984 | integrity sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E= |
6896 | 6985 |
|
| 6986 | +merge-stream@^2.0.0: |
| 6987 | + version "2.0.0" |
| 6988 | + resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60" |
| 6989 | + integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w== |
| 6990 | + |
6897 | 6991 | merge-trees@^1.0.1: |
6898 | 6992 | version "1.0.1" |
6899 | 6993 | resolved "https://registry.yarnpkg.com/merge-trees/-/merge-trees-1.0.1.tgz#ccbe674569787f9def17fd46e6525f5700bbd23e" |
@@ -7261,6 +7355,13 @@ npm-run-path@^2.0.0: |
7261 | 7355 | dependencies: |
7262 | 7356 | path-key "^2.0.0" |
7263 | 7357 |
|
| 7358 | +npm-run-path@^4.0.0: |
| 7359 | + version "4.0.0" |
| 7360 | + resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.0.tgz#d644ec1bd0569187d2a52909971023a0a58e8438" |
| 7361 | + integrity sha512-8eyAOAH+bYXFPSnNnKr3J+yoybe8O87Is5rtAQ8qRczJz1ajcsjg8l2oZqP+Ppx15Ii3S1vUTjQN2h4YO2tWWQ== |
| 7362 | + dependencies: |
| 7363 | + path-key "^3.0.0" |
| 7364 | + |
7264 | 7365 | npmlog@^4.0.0: |
7265 | 7366 | version "4.1.2" |
7266 | 7367 | resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-4.1.2.tgz#08a7f2a8bf734604779a9efa4ad5cc717abb954b" |
@@ -7462,6 +7563,11 @@ p-finally@^1.0.0: |
7462 | 7563 | resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae" |
7463 | 7564 | integrity sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4= |
7464 | 7565 |
|
| 7566 | +p-finally@^2.0.0: |
| 7567 | + version "2.0.1" |
| 7568 | + resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-2.0.1.tgz#bd6fcaa9c559a096b680806f4d657b3f0f240561" |
| 7569 | + integrity sha512-vpm09aKwq6H9phqRQzecoDpD8TmVyGw70qmWlyq5onxY7tqyTTFVvxMykxQSQKILBSFlbXpypIw2T1Ml7+DDtw== |
| 7570 | + |
7465 | 7571 | p-is-promise@^1.1.0: |
7466 | 7572 | version "1.1.0" |
7467 | 7573 | resolved "https://registry.yarnpkg.com/p-is-promise/-/p-is-promise-1.1.0.tgz#9c9456989e9f6588017b0434d56097675c3da05e" |
@@ -7654,6 +7760,11 @@ path-key@^2.0.0, path-key@^2.0.1: |
7654 | 7760 | resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40" |
7655 | 7761 | integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A= |
7656 | 7762 |
|
| 7763 | +path-key@^3.0.0, path-key@^3.1.0: |
| 7764 | + version "3.1.0" |
| 7765 | + resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.0.tgz#99a10d870a803bdd5ee6f0470e58dfcd2f9a54d3" |
| 7766 | + integrity sha512-8cChqz0RP6SHJkMt48FW0A7+qUOn+OsnOsVtzI59tZ8m+5bCSk7hzwET0pulwOM2YMn9J1efb07KB9l9f30SGg== |
| 7767 | + |
7657 | 7768 | path-parse@^1.0.6: |
7658 | 7769 | version "1.0.6" |
7659 | 7770 | resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c" |
@@ -8511,11 +8622,23 @@ shebang-command@^1.2.0: |
8511 | 8622 | dependencies: |
8512 | 8623 | shebang-regex "^1.0.0" |
8513 | 8624 |
|
| 8625 | +shebang-command@^2.0.0: |
| 8626 | + version "2.0.0" |
| 8627 | + resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea" |
| 8628 | + integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== |
| 8629 | + dependencies: |
| 8630 | + shebang-regex "^3.0.0" |
| 8631 | + |
8514 | 8632 | shebang-regex@^1.0.0: |
8515 | 8633 | version "1.0.0" |
8516 | 8634 | resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3" |
8517 | 8635 | integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM= |
8518 | 8636 |
|
| 8637 | +shebang-regex@^3.0.0: |
| 8638 | + version "3.0.0" |
| 8639 | + resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172" |
| 8640 | + integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== |
| 8641 | + |
8519 | 8642 | shelljs@0.8.3: |
8520 | 8643 | version "0.8.3" |
8521 | 8644 | resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.3.tgz#a7f3319520ebf09ee81275b2368adb286659b097" |
@@ -8916,6 +9039,11 @@ strip-eof@^1.0.0: |
8916 | 9039 | resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf" |
8917 | 9040 | integrity sha1-u0P/VZim6wXYm1n80SnJgzE2Br8= |
8918 | 9041 |
|
| 9042 | +strip-final-newline@^2.0.0: |
| 9043 | + version "2.0.0" |
| 9044 | + resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad" |
| 9045 | + integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA== |
| 9046 | + |
8919 | 9047 | strip-json-comments@^2.0.1, strip-json-comments@~2.0.1: |
8920 | 9048 | version "2.0.1" |
8921 | 9049 | resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a" |
@@ -9493,6 +9621,15 @@ walk-sync@^1.0.0, walk-sync@^1.1.3: |
9493 | 9621 | ensure-posix-path "^1.1.0" |
9494 | 9622 | matcher-collection "^1.1.1" |
9495 | 9623 |
|
| 9624 | +walk-sync@^2.0.0: |
| 9625 | + version "2.0.2" |
| 9626 | + resolved "https://registry.yarnpkg.com/walk-sync/-/walk-sync-2.0.2.tgz#5ea8a28377c8be68c92d50f4007ea381725da14b" |
| 9627 | + integrity sha512-dCZkrxfHjPn7tIvdYrX3uMD/R0beVrHpA8lROQ5wWrl8psJgR6xwCkwqTFes0dNujbS2o/ITpvSYgIFsLsf13A== |
| 9628 | + dependencies: |
| 9629 | + "@types/minimatch" "^3.0.3" |
| 9630 | + ensure-posix-path "^1.1.0" |
| 9631 | + matcher-collection "^2.0.0" |
| 9632 | + |
9496 | 9633 | walker@~1.0.5: |
9497 | 9634 | version "1.0.7" |
9498 | 9635 | resolved "https://registry.yarnpkg.com/walker/-/walker-1.0.7.tgz#2f7f9b8fd10d677262b18a884e28d19618e028fb" |
@@ -9543,6 +9680,13 @@ which@^1.2.14, which@^1.2.9, which@^1.3.0: |
9543 | 9680 | dependencies: |
9544 | 9681 | isexe "^2.0.0" |
9545 | 9682 |
|
| 9683 | +which@^2.0.1: |
| 9684 | + version "2.0.2" |
| 9685 | + resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1" |
| 9686 | + integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== |
| 9687 | + dependencies: |
| 9688 | + isexe "^2.0.0" |
| 9689 | + |
9546 | 9690 | wide-align@^1.1.0: |
9547 | 9691 | version "1.1.3" |
9548 | 9692 | resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457" |
|
0 commit comments