|
18 | 18 | invariant "^2.2.4"
|
19 | 19 | semver "^5.5.0"
|
20 | 20 |
|
| 21 | +"@babel/compat-data@^7.8.4": |
| 22 | + version "7.8.4" |
| 23 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.8.4.tgz#bbe65d05a291667a8394fe8a0e0e277ef22b0d2a" |
| 24 | + integrity sha512-lHLhlsvFjJAqNU71b7k6Vv9ewjmTXKvqaMv7n0G1etdCabWLw3nEYE8mmgoVOxMIFE07xOvo7H7XBASirX6Rrg== |
| 25 | + dependencies: |
| 26 | + browserslist "^4.8.5" |
| 27 | + invariant "^2.2.4" |
| 28 | + semver "^5.5.0" |
| 29 | + |
21 | 30 | "@babel/core@^7.0.0", "@babel/core@^7.3.4", "@babel/core@^7.7.0", "@babel/core@^7.7.2", "@babel/core@^7.8.3":
|
22 | 31 | version "7.8.3"
|
23 | 32 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.8.3.tgz#30b0ebb4dd1585de6923a0b4d179e0b9f5d82941"
|
|
84 | 93 | levenary "^1.1.0"
|
85 | 94 | semver "^5.5.0"
|
86 | 95 |
|
| 96 | +"@babel/helper-compilation-targets@^7.8.4": |
| 97 | + version "7.8.4" |
| 98 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.4.tgz#03d7ecd454b7ebe19a254f76617e61770aed2c88" |
| 99 | + integrity sha512-3k3BsKMvPp5bjxgMdrFyq0UaEO48HciVrOVF0+lon8pp95cyJ2ujAh0TrBHNMnJGT2rr0iKOJPFFbSqjDyf/Pg== |
| 100 | + dependencies: |
| 101 | + "@babel/compat-data" "^7.8.4" |
| 102 | + browserslist "^4.8.5" |
| 103 | + invariant "^2.2.4" |
| 104 | + levenary "^1.1.1" |
| 105 | + semver "^5.5.0" |
| 106 | + |
87 | 107 | "@babel/helper-create-class-features-plugin@^7.8.3":
|
88 | 108 | version "7.8.3"
|
89 | 109 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.8.3.tgz#5b94be88c255f140fd2c10dd151e7f98f4bff397"
|
|
267 | 287 | "@babel/helper-remap-async-to-generator" "^7.8.3"
|
268 | 288 | "@babel/plugin-syntax-async-generators" "^7.8.0"
|
269 | 289 |
|
270 |
| -"@babel/plugin-proposal-class-properties@^7.1.0", "@babel/plugin-proposal-class-properties@^7.7.0": |
| 290 | +"@babel/plugin-proposal-class-properties@^7.1.0", "@babel/plugin-proposal-class-properties@^7.7.0", "@babel/plugin-proposal-class-properties@^7.8.3": |
271 | 291 | version "7.8.3"
|
272 | 292 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.8.3.tgz#5e06654af5cd04b608915aada9b2a6788004464e"
|
273 | 293 | integrity sha512-EqFhbo7IosdgPgZggHaNObkmO1kNUe3slaKu54d5OWvy+p9QIKOzK1GAEpAIsZtWVtPXUHSMcT4smvDrCfY4AA==
|
274 | 294 | dependencies:
|
275 | 295 | "@babel/helper-create-class-features-plugin" "^7.8.3"
|
276 | 296 | "@babel/helper-plugin-utils" "^7.8.3"
|
277 | 297 |
|
278 |
| -"@babel/plugin-proposal-decorators@^7.1.2", "@babel/plugin-proposal-decorators@^7.7.0": |
| 298 | +"@babel/plugin-proposal-decorators@^7.1.2", "@babel/plugin-proposal-decorators@^7.7.0", "@babel/plugin-proposal-decorators@^7.8.3": |
279 | 299 | version "7.8.3"
|
280 | 300 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.8.3.tgz#2156860ab65c5abf068c3f67042184041066543e"
|
281 | 301 | integrity sha512-e3RvdvS4qPJVTe288DlXjwKflpfy1hr0j5dz5WpIYYeP7vQZg2WfAEIp8k5/Lwis/m5REXEteIz6rrcDtXXG7w==
|
|
499 | 519 | dependencies:
|
500 | 520 | "@babel/helper-plugin-utils" "^7.8.3"
|
501 | 521 |
|
| 522 | +"@babel/plugin-transform-for-of@^7.8.4": |
| 523 | + version "7.8.4" |
| 524 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.8.4.tgz#6fe8eae5d6875086ee185dd0b098a8513783b47d" |
| 525 | + integrity sha512-iAXNlOWvcYUYoV8YIxwS7TxGRJcxyl8eQCfT+A5j8sKUzRFvJdcyjp97jL2IghWSRDaL2PU2O2tX8Cu9dTBq5A== |
| 526 | + dependencies: |
| 527 | + "@babel/helper-plugin-utils" "^7.8.3" |
| 528 | + |
502 | 529 | "@babel/plugin-transform-function-name@^7.8.3":
|
503 | 530 | version "7.8.3"
|
504 | 531 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.8.3.tgz#279373cb27322aaad67c2683e776dfc47196ed8b"
|
|
596 | 623 | "@babel/helper-get-function-arity" "^7.8.3"
|
597 | 624 | "@babel/helper-plugin-utils" "^7.8.3"
|
598 | 625 |
|
| 626 | +"@babel/plugin-transform-parameters@^7.8.4": |
| 627 | + version "7.8.4" |
| 628 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.8.4.tgz#1d5155de0b65db0ccf9971165745d3bb990d77d3" |
| 629 | + integrity sha512-IsS3oTxeTsZlE5KqzTbcC2sV0P9pXdec53SU+Yxv7o/6dvGM5AkTotQKhoSffhNgZ/dftsSiOoxy7evCYJXzVA== |
| 630 | + dependencies: |
| 631 | + "@babel/helper-call-delegate" "^7.8.3" |
| 632 | + "@babel/helper-get-function-arity" "^7.8.3" |
| 633 | + "@babel/helper-plugin-utils" "^7.8.3" |
| 634 | + |
599 | 635 | "@babel/plugin-transform-property-literals@^7.8.3":
|
600 | 636 | version "7.8.3"
|
601 | 637 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.8.3.tgz#33194300d8539c1ed28c62ad5087ba3807b98263"
|
|
617 | 653 | dependencies:
|
618 | 654 | "@babel/helper-plugin-utils" "^7.8.3"
|
619 | 655 |
|
620 |
| -"@babel/plugin-transform-runtime@^7.6.0": |
| 656 | +"@babel/plugin-transform-runtime@^7.6.0", "@babel/plugin-transform-runtime@^7.8.3": |
621 | 657 | version "7.8.3"
|
622 | 658 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.8.3.tgz#c0153bc0a5375ebc1f1591cb7eea223adea9f169"
|
623 | 659 | integrity sha512-/vqUt5Yh+cgPZXXjmaG9NT8aVfThKk7G4OqkVhrXqwsC5soMn/qTCxs36rZ2QFhpfTJcjw4SNDIZ4RUb8OL4jQ==
|
|
664 | 700 | dependencies:
|
665 | 701 | "@babel/helper-plugin-utils" "^7.8.3"
|
666 | 702 |
|
| 703 | +"@babel/plugin-transform-typeof-symbol@^7.8.4": |
| 704 | + version "7.8.4" |
| 705 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.8.4.tgz#ede4062315ce0aaf8a657a920858f1a2f35fc412" |
| 706 | + integrity sha512-2QKyfjGdvuNfHsb7qnBBlKclbD4CfshH2KvDabiijLMGXPHJXGxtDzwIF7bQP+T0ysw8fYTtxPafgfs/c1Lrqg== |
| 707 | + dependencies: |
| 708 | + "@babel/helper-plugin-utils" "^7.8.3" |
| 709 | + |
667 | 710 | "@babel/plugin-transform-typescript@^7.1.0":
|
668 | 711 | version "7.8.3"
|
669 | 712 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.8.3.tgz#be6f01a7ef423be68e65ace1f04fc407e6d88917"
|
|
760 | 803 | levenary "^1.1.0"
|
761 | 804 | semver "^5.5.0"
|
762 | 805 |
|
| 806 | +"@babel/preset-env@^7.8.3": |
| 807 | + version "7.8.4" |
| 808 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.8.4.tgz#9dac6df5f423015d3d49b6e9e5fa3413e4a72c4e" |
| 809 | + integrity sha512-HihCgpr45AnSOHRbS5cWNTINs0TwaR8BS8xIIH+QwiW8cKL0llV91njQMpeMReEPVs+1Ao0x3RLEBLtt1hOq4w== |
| 810 | + dependencies: |
| 811 | + "@babel/compat-data" "^7.8.4" |
| 812 | + "@babel/helper-compilation-targets" "^7.8.4" |
| 813 | + "@babel/helper-module-imports" "^7.8.3" |
| 814 | + "@babel/helper-plugin-utils" "^7.8.3" |
| 815 | + "@babel/plugin-proposal-async-generator-functions" "^7.8.3" |
| 816 | + "@babel/plugin-proposal-dynamic-import" "^7.8.3" |
| 817 | + "@babel/plugin-proposal-json-strings" "^7.8.3" |
| 818 | + "@babel/plugin-proposal-nullish-coalescing-operator" "^7.8.3" |
| 819 | + "@babel/plugin-proposal-object-rest-spread" "^7.8.3" |
| 820 | + "@babel/plugin-proposal-optional-catch-binding" "^7.8.3" |
| 821 | + "@babel/plugin-proposal-optional-chaining" "^7.8.3" |
| 822 | + "@babel/plugin-proposal-unicode-property-regex" "^7.8.3" |
| 823 | + "@babel/plugin-syntax-async-generators" "^7.8.0" |
| 824 | + "@babel/plugin-syntax-dynamic-import" "^7.8.0" |
| 825 | + "@babel/plugin-syntax-json-strings" "^7.8.0" |
| 826 | + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0" |
| 827 | + "@babel/plugin-syntax-object-rest-spread" "^7.8.0" |
| 828 | + "@babel/plugin-syntax-optional-catch-binding" "^7.8.0" |
| 829 | + "@babel/plugin-syntax-optional-chaining" "^7.8.0" |
| 830 | + "@babel/plugin-syntax-top-level-await" "^7.8.3" |
| 831 | + "@babel/plugin-transform-arrow-functions" "^7.8.3" |
| 832 | + "@babel/plugin-transform-async-to-generator" "^7.8.3" |
| 833 | + "@babel/plugin-transform-block-scoped-functions" "^7.8.3" |
| 834 | + "@babel/plugin-transform-block-scoping" "^7.8.3" |
| 835 | + "@babel/plugin-transform-classes" "^7.8.3" |
| 836 | + "@babel/plugin-transform-computed-properties" "^7.8.3" |
| 837 | + "@babel/plugin-transform-destructuring" "^7.8.3" |
| 838 | + "@babel/plugin-transform-dotall-regex" "^7.8.3" |
| 839 | + "@babel/plugin-transform-duplicate-keys" "^7.8.3" |
| 840 | + "@babel/plugin-transform-exponentiation-operator" "^7.8.3" |
| 841 | + "@babel/plugin-transform-for-of" "^7.8.4" |
| 842 | + "@babel/plugin-transform-function-name" "^7.8.3" |
| 843 | + "@babel/plugin-transform-literals" "^7.8.3" |
| 844 | + "@babel/plugin-transform-member-expression-literals" "^7.8.3" |
| 845 | + "@babel/plugin-transform-modules-amd" "^7.8.3" |
| 846 | + "@babel/plugin-transform-modules-commonjs" "^7.8.3" |
| 847 | + "@babel/plugin-transform-modules-systemjs" "^7.8.3" |
| 848 | + "@babel/plugin-transform-modules-umd" "^7.8.3" |
| 849 | + "@babel/plugin-transform-named-capturing-groups-regex" "^7.8.3" |
| 850 | + "@babel/plugin-transform-new-target" "^7.8.3" |
| 851 | + "@babel/plugin-transform-object-super" "^7.8.3" |
| 852 | + "@babel/plugin-transform-parameters" "^7.8.4" |
| 853 | + "@babel/plugin-transform-property-literals" "^7.8.3" |
| 854 | + "@babel/plugin-transform-regenerator" "^7.8.3" |
| 855 | + "@babel/plugin-transform-reserved-words" "^7.8.3" |
| 856 | + "@babel/plugin-transform-shorthand-properties" "^7.8.3" |
| 857 | + "@babel/plugin-transform-spread" "^7.8.3" |
| 858 | + "@babel/plugin-transform-sticky-regex" "^7.8.3" |
| 859 | + "@babel/plugin-transform-template-literals" "^7.8.3" |
| 860 | + "@babel/plugin-transform-typeof-symbol" "^7.8.4" |
| 861 | + "@babel/plugin-transform-unicode-regex" "^7.8.3" |
| 862 | + "@babel/types" "^7.8.3" |
| 863 | + browserslist "^4.8.5" |
| 864 | + core-js-compat "^3.6.2" |
| 865 | + invariant "^2.2.2" |
| 866 | + levenary "^1.1.1" |
| 867 | + semver "^5.5.0" |
| 868 | + |
763 | 869 | "@babel/register@^7.0.0":
|
764 | 870 | version "7.8.3"
|
765 | 871 | resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.8.3.tgz#5d5d30cfcc918437535d724b8ac1e4a60c5db1f8"
|
|
778 | 884 | dependencies:
|
779 | 885 | regenerator-runtime "^0.13.2"
|
780 | 886 |
|
| 887 | +"@babel/runtime@^7.8.3": |
| 888 | + version "7.8.4" |
| 889 | + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.8.4.tgz#d79f5a2040f7caa24d53e563aad49cbc05581308" |
| 890 | + integrity sha512-neAp3zt80trRVBI1x0azq6c57aNBqYZH8KhMm3TaB7wEI5Q4A2SHfBHE8w9gOhI/lrqxtEbXZgQIrHP+wvSGwQ== |
| 891 | + dependencies: |
| 892 | + regenerator-runtime "^0.13.2" |
| 893 | + |
781 | 894 | "@babel/template@^7.4.0", "@babel/template@^7.8.3":
|
782 | 895 | version "7.8.3"
|
783 | 896 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.3.tgz#e02ad04fe262a657809327f578056ca15fd4d1b8"
|
@@ -3061,7 +3174,7 @@ broccoli-babel-transpiler@^6.5.0:
|
3061 | 3174 | rsvp "^4.8.2"
|
3062 | 3175 | workerpool "^2.3.0"
|
3063 | 3176 |
|
3064 |
| -broccoli-babel-transpiler@^7.3.0: |
| 3177 | +broccoli-babel-transpiler@^7.3.0, broccoli-babel-transpiler@^7.4.0: |
3065 | 3178 | version "7.4.0"
|
3066 | 3179 | resolved "https://registry.yarnpkg.com/broccoli-babel-transpiler/-/broccoli-babel-transpiler-7.4.0.tgz#f3069f0f77e8017aa17e1e757dfb4a30de044182"
|
3067 | 3180 | integrity sha512-DzPXQr1C+zOgzXG40wqPjtjSSa6wRKb+Ls45Qtq7Pn+GxL3/jIvQOBZi0/irZ5dlYVbRMEZiUnaIBIOha2ygIw==
|
@@ -3560,6 +3673,15 @@ browserslist@^4.8.2, browserslist@^4.8.3:
|
3560 | 3673 | electron-to-chromium "^1.3.338"
|
3561 | 3674 | node-releases "^1.1.46"
|
3562 | 3675 |
|
| 3676 | +browserslist@^4.8.5: |
| 3677 | + version "4.8.6" |
| 3678 | + resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.8.6.tgz#96406f3f5f0755d272e27a66f4163ca821590a7e" |
| 3679 | + integrity sha512-ZHao85gf0eZ0ESxLfCp73GG9O/VTytYDIkIiZDlURppLTI9wErSM/5yAKEq6rcUdxBLjMELmrYUJGg5sxGKMHg== |
| 3680 | + dependencies: |
| 3681 | + caniuse-lite "^1.0.30001023" |
| 3682 | + electron-to-chromium "^1.3.341" |
| 3683 | + node-releases "^1.1.47" |
| 3684 | + |
3563 | 3685 |
|
3564 | 3686 | version "2.1.1"
|
3565 | 3687 | resolved "https://registry.yarnpkg.com/bser/-/bser-2.1.1.tgz#e6787da20ece9d07998533cfd9de6f5c38f4bc05"
|
@@ -3776,7 +3898,7 @@ can-symlink@^1.0.0:
|
3776 | 3898 | dependencies:
|
3777 | 3899 | tmp "0.0.28"
|
3778 | 3900 |
|
3779 |
| -caniuse-lite@^1.0.30000844, caniuse-lite@^1.0.30001022: |
| 3901 | +caniuse-lite@^1.0.30000844, caniuse-lite@^1.0.30001022, caniuse-lite@^1.0.30001023: |
3780 | 3902 | version "1.0.30001023"
|
3781 | 3903 | resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001023.tgz#b82155827f3f5009077bdd2df3d8968bcbcc6fc4"
|
3782 | 3904 | integrity sha512-C5TDMiYG11EOhVOA62W1p3UsJ2z4DsHtMBQtjzp3ZsUglcQn62WOUgW0y795c7A5uZ+GCEIvzkMatLIlAsbNTA==
|
@@ -4900,6 +5022,11 @@ electron-to-chromium@^1.3.338, electron-to-chromium@^1.3.47:
|
4900 | 5022 | resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.340.tgz#5d4fe78e984d4211194cf5a52e08069543da146f"
|
4901 | 5023 | integrity sha512-hRFBAglhcj5iVYH+o8QU0+XId1WGoc0VGowJB1cuJAt3exHGrivZvWeAO5BRgBZqwZtwxjm8a5MQeGoT/Su3ww==
|
4902 | 5024 |
|
| 5025 | +electron-to-chromium@^1.3.341: |
| 5026 | + version "1.3.344" |
| 5027 | + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.344.tgz#f1397a633c35e726730c24be1084cd25c3ee8148" |
| 5028 | + integrity sha512-tvbx2Wl8WBR+ym3u492D0L6/jH+8NoQXqe46+QhbWH3voVPauGuZYeb1QAXYoOAWuiP2dbSvlBx0kQ1F3hu/Mw== |
| 5029 | + |
4903 | 5030 |
|
4904 | 5031 | version "5.0.0"
|
4905 | 5032 | resolved "https://registry.yarnpkg.com/ember-ajax/-/ember-ajax-5.0.0.tgz#404b17c93194ab37aff86b7b8607d8edab93c9ec"
|
@@ -4929,24 +5056,24 @@ ember-cli-babel-plugin-helpers@^1.0.0, ember-cli-babel-plugin-helpers@^1.1.0:
|
4929 | 5056 | resolved "https://registry.yarnpkg.com/ember-cli-babel-plugin-helpers/-/ember-cli-babel-plugin-helpers-1.1.0.tgz#de3baedd093163b6c2461f95964888c1676325ac"
|
4930 | 5057 | integrity sha512-Zr4my8Xn+CzO0gIuFNXji0eTRml5AxZUTDQz/wsNJ5AJAtyFWCY4QtKdoELNNbiCVGt1lq5yLiwTm4scGKu6xA==
|
4931 | 5058 |
|
4932 |
| -ember-cli-babel@7.13.2, ember-cli-babel@^7.0.0, ember-cli-babel@^7.1.2, ember-cli-babel@^7.1.3, ember-cli-babel@^7.11.0, ember-cli-babel@^7.12.0, ember-cli-babel@^7.13.0, ember-cli-babel@^7.4.1, ember-cli-babel@^7.5.0, ember-cli-babel@^7.7.3: |
4933 |
| - version "7.13.2" |
4934 |
| - resolved "https://registry.yarnpkg.com/ember-cli-babel/-/ember-cli-babel-7.13.2.tgz#6b6f4d508cc3bb300c5711d3d02c59ba80f0f686" |
4935 |
| - integrity sha512-VH2tMXaRFkbQEyVJnxUtAyta5bAKjtcLwJ4lStW/iRk/NIlNFNJh1uOd7uL9H9Vm0f4/xR7Mc0Q7ND9ezKOo+A== |
| 5059 | +ember-cli-babel@7.14.1: |
| 5060 | + version "7.14.1" |
| 5061 | + resolved "https://registry.yarnpkg.com/ember-cli-babel/-/ember-cli-babel-7.14.1.tgz#b34045449c4e7a22072757f394c89d585c1322e3" |
| 5062 | + integrity sha512-d8d3IQIvFlTfwWI+t4Ou5mbHMEhdqbpyw93dabV9X3MOxRXcKfo88YfIq6QWQRB0EG3kwuLxt3Jo0wCy4rrylA== |
4936 | 5063 | dependencies:
|
4937 |
| - "@babel/core" "^7.7.0" |
4938 |
| - "@babel/plugin-proposal-class-properties" "^7.7.0" |
4939 |
| - "@babel/plugin-proposal-decorators" "^7.7.0" |
4940 |
| - "@babel/plugin-transform-modules-amd" "^7.5.0" |
4941 |
| - "@babel/plugin-transform-runtime" "^7.6.0" |
4942 |
| - "@babel/polyfill" "^7.7.0" |
4943 |
| - "@babel/preset-env" "^7.7.0" |
4944 |
| - "@babel/runtime" "^7.7.0" |
| 5064 | + "@babel/core" "^7.8.3" |
| 5065 | + "@babel/plugin-proposal-class-properties" "^7.8.3" |
| 5066 | + "@babel/plugin-proposal-decorators" "^7.8.3" |
| 5067 | + "@babel/plugin-transform-modules-amd" "^7.8.3" |
| 5068 | + "@babel/plugin-transform-runtime" "^7.8.3" |
| 5069 | + "@babel/polyfill" "^7.8.3" |
| 5070 | + "@babel/preset-env" "^7.8.3" |
| 5071 | + "@babel/runtime" "^7.8.3" |
4945 | 5072 | amd-name-resolver "^1.2.1"
|
4946 | 5073 | babel-plugin-debug-macros "^0.3.0"
|
4947 | 5074 | babel-plugin-ember-modules-api-polyfill "^2.12.0"
|
4948 | 5075 | babel-plugin-module-resolver "^3.1.1"
|
4949 |
| - broccoli-babel-transpiler "^7.3.0" |
| 5076 | + broccoli-babel-transpiler "^7.4.0" |
4950 | 5077 | broccoli-debug "^0.6.4"
|
4951 | 5078 | broccoli-funnel "^2.0.1"
|
4952 | 5079 | broccoli-source "^1.1.0"
|
@@ -4975,6 +5102,33 @@ ember-cli-babel@^6.0.0-beta.4, ember-cli-babel@^6.12.0, ember-cli-babel@^6.16.0,
|
4975 | 5102 | ember-cli-version-checker "^2.1.2"
|
4976 | 5103 | semver "^5.5.0"
|
4977 | 5104 |
|
| 5105 | +ember-cli-babel@^7.0.0, ember-cli-babel@^7.1.2, ember-cli-babel@^7.1.3, ember-cli-babel@^7.11.0, ember-cli-babel@^7.12.0, ember-cli-babel@^7.13.0, ember-cli-babel@^7.4.1, ember-cli-babel@^7.5.0, ember-cli-babel@^7.7.3: |
| 5106 | + version "7.13.2" |
| 5107 | + resolved "https://registry.yarnpkg.com/ember-cli-babel/-/ember-cli-babel-7.13.2.tgz#6b6f4d508cc3bb300c5711d3d02c59ba80f0f686" |
| 5108 | + integrity sha512-VH2tMXaRFkbQEyVJnxUtAyta5bAKjtcLwJ4lStW/iRk/NIlNFNJh1uOd7uL9H9Vm0f4/xR7Mc0Q7ND9ezKOo+A== |
| 5109 | + dependencies: |
| 5110 | + "@babel/core" "^7.7.0" |
| 5111 | + "@babel/plugin-proposal-class-properties" "^7.7.0" |
| 5112 | + "@babel/plugin-proposal-decorators" "^7.7.0" |
| 5113 | + "@babel/plugin-transform-modules-amd" "^7.5.0" |
| 5114 | + "@babel/plugin-transform-runtime" "^7.6.0" |
| 5115 | + "@babel/polyfill" "^7.7.0" |
| 5116 | + "@babel/preset-env" "^7.7.0" |
| 5117 | + "@babel/runtime" "^7.7.0" |
| 5118 | + amd-name-resolver "^1.2.1" |
| 5119 | + babel-plugin-debug-macros "^0.3.0" |
| 5120 | + babel-plugin-ember-modules-api-polyfill "^2.12.0" |
| 5121 | + babel-plugin-module-resolver "^3.1.1" |
| 5122 | + broccoli-babel-transpiler "^7.3.0" |
| 5123 | + broccoli-debug "^0.6.4" |
| 5124 | + broccoli-funnel "^2.0.1" |
| 5125 | + broccoli-source "^1.1.0" |
| 5126 | + clone "^2.1.2" |
| 5127 | + ember-cli-babel-plugin-helpers "^1.1.0" |
| 5128 | + ember-cli-version-checker "^2.1.2" |
| 5129 | + ensure-posix-path "^1.0.2" |
| 5130 | + semver "^5.5.0" |
| 5131 | + |
4978 | 5132 |
|
4979 | 5133 | version "3.2.0"
|
4980 | 5134 | resolved "https://registry.yarnpkg.com/ember-cli-dependency-checker/-/ember-cli-dependency-checker-3.2.0.tgz#9202ad9e14d6fda33cffc22a11c343c2a8885330"
|
@@ -5459,10 +5613,10 @@ ember-source-channel-url@^2.0.1:
|
5459 | 5613 | dependencies:
|
5460 | 5614 | got "^8.0.1"
|
5461 | 5615 |
|
5462 |
| -ember-source@3.15.0: |
5463 |
| - version "3.15.0" |
5464 |
| - resolved "https://registry.yarnpkg.com/ember-source/-/ember-source-3.15.0.tgz#f6500c6d289ce58231bf1e6695c4974df2be7390" |
5465 |
| - integrity sha512-daTELJBDMGqAmQb/Puxdk1YR204/zs1DEiEMQWlqbtmhphAoDUbGi9ifJu20ajP/IcOCWw9Vp7aPzguTohWF7w== |
| 5616 | +ember-source@3.16.0: |
| 5617 | + version "3.16.0" |
| 5618 | + resolved "https://registry.yarnpkg.com/ember-source/-/ember-source-3.16.0.tgz#c899ccac6783e218f12774139b1e6c3d2fc4c16b" |
| 5619 | + integrity sha512-zotw+jrvlV/Fdq0fwL04jdFsxtHBo+0YtMKVvaNbSWeV97DrULSdnBQ91Sq1KZ+9ueBbClngHF4wXJmlIwqb8g== |
5466 | 5620 | dependencies:
|
5467 | 5621 | "@babel/helper-module-imports" "^7.0.0"
|
5468 | 5622 | "@babel/plugin-transform-block-scoping" "^7.6.2"
|
|
5471 | 5625 | babel-plugin-debug-macros "^0.3.3"
|
5472 | 5626 | babel-plugin-filter-imports "^3.0.0"
|
5473 | 5627 | broccoli-concat "^3.7.4"
|
| 5628 | + broccoli-debug "^0.6.4" |
5474 | 5629 | broccoli-funnel "^2.0.2"
|
5475 | 5630 | broccoli-merge-trees "^3.0.2"
|
5476 | 5631 | chalk "^2.4.2"
|
@@ -8167,6 +8322,13 @@ levenary@^1.1.0:
|
8167 | 8322 | dependencies:
|
8168 | 8323 | leven "^3.1.0"
|
8169 | 8324 |
|
| 8325 | +levenary@^1.1.1: |
| 8326 | + version "1.1.1" |
| 8327 | + resolved "https://registry.yarnpkg.com/levenary/-/levenary-1.1.1.tgz#842a9ee98d2075aa7faeedbe32679e9205f46f77" |
| 8328 | + integrity sha512-mkAdOIt79FD6irqjYSs4rdbnlT5vRonMEvBVPVb3XmevfS8kgRXwfes0dhPdEtzTWD/1eNE/Bm/G1iRt6DcnQQ== |
| 8329 | + dependencies: |
| 8330 | + leven "^3.1.0" |
| 8331 | + |
8170 | 8332 | levn@^0.3.0, levn@~0.3.0:
|
8171 | 8333 | version "0.3.0"
|
8172 | 8334 | resolved "https://registry.yarnpkg.com/levn/-/levn-0.3.0.tgz#3b09924edf9f083c0490fdd4c0bc4421e04764ee"
|
@@ -9399,7 +9561,7 @@ node-pre-gyp@*:
|
9399 | 9561 | semver "^5.3.0"
|
9400 | 9562 | tar "^4.4.2"
|
9401 | 9563 |
|
9402 |
| -node-releases@^1.1.46: |
| 9564 | +node-releases@^1.1.46, node-releases@^1.1.47: |
9403 | 9565 | version "1.1.47"
|
9404 | 9566 | resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.47.tgz#c59ef739a1fd7ecbd9f0b7cf5b7871e8a8b591e4"
|
9405 | 9567 | integrity sha512-k4xjVPx5FpwBUj0Gw7uvFOTF4Ep8Hok1I6qjwL3pLfwe7Y0REQSAqOwwv9TWBCUtMHxcXfY4PgRLRozcChvTcA==
|
|
0 commit comments