|
21 | 21 | dependencies:
|
22 | 22 | "@babel/highlight" "^7.8.3"
|
23 | 23 |
|
24 |
| -"@babel/compat-data@^7.8.0", "@babel/compat-data@^7.8.1": |
25 |
| - version "7.8.1" |
26 |
| - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.8.1.tgz#fc0bbbb7991e4fb2b47e168e60f2cc2c41680be9" |
27 |
| - integrity sha512-Z+6ZOXvyOWYxJ50BwxzdhRnRsGST8Y3jaZgxYig575lTjVSs3KtJnmESwZegg6e2Dn0td1eDhoWlp1wI4BTCPw== |
| 24 | +"@babel/compat-data@^7.8.4": |
| 25 | + version "7.8.5" |
| 26 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.8.5.tgz#d28ce872778c23551cbb9432fc68d28495b613b9" |
| 27 | + integrity sha512-jWYUqQX/ObOhG1UiEkbH5SANsE/8oKXiQWjj7p7xgj9Zmnt//aUvyz4dBkK0HNsS8/cbyC5NmmH87VekW+mXFg== |
28 | 28 | dependencies:
|
29 |
| - browserslist "^4.8.2" |
| 29 | + browserslist "^4.8.5" |
30 | 30 | invariant "^2.2.4"
|
31 | 31 | semver "^5.5.0"
|
32 | 32 |
|
33 |
| -"@babel/core@^7.0.0", "@babel/core@^7.1.6", "@babel/core@^7.2.2", "@babel/core@^7.3.4", "@babel/core@^7.4.3", "@babel/core@^7.4.4", "@babel/core@^7.7.0", "@babel/core@^7.8.3": |
| 33 | +"@babel/core@^7.0.0", "@babel/core@^7.1.6", "@babel/core@^7.2.2", "@babel/core@^7.3.4", "@babel/core@^7.4.3", "@babel/core@^7.4.4", "@babel/core@^7.8.3": |
34 | 34 | version "7.4.4"
|
35 | 35 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.4.4.tgz#84055750b05fcd50f9915a826b44fa347a825250"
|
36 | 36 | dependencies:
|
|
123 | 123 | "@babel/traverse" "^7.8.3"
|
124 | 124 | "@babel/types" "^7.8.3"
|
125 | 125 |
|
126 |
| -"@babel/helper-compilation-targets@^7.8.3": |
127 |
| - version "7.8.3" |
128 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.3.tgz#2deedc816fd41dca7355ef39fd40c9ea69f0719a" |
129 |
| - integrity sha512-JLylPCsFjhLN+6uBSSh3iYdxKdeO9MNmoY96PE/99d8kyBFaXLORtAVhqN6iHa+wtPeqxKLghDOZry0+Aiw9Tw== |
| 126 | +"@babel/helper-compilation-targets@^7.8.4": |
| 127 | + version "7.8.4" |
| 128 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.4.tgz#03d7ecd454b7ebe19a254f76617e61770aed2c88" |
| 129 | + integrity sha512-3k3BsKMvPp5bjxgMdrFyq0UaEO48HciVrOVF0+lon8pp95cyJ2ujAh0TrBHNMnJGT2rr0iKOJPFFbSqjDyf/Pg== |
130 | 130 | dependencies:
|
131 |
| - "@babel/compat-data" "^7.8.1" |
132 |
| - browserslist "^4.8.2" |
| 131 | + "@babel/compat-data" "^7.8.4" |
| 132 | + browserslist "^4.8.5" |
133 | 133 | invariant "^2.2.4"
|
134 |
| - levenary "^1.1.0" |
| 134 | + levenary "^1.1.1" |
135 | 135 | semver "^5.5.0"
|
136 | 136 |
|
137 | 137 | "@babel/helper-create-class-features-plugin@^7.8.3":
|
|
378 | 378 | "@babel/helper-remap-async-to-generator" "^7.8.3"
|
379 | 379 | "@babel/plugin-syntax-async-generators" "^7.8.0"
|
380 | 380 |
|
381 |
| -"@babel/plugin-proposal-class-properties@^7.1.0", "@babel/plugin-proposal-class-properties@^7.3.4", "@babel/plugin-proposal-class-properties@^7.7.0": |
| 381 | +"@babel/plugin-proposal-class-properties@^7.1.0", "@babel/plugin-proposal-class-properties@^7.3.4", "@babel/plugin-proposal-class-properties@^7.8.3": |
382 | 382 | version "7.8.3"
|
383 | 383 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.8.3.tgz#5e06654af5cd04b608915aada9b2a6788004464e"
|
384 | 384 | integrity sha512-EqFhbo7IosdgPgZggHaNObkmO1kNUe3slaKu54d5OWvy+p9QIKOzK1GAEpAIsZtWVtPXUHSMcT4smvDrCfY4AA==
|
385 | 385 | dependencies:
|
386 | 386 | "@babel/helper-create-class-features-plugin" "^7.8.3"
|
387 | 387 | "@babel/helper-plugin-utils" "^7.8.3"
|
388 | 388 |
|
389 |
| -"@babel/plugin-proposal-decorators@^7.3.0", "@babel/plugin-proposal-decorators@^7.7.0": |
| 389 | +"@babel/plugin-proposal-decorators@^7.3.0", "@babel/plugin-proposal-decorators@^7.8.3": |
390 | 390 | version "7.8.3"
|
391 | 391 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.8.3.tgz#2156860ab65c5abf068c3f67042184041066543e"
|
392 | 392 | integrity sha512-e3RvdvS4qPJVTe288DlXjwKflpfy1hr0j5dz5WpIYYeP7vQZg2WfAEIp8k5/Lwis/m5REXEteIz6rrcDtXXG7w==
|
|
609 | 609 | "@babel/helper-builder-binary-assignment-operator-visitor" "^7.8.3"
|
610 | 610 | "@babel/helper-plugin-utils" "^7.8.3"
|
611 | 611 |
|
612 |
| -"@babel/plugin-transform-for-of@^7.8.3": |
613 |
| - version "7.8.3" |
614 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.8.3.tgz#15f17bce2fc95c7d59a24b299e83e81cedc22e18" |
615 |
| - integrity sha512-ZjXznLNTxhpf4Q5q3x1NsngzGA38t9naWH8Gt+0qYZEJAcvPI9waSStSh56u19Ofjr7QmD0wUsQ8hw8s/p1VnA== |
| 612 | +"@babel/plugin-transform-for-of@^7.8.4": |
| 613 | + version "7.8.4" |
| 614 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.8.4.tgz#6fe8eae5d6875086ee185dd0b098a8513783b47d" |
| 615 | + integrity sha512-iAXNlOWvcYUYoV8YIxwS7TxGRJcxyl8eQCfT+A5j8sKUzRFvJdcyjp97jL2IghWSRDaL2PU2O2tX8Cu9dTBq5A== |
616 | 616 | dependencies:
|
617 | 617 | "@babel/helper-plugin-utils" "^7.8.3"
|
618 | 618 |
|
|
638 | 638 | dependencies:
|
639 | 639 | "@babel/helper-plugin-utils" "^7.8.3"
|
640 | 640 |
|
641 |
| -"@babel/plugin-transform-modules-amd@^7.0.0", "@babel/plugin-transform-modules-amd@^7.2.0", "@babel/plugin-transform-modules-amd@^7.5.0", "@babel/plugin-transform-modules-amd@^7.8.3": |
| 641 | +"@babel/plugin-transform-modules-amd@^7.0.0", "@babel/plugin-transform-modules-amd@^7.2.0", "@babel/plugin-transform-modules-amd@^7.8.3": |
642 | 642 | version "7.8.3"
|
643 | 643 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.8.3.tgz#65606d44616b50225e76f5578f33c568a0b876a5"
|
644 | 644 | integrity sha512-MadJiU3rLKclzT5kBH4yxdry96odTUwuqrZM+GllFI/VhxfPz+k9MshJM+MwhfkCdxxclSbSBbUGciBngR+kEQ==
|
|
704 | 704 | "@babel/helper-plugin-utils" "^7.8.3"
|
705 | 705 | "@babel/helper-replace-supers" "^7.8.3"
|
706 | 706 |
|
707 |
| -"@babel/plugin-transform-parameters@^7.8.3": |
708 |
| - version "7.8.3" |
709 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.8.3.tgz#7890576a13b17325d8b7d44cb37f21dc3bbdda59" |
710 |
| - integrity sha512-/pqngtGb54JwMBZ6S/D3XYylQDFtGjWrnoCF4gXZOUpFV/ujbxnoNGNvDGu6doFWRPBveE72qTx/RRU44j5I/Q== |
| 707 | +"@babel/plugin-transform-parameters@^7.8.4": |
| 708 | + version "7.8.4" |
| 709 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.8.4.tgz#1d5155de0b65db0ccf9971165745d3bb990d77d3" |
| 710 | + integrity sha512-IsS3oTxeTsZlE5KqzTbcC2sV0P9pXdec53SU+Yxv7o/6dvGM5AkTotQKhoSffhNgZ/dftsSiOoxy7evCYJXzVA== |
711 | 711 | dependencies:
|
712 | 712 | "@babel/helper-call-delegate" "^7.8.3"
|
713 | 713 | "@babel/helper-get-function-arity" "^7.8.3"
|
|
734 | 734 | dependencies:
|
735 | 735 | "@babel/helper-plugin-utils" "^7.8.3"
|
736 | 736 |
|
737 |
| -"@babel/plugin-transform-runtime@^7.2.0", "@babel/plugin-transform-runtime@^7.6.0": |
| 737 | +"@babel/plugin-transform-runtime@^7.2.0", "@babel/plugin-transform-runtime@^7.8.3": |
738 | 738 | version "7.8.3"
|
739 | 739 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.8.3.tgz#c0153bc0a5375ebc1f1591cb7eea223adea9f169"
|
740 | 740 | integrity sha512-/vqUt5Yh+cgPZXXjmaG9NT8aVfThKk7G4OqkVhrXqwsC5soMn/qTCxs36rZ2QFhpfTJcjw4SNDIZ4RUb8OL4jQ==
|
|
774 | 774 | "@babel/helper-annotate-as-pure" "^7.8.3"
|
775 | 775 | "@babel/helper-plugin-utils" "^7.8.3"
|
776 | 776 |
|
777 |
| -"@babel/plugin-transform-typeof-symbol@^7.8.3": |
778 |
| - version "7.8.3" |
779 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.8.3.tgz#5cffb216fb25c8c64ba6bf5f76ce49d3ab079f4d" |
780 |
| - integrity sha512-3TrkKd4LPqm4jHs6nPtSDI/SV9Cm5PRJkHLUgTcqRQQTMAZ44ZaAdDZJtvWFSaRcvT0a1rTmJ5ZA5tDKjleF3g== |
| 777 | +"@babel/plugin-transform-typeof-symbol@^7.8.4": |
| 778 | + version "7.8.4" |
| 779 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.8.4.tgz#ede4062315ce0aaf8a657a920858f1a2f35fc412" |
| 780 | + integrity sha512-2QKyfjGdvuNfHsb7qnBBlKclbD4CfshH2KvDabiijLMGXPHJXGxtDzwIF7bQP+T0ysw8fYTtxPafgfs/c1Lrqg== |
781 | 781 | dependencies:
|
782 | 782 | "@babel/helper-plugin-utils" "^7.8.3"
|
783 | 783 |
|
|
806 | 806 | "@babel/helper-create-regexp-features-plugin" "^7.8.3"
|
807 | 807 | "@babel/helper-plugin-utils" "^7.8.3"
|
808 | 808 |
|
809 |
| -"@babel/polyfill@^7.0.0", "@babel/polyfill@^7.7.0", "@babel/polyfill@^7.8.3": |
| 809 | +"@babel/polyfill@^7.0.0", "@babel/polyfill@^7.8.3": |
810 | 810 | version "7.8.3"
|
811 | 811 | resolved "https://registry.yarnpkg.com/@babel/polyfill/-/polyfill-7.8.3.tgz#2333fc2144a542a7c07da39502ceeeb3abe4debd"
|
812 | 812 | integrity sha512-0QEgn2zkCzqGIkSWWAEmvxD7e00Nm9asTtQvi7HdlYvMhjy/J38V/1Y9ode0zEJeIuxAI0uftiAzqc7nVeWUGg==
|
813 | 813 | dependencies:
|
814 | 814 | core-js "^2.6.5"
|
815 | 815 | regenerator-runtime "^0.13.2"
|
816 | 816 |
|
817 |
| -"@babel/preset-env@^7.0.0", "@babel/preset-env@^7.7.0": |
818 |
| - version "7.8.3" |
819 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.8.3.tgz#dc0fb2938f52bbddd79b3c861a4b3427dd3a6c54" |
820 |
| - integrity sha512-Rs4RPL2KjSLSE2mWAx5/iCH+GC1ikKdxPrhnRS6PfFVaiZeom22VFKN4X8ZthyN61kAaR05tfXTbCvatl9WIQg== |
| 817 | +"@babel/preset-env@^7.0.0", "@babel/preset-env@^7.8.3": |
| 818 | + version "7.8.4" |
| 819 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.8.4.tgz#9dac6df5f423015d3d49b6e9e5fa3413e4a72c4e" |
| 820 | + integrity sha512-HihCgpr45AnSOHRbS5cWNTINs0TwaR8BS8xIIH+QwiW8cKL0llV91njQMpeMReEPVs+1Ao0x3RLEBLtt1hOq4w== |
821 | 821 | dependencies:
|
822 |
| - "@babel/compat-data" "^7.8.0" |
823 |
| - "@babel/helper-compilation-targets" "^7.8.3" |
| 822 | + "@babel/compat-data" "^7.8.4" |
| 823 | + "@babel/helper-compilation-targets" "^7.8.4" |
824 | 824 | "@babel/helper-module-imports" "^7.8.3"
|
825 | 825 | "@babel/helper-plugin-utils" "^7.8.3"
|
826 | 826 | "@babel/plugin-proposal-async-generator-functions" "^7.8.3"
|
|
849 | 849 | "@babel/plugin-transform-dotall-regex" "^7.8.3"
|
850 | 850 | "@babel/plugin-transform-duplicate-keys" "^7.8.3"
|
851 | 851 | "@babel/plugin-transform-exponentiation-operator" "^7.8.3"
|
852 |
| - "@babel/plugin-transform-for-of" "^7.8.3" |
| 852 | + "@babel/plugin-transform-for-of" "^7.8.4" |
853 | 853 | "@babel/plugin-transform-function-name" "^7.8.3"
|
854 | 854 | "@babel/plugin-transform-literals" "^7.8.3"
|
855 | 855 | "@babel/plugin-transform-member-expression-literals" "^7.8.3"
|
|
860 | 860 | "@babel/plugin-transform-named-capturing-groups-regex" "^7.8.3"
|
861 | 861 | "@babel/plugin-transform-new-target" "^7.8.3"
|
862 | 862 | "@babel/plugin-transform-object-super" "^7.8.3"
|
863 |
| - "@babel/plugin-transform-parameters" "^7.8.3" |
| 863 | + "@babel/plugin-transform-parameters" "^7.8.4" |
864 | 864 | "@babel/plugin-transform-property-literals" "^7.8.3"
|
865 | 865 | "@babel/plugin-transform-regenerator" "^7.8.3"
|
866 | 866 | "@babel/plugin-transform-reserved-words" "^7.8.3"
|
867 | 867 | "@babel/plugin-transform-shorthand-properties" "^7.8.3"
|
868 | 868 | "@babel/plugin-transform-spread" "^7.8.3"
|
869 | 869 | "@babel/plugin-transform-sticky-regex" "^7.8.3"
|
870 | 870 | "@babel/plugin-transform-template-literals" "^7.8.3"
|
871 |
| - "@babel/plugin-transform-typeof-symbol" "^7.8.3" |
| 871 | + "@babel/plugin-transform-typeof-symbol" "^7.8.4" |
872 | 872 | "@babel/plugin-transform-unicode-regex" "^7.8.3"
|
873 | 873 | "@babel/types" "^7.8.3"
|
874 |
| - browserslist "^4.8.2" |
| 874 | + browserslist "^4.8.5" |
875 | 875 | core-js-compat "^3.6.2"
|
876 | 876 | invariant "^2.2.2"
|
877 |
| - levenary "^1.1.0" |
| 877 | + levenary "^1.1.1" |
878 | 878 | semver "^5.5.0"
|
879 | 879 |
|
880 |
| -"@babel/runtime@^7.2.0", "@babel/runtime@^7.7.0": |
881 |
| - version "7.8.3" |
882 |
| - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.8.3.tgz#0811944f73a6c926bb2ad35e918dcc1bfab279f1" |
883 |
| - integrity sha512-fVHx1rzEmwB130VTkLnxR+HmxcTjGzH12LYQcFFoBwakMd3aOMD4OsRN7tGG/UOYE2ektgFrS8uACAoRk1CY0w== |
| 880 | +"@babel/runtime@^7.2.0", "@babel/runtime@^7.8.3": |
| 881 | + version "7.8.4" |
| 882 | + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.8.4.tgz#d79f5a2040f7caa24d53e563aad49cbc05581308" |
| 883 | + integrity sha512-neAp3zt80trRVBI1x0azq6c57aNBqYZH8KhMm3TaB7wEI5Q4A2SHfBHE8w9gOhI/lrqxtEbXZgQIrHP+wvSGwQ== |
884 | 884 | dependencies:
|
885 | 885 | regenerator-runtime "^0.13.2"
|
886 | 886 |
|
@@ -3505,7 +3505,7 @@ broccoli-babel-transpiler@^6.5.0:
|
3505 | 3505 | rsvp "^4.8.2"
|
3506 | 3506 | workerpool "^2.3.0"
|
3507 | 3507 |
|
3508 |
| -broccoli-babel-transpiler@^7.1.0, broccoli-babel-transpiler@^7.2.0, broccoli-babel-transpiler@^7.3.0: |
| 3508 | +broccoli-babel-transpiler@^7.1.0, broccoli-babel-transpiler@^7.2.0, broccoli-babel-transpiler@^7.3.0, broccoli-babel-transpiler@^7.4.0: |
3509 | 3509 | version "7.4.0"
|
3510 | 3510 | resolved "https://registry.yarnpkg.com/broccoli-babel-transpiler/-/broccoli-babel-transpiler-7.4.0.tgz#f3069f0f77e8017aa17e1e757dfb4a30de044182"
|
3511 | 3511 | integrity sha512-DzPXQr1C+zOgzXG40wqPjtjSSa6wRKb+Ls45Qtq7Pn+GxL3/jIvQOBZi0/irZ5dlYVbRMEZiUnaIBIOha2ygIw==
|
@@ -4172,7 +4172,7 @@ browserify-zlib@^0.2.0:
|
4172 | 4172 | dependencies:
|
4173 | 4173 | pako "~1.0.5"
|
4174 | 4174 |
|
4175 |
| -browserslist@^2.11.3, browserslist@^3.2.6, browserslist@^4.0.0, browserslist@^4.5.6, browserslist@^4.8.2, browserslist@^4.8.3: |
| 4175 | +browserslist@^2.11.3, browserslist@^3.2.6, browserslist@^4.0.0, browserslist@^4.5.6, browserslist@^4.8.3, browserslist@^4.8.5: |
4176 | 4176 | version "4.6.0"
|
4177 | 4177 | resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.6.0.tgz#5274028c26f4d933d5b1323307c1d1da5084c9ff"
|
4178 | 4178 | dependencies:
|
@@ -5907,24 +5907,24 @@ ember-cli-babel@^6.0.0, ember-cli-babel@^6.0.0-beta.4, ember-cli-babel@^6.10.0,
|
5907 | 5907 | ember-cli-version-checker "^2.1.2"
|
5908 | 5908 | semver "^5.5.0"
|
5909 | 5909 |
|
5910 |
| -ember-cli-babel@^7.0.0, ember-cli-babel@^7.1.0, ember-cli-babel@^7.1.2, ember-cli-babel@^7.1.3, ember-cli-babel@^7.10.0, ember-cli-babel@^7.11.0, ember-cli-babel@^7.11.1, ember-cli-babel@^7.12.0, ember-cli-babel@^7.13.0, ember-cli-babel@^7.13.2, ember-cli-babel@^7.5.0, ember-cli-babel@^7.7.3: |
5911 |
| - version "7.13.2" |
5912 |
| - resolved "https://registry.yarnpkg.com/ember-cli-babel/-/ember-cli-babel-7.13.2.tgz#6b6f4d508cc3bb300c5711d3d02c59ba80f0f686" |
5913 |
| - integrity sha512-VH2tMXaRFkbQEyVJnxUtAyta5bAKjtcLwJ4lStW/iRk/NIlNFNJh1uOd7uL9H9Vm0f4/xR7Mc0Q7ND9ezKOo+A== |
5914 |
| - dependencies: |
5915 |
| - "@babel/core" "^7.7.0" |
5916 |
| - "@babel/plugin-proposal-class-properties" "^7.7.0" |
5917 |
| - "@babel/plugin-proposal-decorators" "^7.7.0" |
5918 |
| - "@babel/plugin-transform-modules-amd" "^7.5.0" |
5919 |
| - "@babel/plugin-transform-runtime" "^7.6.0" |
5920 |
| - "@babel/polyfill" "^7.7.0" |
5921 |
| - "@babel/preset-env" "^7.7.0" |
5922 |
| - "@babel/runtime" "^7.7.0" |
| 5910 | +ember-cli-babel@^7.0.0, ember-cli-babel@^7.1.0, ember-cli-babel@^7.1.2, ember-cli-babel@^7.1.3, ember-cli-babel@^7.10.0, ember-cli-babel@^7.11.0, ember-cli-babel@^7.11.1, ember-cli-babel@^7.12.0, ember-cli-babel@^7.13.0, ember-cli-babel@^7.13.2, ember-cli-babel@^7.14.1, ember-cli-babel@^7.5.0, ember-cli-babel@^7.7.3: |
| 5911 | + version "7.14.1" |
| 5912 | + resolved "https://registry.yarnpkg.com/ember-cli-babel/-/ember-cli-babel-7.14.1.tgz#b34045449c4e7a22072757f394c89d585c1322e3" |
| 5913 | + integrity sha512-d8d3IQIvFlTfwWI+t4Ou5mbHMEhdqbpyw93dabV9X3MOxRXcKfo88YfIq6QWQRB0EG3kwuLxt3Jo0wCy4rrylA== |
| 5914 | + dependencies: |
| 5915 | + "@babel/core" "^7.8.3" |
| 5916 | + "@babel/plugin-proposal-class-properties" "^7.8.3" |
| 5917 | + "@babel/plugin-proposal-decorators" "^7.8.3" |
| 5918 | + "@babel/plugin-transform-modules-amd" "^7.8.3" |
| 5919 | + "@babel/plugin-transform-runtime" "^7.8.3" |
| 5920 | + "@babel/polyfill" "^7.8.3" |
| 5921 | + "@babel/preset-env" "^7.8.3" |
| 5922 | + "@babel/runtime" "^7.8.3" |
5923 | 5923 | amd-name-resolver "^1.2.1"
|
5924 | 5924 | babel-plugin-debug-macros "^0.3.0"
|
5925 | 5925 | babel-plugin-ember-modules-api-polyfill "^2.12.0"
|
5926 | 5926 | babel-plugin-module-resolver "^3.1.1"
|
5927 |
| - broccoli-babel-transpiler "^7.3.0" |
| 5927 | + broccoli-babel-transpiler "^7.4.0" |
5928 | 5928 | broccoli-debug "^0.6.4"
|
5929 | 5929 | broccoli-funnel "^2.0.1"
|
5930 | 5930 | broccoli-source "^1.1.0"
|
@@ -10647,7 +10647,7 @@ leven@^3.1.0:
|
10647 | 10647 | resolved "https://registry.yarnpkg.com/leven/-/leven-3.1.0.tgz#77891de834064cccba82ae7842bb6b14a13ed7f2"
|
10648 | 10648 | integrity sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==
|
10649 | 10649 |
|
10650 |
| -levenary@^1.1.0: |
| 10650 | +levenary@^1.1.1: |
10651 | 10651 | version "1.1.1"
|
10652 | 10652 | resolved "https://registry.yarnpkg.com/levenary/-/levenary-1.1.1.tgz#842a9ee98d2075aa7faeedbe32679e9205f46f77"
|
10653 | 10653 | integrity sha512-mkAdOIt79FD6irqjYSs4rdbnlT5vRonMEvBVPVb3XmevfS8kgRXwfes0dhPdEtzTWD/1eNE/Bm/G1iRt6DcnQQ==
|
|
0 commit comments