Skip to content

Commit 6735d60

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): stable ember infrastructure
1 parent e2302a0 commit 6735d60

File tree

2 files changed

+187
-25
lines changed

2 files changed

+187
-25
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"ember-maybe-import-regenerator": "0.1.6",
6060
"ember-qunit": "4.6.0",
6161
"ember-resolver": "6.0.2",
62-
"ember-source": "3.15.0",
62+
"ember-source": "3.16.0",
6363
"ember-welcome-page": "4.0.0",
6464
"eslint-plugin-ember": "7.7.2",
6565
"husky": "1.3.1",
@@ -119,7 +119,7 @@
119119
"dependencies": {
120120
"@code-to-json/core": "0.6.50",
121121
"@code-to-json/formatter": "0.5.49",
122-
"ember-cli-babel": "7.13.2",
122+
"ember-cli-babel": "7.14.1",
123123
"ember-cli-typescript": "2.0.0-rc.2",
124124
"ember-decorators": "5.2.0"
125125
},

yarn.lock

Lines changed: 185 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@
1818
invariant "^2.2.4"
1919
semver "^5.5.0"
2020

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+
2130
"@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":
2231
version "7.8.3"
2332
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.8.3.tgz#30b0ebb4dd1585de6923a0b4d179e0b9f5d82941"
@@ -84,6 +93,17 @@
8493
levenary "^1.1.0"
8594
semver "^5.5.0"
8695

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+
87107
"@babel/helper-create-class-features-plugin@^7.8.3":
88108
version "7.8.3"
89109
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.8.3.tgz#5b94be88c255f140fd2c10dd151e7f98f4bff397"
@@ -267,15 +287,15 @@
267287
"@babel/helper-remap-async-to-generator" "^7.8.3"
268288
"@babel/plugin-syntax-async-generators" "^7.8.0"
269289

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":
271291
version "7.8.3"
272292
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.8.3.tgz#5e06654af5cd04b608915aada9b2a6788004464e"
273293
integrity sha512-EqFhbo7IosdgPgZggHaNObkmO1kNUe3slaKu54d5OWvy+p9QIKOzK1GAEpAIsZtWVtPXUHSMcT4smvDrCfY4AA==
274294
dependencies:
275295
"@babel/helper-create-class-features-plugin" "^7.8.3"
276296
"@babel/helper-plugin-utils" "^7.8.3"
277297

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":
279299
version "7.8.3"
280300
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.8.3.tgz#2156860ab65c5abf068c3f67042184041066543e"
281301
integrity sha512-e3RvdvS4qPJVTe288DlXjwKflpfy1hr0j5dz5WpIYYeP7vQZg2WfAEIp8k5/Lwis/m5REXEteIz6rrcDtXXG7w==
@@ -499,6 +519,13 @@
499519
dependencies:
500520
"@babel/helper-plugin-utils" "^7.8.3"
501521

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+
502529
"@babel/plugin-transform-function-name@^7.8.3":
503530
version "7.8.3"
504531
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.8.3.tgz#279373cb27322aaad67c2683e776dfc47196ed8b"
@@ -596,6 +623,15 @@
596623
"@babel/helper-get-function-arity" "^7.8.3"
597624
"@babel/helper-plugin-utils" "^7.8.3"
598625

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+
599635
"@babel/plugin-transform-property-literals@^7.8.3":
600636
version "7.8.3"
601637
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.8.3.tgz#33194300d8539c1ed28c62ad5087ba3807b98263"
@@ -617,7 +653,7 @@
617653
dependencies:
618654
"@babel/helper-plugin-utils" "^7.8.3"
619655

620-
"@babel/plugin-transform-runtime@^7.6.0":
656+
"@babel/plugin-transform-runtime@^7.6.0", "@babel/plugin-transform-runtime@^7.8.3":
621657
version "7.8.3"
622658
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.8.3.tgz#c0153bc0a5375ebc1f1591cb7eea223adea9f169"
623659
integrity sha512-/vqUt5Yh+cgPZXXjmaG9NT8aVfThKk7G4OqkVhrXqwsC5soMn/qTCxs36rZ2QFhpfTJcjw4SNDIZ4RUb8OL4jQ==
@@ -664,6 +700,13 @@
664700
dependencies:
665701
"@babel/helper-plugin-utils" "^7.8.3"
666702

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+
667710
"@babel/plugin-transform-typescript@^7.1.0":
668711
version "7.8.3"
669712
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.8.3.tgz#be6f01a7ef423be68e65ace1f04fc407e6d88917"
@@ -760,6 +803,69 @@
760803
levenary "^1.1.0"
761804
semver "^5.5.0"
762805

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+
763869
"@babel/register@^7.0.0":
764870
version "7.8.3"
765871
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.8.3.tgz#5d5d30cfcc918437535d724b8ac1e4a60c5db1f8"
@@ -778,6 +884,13 @@
778884
dependencies:
779885
regenerator-runtime "^0.13.2"
780886

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+
781894
"@babel/template@^7.4.0", "@babel/template@^7.8.3":
782895
version "7.8.3"
783896
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.3.tgz#e02ad04fe262a657809327f578056ca15fd4d1b8"
@@ -3061,7 +3174,7 @@ broccoli-babel-transpiler@^6.5.0:
30613174
rsvp "^4.8.2"
30623175
workerpool "^2.3.0"
30633176

3064-
broccoli-babel-transpiler@^7.3.0:
3177+
broccoli-babel-transpiler@^7.3.0, broccoli-babel-transpiler@^7.4.0:
30653178
version "7.4.0"
30663179
resolved "https://registry.yarnpkg.com/broccoli-babel-transpiler/-/broccoli-babel-transpiler-7.4.0.tgz#f3069f0f77e8017aa17e1e757dfb4a30de044182"
30673180
integrity sha512-DzPXQr1C+zOgzXG40wqPjtjSSa6wRKb+Ls45Qtq7Pn+GxL3/jIvQOBZi0/irZ5dlYVbRMEZiUnaIBIOha2ygIw==
@@ -3560,6 +3673,15 @@ browserslist@^4.8.2, browserslist@^4.8.3:
35603673
electron-to-chromium "^1.3.338"
35613674
node-releases "^1.1.46"
35623675

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+
35633685
35643686
version "2.1.1"
35653687
resolved "https://registry.yarnpkg.com/bser/-/bser-2.1.1.tgz#e6787da20ece9d07998533cfd9de6f5c38f4bc05"
@@ -3776,7 +3898,7 @@ can-symlink@^1.0.0:
37763898
dependencies:
37773899
tmp "0.0.28"
37783900

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:
37803902
version "1.0.30001023"
37813903
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001023.tgz#b82155827f3f5009077bdd2df3d8968bcbcc6fc4"
37823904
integrity sha512-C5TDMiYG11EOhVOA62W1p3UsJ2z4DsHtMBQtjzp3ZsUglcQn62WOUgW0y795c7A5uZ+GCEIvzkMatLIlAsbNTA==
@@ -4900,6 +5022,11 @@ electron-to-chromium@^1.3.338, electron-to-chromium@^1.3.47:
49005022
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.340.tgz#5d4fe78e984d4211194cf5a52e08069543da146f"
49015023
integrity sha512-hRFBAglhcj5iVYH+o8QU0+XId1WGoc0VGowJB1cuJAt3exHGrivZvWeAO5BRgBZqwZtwxjm8a5MQeGoT/Su3ww==
49025024

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+
49035030
49045031
version "5.0.0"
49055032
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:
49295056
resolved "https://registry.yarnpkg.com/ember-cli-babel-plugin-helpers/-/ember-cli-babel-plugin-helpers-1.1.0.tgz#de3baedd093163b6c2461f95964888c1676325ac"
49305057
integrity sha512-Zr4my8Xn+CzO0gIuFNXji0eTRml5AxZUTDQz/wsNJ5AJAtyFWCY4QtKdoELNNbiCVGt1lq5yLiwTm4scGKu6xA==
49315058

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==
49365063
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"
49455072
amd-name-resolver "^1.2.1"
49465073
babel-plugin-debug-macros "^0.3.0"
49475074
babel-plugin-ember-modules-api-polyfill "^2.12.0"
49485075
babel-plugin-module-resolver "^3.1.1"
4949-
broccoli-babel-transpiler "^7.3.0"
5076+
broccoli-babel-transpiler "^7.4.0"
49505077
broccoli-debug "^0.6.4"
49515078
broccoli-funnel "^2.0.1"
49525079
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,
49755102
ember-cli-version-checker "^2.1.2"
49765103
semver "^5.5.0"
49775104

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+
49785132
49795133
version "3.2.0"
49805134
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:
54595613
dependencies:
54605614
got "^8.0.1"
54615615

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==
54665620
dependencies:
54675621
"@babel/helper-module-imports" "^7.0.0"
54685622
"@babel/plugin-transform-block-scoping" "^7.6.2"
@@ -5471,6 +5625,7 @@ [email protected]:
54715625
babel-plugin-debug-macros "^0.3.3"
54725626
babel-plugin-filter-imports "^3.0.0"
54735627
broccoli-concat "^3.7.4"
5628+
broccoli-debug "^0.6.4"
54745629
broccoli-funnel "^2.0.2"
54755630
broccoli-merge-trees "^3.0.2"
54765631
chalk "^2.4.2"
@@ -8167,6 +8322,13 @@ levenary@^1.1.0:
81678322
dependencies:
81688323
leven "^3.1.0"
81698324

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+
81708332
levn@^0.3.0, levn@~0.3.0:
81718333
version "0.3.0"
81728334
resolved "https://registry.yarnpkg.com/levn/-/levn-0.3.0.tgz#3b09924edf9f083c0490fdd4c0bc4421e04764ee"
@@ -9399,7 +9561,7 @@ node-pre-gyp@*:
93999561
semver "^5.3.0"
94009562
tar "^4.4.2"
94019563

9402-
node-releases@^1.1.46:
9564+
node-releases@^1.1.46, node-releases@^1.1.47:
94039565
version "1.1.47"
94049566
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.47.tgz#c59ef739a1fd7ecbd9f0b7cf5b7871e8a8b591e4"
94059567
integrity sha512-k4xjVPx5FpwBUj0Gw7uvFOTF4Ep8Hok1I6qjwL3pLfwe7Y0REQSAqOwwv9TWBCUtMHxcXfY4PgRLRozcChvTcA==

0 commit comments

Comments
 (0)