Skip to content

Commit 6d9231e

Browse files
chore(deps): bump ember-cli-babel from 7.22.1 to 7.23.0
Bumps [ember-cli-babel](https://github.com/babel/ember-cli-babel) from 7.22.1 to 7.23.0. - [Release notes](https://github.com/babel/ember-cli-babel/releases) - [Changelog](https://github.com/babel/ember-cli-babel/blob/master/CHANGELOG.md) - [Commits](emberjs/ember-cli-babel@v7.22.1...v7.23.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 802f625 commit 6d9231e

3 files changed

Lines changed: 78 additions & 123 deletions

File tree

tests/addon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@test/ts-module-a": "*",
1818
"ember-auto-import": "^1.6.0",
1919
"ember-auto-import-typescript": "*",
20-
"ember-cli-babel": "^7.22.1",
20+
"ember-cli-babel": "^7.23.0",
2121
"ember-cli-htmlbars": "^5.3.1"
2222
},
2323
"devDependencies": {

tests/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"ember-auto-import-typescript": "*",
2323
"ember-cli": "~3.21.2",
2424
"ember-cli-app-version": "^4.0.0",
25-
"ember-cli-babel": "^7.22.1",
25+
"ember-cli-babel": "^7.23.0",
2626
"ember-cli-dependency-checker": "^3.1.0",
2727
"ember-cli-htmlbars": "^5.3.1",
2828
"ember-cli-inject-live-reload": "^2.0.1",

yarn.lock

Lines changed: 76 additions & 121 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@
1414
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.1.tgz#d7386a689aa0ddf06255005b4b991988021101a0"
1515
integrity sha512-725AQupWJZ8ba0jbKceeFblZTY90McUBWMwHhkFQ9q1zKPJ95GUktljFcgcsIVwRnTnRKlcYzfiNImg5G9m6ZQ==
1616

17-
"@babel/core@^7.1.6", "@babel/core@^7.11.0", "@babel/core@^7.2.2", "@babel/core@^7.3.4":
18-
version "7.11.0"
19-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.0.tgz#73b9c33f1658506887f767c26dae07798b30df76"
20-
integrity sha512-mkLq8nwaXmDtFmRkQ8ED/eA2CnVw4zr7dCztKalZXBvdK5EeNUAesrrwUqjQEzFgomJssayzB0aqlOsP1vGLqg==
17+
"@babel/core@^7.1.6", "@babel/core@^7.11.0", "@babel/core@^7.12.0", "@babel/core@^7.2.2", "@babel/core@^7.3.4":
18+
version "7.12.1"
19+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.1.tgz#980b115a05929ef3ce1b6af9bf50e5a5cf668667"
20+
integrity sha512-6bGmltqzIJrinwRRdczQsMhruSi9Sqty9Te+/5hudn4Izx/JYRhW1QELpR+CIL0gC/c9A7WroH6FmkDGxmWx3w==
2121
dependencies:
2222
"@babel/code-frame" "^7.10.4"
23-
"@babel/generator" "^7.11.0"
24-
"@babel/helper-module-transforms" "^7.11.0"
25-
"@babel/helpers" "^7.10.4"
26-
"@babel/parser" "^7.11.0"
23+
"@babel/generator" "^7.12.1"
24+
"@babel/helper-module-transforms" "^7.12.1"
25+
"@babel/helpers" "^7.12.1"
26+
"@babel/parser" "^7.12.1"
2727
"@babel/template" "^7.10.4"
28-
"@babel/traverse" "^7.11.0"
29-
"@babel/types" "^7.11.0"
28+
"@babel/traverse" "^7.12.1"
29+
"@babel/types" "^7.12.1"
3030
convert-source-map "^1.7.0"
3131
debug "^4.1.0"
3232
gensync "^1.0.0-beta.1"
@@ -56,15 +56,6 @@
5656
lodash "^4.17.13"
5757
source-map "^0.5.0"
5858

59-
"@babel/generator@^7.11.0":
60-
version "7.11.0"
61-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.0.tgz#4b90c78d8c12825024568cbe83ee6c9af193585c"
62-
integrity sha512-fEm3Uzw7Mc9Xi//qU20cBKatTfs2aOtKqmvy/Vm7RkJEGFQ4xc9myCfbXxqK//ZS8MR/ciOHw6meGASJuKmDfQ==
63-
dependencies:
64-
"@babel/types" "^7.11.0"
65-
jsesc "^2.5.1"
66-
source-map "^0.5.0"
67-
6859
"@babel/generator@^7.11.5":
6960
version "7.11.6"
7061
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.6.tgz#b868900f81b163b4d464ea24545c61cbac4dc620"
@@ -98,7 +89,7 @@
9889
"@babel/helper-explode-assignable-expression" "^7.10.4"
9990
"@babel/types" "^7.10.4"
10091

101-
"@babel/helper-compilation-targets@^7.10.4", "@babel/helper-compilation-targets@^7.12.1":
92+
"@babel/helper-compilation-targets@^7.12.0", "@babel/helper-compilation-targets@^7.12.1":
10293
version "7.12.1"
10394
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.1.tgz#310e352888fbdbdd8577be8dfdd2afb9e7adcf50"
10495
integrity sha512-jtBEif7jsPwP27GPHs06v4WBV0KrE8a/P7n0N0sSvHn2hwUCYnolP/CLmz51IzAW4NlN+HuoBtb9QcwnRo9F/g==
@@ -217,26 +208,13 @@
217208
dependencies:
218209
"@babel/types" "^7.12.1"
219210

220-
"@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.12.1", "@babel/helper-module-imports@^7.8.3":
211+
"@babel/helper-module-imports@^7.12.1", "@babel/helper-module-imports@^7.8.3":
221212
version "7.12.1"
222213
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.1.tgz#1644c01591a15a2f084dd6d092d9430eb1d1216c"
223214
integrity sha512-ZeC1TlMSvikvJNy1v/wPIazCu3NdOwgYZLIkmIyAsGhqkNpiDoQQRmaCK8YP4Pq3GPTLPV9WXaPCJKvx06JxKA==
224215
dependencies:
225216
"@babel/types" "^7.12.1"
226217

227-
"@babel/helper-module-transforms@^7.11.0":
228-
version "7.11.0"
229-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.11.0.tgz#b16f250229e47211abdd84b34b64737c2ab2d359"
230-
integrity sha512-02EVu8COMuTRO1TAzdMtpBPbe6aQ1w/8fePD2YgQmxZU4gpNWaL9gK3Jp7dxlkUlUCJOTaSeA+Hrm1BRQwqIhg==
231-
dependencies:
232-
"@babel/helper-module-imports" "^7.10.4"
233-
"@babel/helper-replace-supers" "^7.10.4"
234-
"@babel/helper-simple-access" "^7.10.4"
235-
"@babel/helper-split-export-declaration" "^7.11.0"
236-
"@babel/template" "^7.10.4"
237-
"@babel/types" "^7.11.0"
238-
lodash "^4.17.19"
239-
240218
"@babel/helper-module-transforms@^7.12.1":
241219
version "7.12.1"
242220
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.1.tgz#7954fec71f5b32c48e4b303b437c34453fd7247c"
@@ -300,14 +278,6 @@
300278
"@babel/traverse" "^7.12.1"
301279
"@babel/types" "^7.12.1"
302280

303-
"@babel/helper-simple-access@^7.10.4":
304-
version "7.10.4"
305-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.10.4.tgz#0f5ccda2945277a2a7a2d3a821e15395edcf3461"
306-
integrity sha512-0fMy72ej/VEvF8ULmX6yb5MtHG4uH4Dbd6I/aHDb/JVg0bbivwt9Wg+h3uMvX+QSFtwr5MeItvazbrc4jtRAXw==
307-
dependencies:
308-
"@babel/template" "^7.10.4"
309-
"@babel/types" "^7.10.4"
310-
311281
"@babel/helper-simple-access@^7.12.1":
312282
version "7.12.1"
313283
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.1.tgz#32427e5aa61547d38eb1e6eaf5fd1426fdad9136"
@@ -363,14 +333,14 @@
363333
"@babel/traverse" "^7.10.4"
364334
"@babel/types" "^7.10.4"
365335

366-
"@babel/helpers@^7.10.4":
367-
version "7.10.4"
368-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.10.4.tgz#2abeb0d721aff7c0a97376b9e1f6f65d7a475044"
369-
integrity sha512-L2gX/XeUONeEbI78dXSrJzGdz4GQ+ZTA/aazfUsFaWjSe95kiCuOZ5HsXvkiw3iwF+mFHSRUfJU8t6YavocdXA==
336+
"@babel/helpers@^7.12.1":
337+
version "7.12.1"
338+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.1.tgz#8a8261c1d438ec18cb890434df4ec768734c1e79"
339+
integrity sha512-9JoDSBGoWtmbay98efmT2+mySkwjzeFeAL9BuWNoVQpkPFQF8SIIFUfY5os9u8wVzglzoiPRSW7cuJmBDUt43g==
370340
dependencies:
371341
"@babel/template" "^7.10.4"
372-
"@babel/traverse" "^7.10.4"
373-
"@babel/types" "^7.10.4"
342+
"@babel/traverse" "^7.12.1"
343+
"@babel/types" "^7.12.1"
374344

375345
"@babel/highlight@^7.10.4":
376346
version "7.10.4"
@@ -391,11 +361,6 @@
391361
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.4.tgz#9eedf27e1998d87739fb5028a5120557c06a1a64"
392362
integrity sha512-8jHII4hf+YVDsskTF6WuMB3X4Eh+PsUkC2ljq22so5rHvH+T8BzyL94VOdyFLNR8tBSVXOTbNHOKpR4TfRxVtA==
393363

394-
"@babel/parser@^7.11.0":
395-
version "7.11.0"
396-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.0.tgz#a9d7e11aead25d3b422d17b2c6502c8dddef6a5d"
397-
integrity sha512-qvRvi4oI8xii8NllyEc4MDJjuZiNaRzyb7Y7lup1NqJV8TZHF4O27CcP+72WPn/k1zkgJ6WJfnIbk4jTsVAZHw==
398-
399364
"@babel/parser@^7.11.5", "@babel/parser@^7.7.0":
400365
version "7.11.5"
401366
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.5.tgz#c7ff6303df71080ec7a4f5b8c003c58f1cf51037"
@@ -618,10 +583,10 @@
618583
dependencies:
619584
"@babel/helper-plugin-utils" "^7.10.4"
620585

621-
"@babel/plugin-syntax-typescript@^7.10.4":
622-
version "7.10.4"
623-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.10.4.tgz#2f55e770d3501e83af217d782cb7517d7bb34d25"
624-
integrity sha512-oSAEz1YkBCAKr5Yiq8/BNtvSAPwkp/IyUnwZogd8p+F0RuYQQrLeRUzIQhueQTTBy/F+a40uS7OFKxnkRvmvFQ==
586+
"@babel/plugin-syntax-typescript@^7.12.1":
587+
version "7.12.1"
588+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.12.1.tgz#460ba9d77077653803c3dd2e673f76d66b4029e5"
589+
integrity sha512-UZNEcCY+4Dp9yYRCAHrHDU+9ZXLYaY9MgBXSRLkB9WjYFRR6quJBumfVrEkUxrePPBwFcpWfNKXqVRQQtm7mMA==
625590
dependencies:
626591
"@babel/helper-plugin-utils" "^7.10.4"
627592

@@ -837,12 +802,12 @@
837802
dependencies:
838803
"@babel/helper-plugin-utils" "^7.10.4"
839804

840-
"@babel/plugin-transform-runtime@^7.11.0":
841-
version "7.11.0"
842-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.11.0.tgz#e27f78eb36f19448636e05c33c90fd9ad9b8bccf"
843-
integrity sha512-LFEsP+t3wkYBlis8w6/kmnd6Kb1dxTd+wGJ8MlxTGzQo//ehtqlVL4S9DNUa53+dtPSQobN2CXx4d81FqC58cw==
805+
"@babel/plugin-transform-runtime@^7.12.0":
806+
version "7.12.1"
807+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.12.1.tgz#04b792057eb460389ff6a4198e377614ea1e7ba5"
808+
integrity sha512-Ac/H6G9FEIkS2tXsZjL4RAdS3L3WHxci0usAnz7laPWUmFiGtj7tIASChqKZMHTSQTQY6xDbOq+V1/vIq3QrWg==
844809
dependencies:
845-
"@babel/helper-module-imports" "^7.10.4"
810+
"@babel/helper-module-imports" "^7.12.1"
846811
"@babel/helper-plugin-utils" "^7.10.4"
847812
resolve "^1.8.1"
848813
semver "^5.5.1"
@@ -884,14 +849,14 @@
884849
dependencies:
885850
"@babel/helper-plugin-utils" "^7.10.4"
886851

887-
"@babel/plugin-transform-typescript@^7.10.4", "@babel/plugin-transform-typescript@^7.11.0":
888-
version "7.11.0"
889-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.11.0.tgz#2b4879676af37342ebb278216dd090ac67f13abb"
890-
integrity sha512-edJsNzTtvb3MaXQwj8403B7mZoGu9ElDJQZOKjGUnvilquxBA3IQoEIOvkX/1O8xfAsnHS/oQhe2w/IXrr+w0w==
852+
"@babel/plugin-transform-typescript@^7.10.4", "@babel/plugin-transform-typescript@^7.12.0":
853+
version "7.12.1"
854+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.12.1.tgz#d92cc0af504d510e26a754a7dbc2e5c8cd9c7ab4"
855+
integrity sha512-VrsBByqAIntM+EYMqSm59SiMEf7qkmI9dqMt6RbD/wlwueWmYcI0FFK5Fj47pP6DRZm+3teXjosKlwcZJ5lIMw==
891856
dependencies:
892-
"@babel/helper-create-class-features-plugin" "^7.10.5"
857+
"@babel/helper-create-class-features-plugin" "^7.12.1"
893858
"@babel/helper-plugin-utils" "^7.10.4"
894-
"@babel/plugin-syntax-typescript" "^7.10.4"
859+
"@babel/plugin-syntax-typescript" "^7.12.1"
895860

896861
"@babel/plugin-transform-typescript@~7.4.0":
897862
version "7.4.5"
@@ -916,15 +881,15 @@
916881
"@babel/helper-create-regexp-features-plugin" "^7.12.1"
917882
"@babel/helper-plugin-utils" "^7.10.4"
918883

919-
"@babel/polyfill@^7.10.4":
920-
version "7.10.4"
921-
resolved "https://registry.yarnpkg.com/@babel/polyfill/-/polyfill-7.10.4.tgz#915e5bfe61490ac0199008e35ca9d7d151a8e45a"
922-
integrity sha512-8BYcnVqQ5kMD2HXoHInBH7H1b/uP3KdnwCYXOqFnXqguOyuu443WXusbIUbWEfY3Z0Txk0M1uG/8YuAMhNl6zg==
884+
"@babel/polyfill@^7.11.5":
885+
version "7.12.1"
886+
resolved "https://registry.yarnpkg.com/@babel/polyfill/-/polyfill-7.12.1.tgz#1f2d6371d1261bbd961f3c5d5909150e12d0bd96"
887+
integrity sha512-X0pi0V6gxLi6lFZpGmeNa4zxtwEmCs42isWLNjZZDE0Y8yVfgu0T2OAHlzBbdYlqbW/YXVvoBHpATEM+goCj8g==
923888
dependencies:
924889
core-js "^2.6.5"
925890
regenerator-runtime "^0.13.4"
926891

927-
"@babel/preset-env@^7.10.2", "@babel/preset-env@^7.11.0", "@babel/preset-env@^7.12.1":
892+
"@babel/preset-env@^7.10.2", "@babel/preset-env@^7.12.0", "@babel/preset-env@^7.12.1":
928893
version "7.12.1"
929894
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.1.tgz#9c7e5ca82a19efc865384bb4989148d2ee5d7ac2"
930895
integrity sha512-H8kxXmtPaAGT7TyBvSSkoSTUK6RHh61So05SyEbpmr0MCZrsNYn7mGMzzeYoOUCdHzww61k8XBft2TaES+xPLg==
@@ -1015,10 +980,10 @@
1015980
"@babel/helper-plugin-utils" "^7.10.4"
1016981
"@babel/plugin-transform-typescript" "^7.10.4"
1017982

1018-
"@babel/runtime@^7.11.0", "@babel/runtime@^7.8.4":
1019-
version "7.11.0"
1020-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.11.0.tgz#f10245877042a815e07f7e693faff0ae9d3a2aac"
1021-
integrity sha512-qArkXsjJq7H+T86WrIFV0Fnu/tNOkZ4cgXmjkzAu3b/58D5mFIO8JH/y77t7C9q0OdDRdh9s7Ue5GasYssxtXw==
983+
"@babel/runtime@^7.12.0", "@babel/runtime@^7.8.4":
984+
version "7.12.1"
985+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.1.tgz#b4116a6b6711d010b2dad3b7b6e43bf1b9954740"
986+
integrity sha512-J5AIf3vPj3UwXaAzb5j1xM4WAQDX3EMgemF8rjCP3SoW09LfRKAXQKt6CoVYl230P6iWdRcBbnLDDdnqWxZSCA==
1022987
dependencies:
1023988
regenerator-runtime "^0.13.4"
1024989

@@ -1070,21 +1035,6 @@
10701035
globals "^11.1.0"
10711036
lodash "^4.17.13"
10721037

1073-
"@babel/traverse@^7.11.0":
1074-
version "7.11.0"
1075-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.0.tgz#9b996ce1b98f53f7c3e4175115605d56ed07dd24"
1076-
integrity sha512-ZB2V+LskoWKNpMq6E5UUCrjtDUh5IOTAyIl0dTjIEoXum/iKWkoIEKIRDnUucO6f+2FzNkE0oD4RLKoPIufDtg==
1077-
dependencies:
1078-
"@babel/code-frame" "^7.10.4"
1079-
"@babel/generator" "^7.11.0"
1080-
"@babel/helper-function-name" "^7.10.4"
1081-
"@babel/helper-split-export-declaration" "^7.11.0"
1082-
"@babel/parser" "^7.11.0"
1083-
"@babel/types" "^7.11.0"
1084-
debug "^4.1.0"
1085-
globals "^11.1.0"
1086-
lodash "^4.17.19"
1087-
10881038
"@babel/traverse@^7.12.1":
10891039
version "7.12.1"
10901040
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.1.tgz#941395e0c5cc86d5d3e75caa095d3924526f0c1e"
@@ -2379,12 +2329,12 @@ babel-plugin-ember-modules-api-polyfill@^2.6.0:
23792329
dependencies:
23802330
ember-rfc176-data "^0.3.13"
23812331

2382-
babel-plugin-ember-modules-api-polyfill@^3.1.1:
2383-
version "3.1.1"
2384-
resolved "https://registry.yarnpkg.com/babel-plugin-ember-modules-api-polyfill/-/babel-plugin-ember-modules-api-polyfill-3.1.1.tgz#c6e9ede43b64c4e36512f260e42e829b071d9b4f"
2385-
integrity sha512-hRTnr59fJ6cIiSiSgQLM9QRiVv/RrBAYRYggCPQDj4dvYhOWZeoX6e+1jFY1qC3tJnSDuMWu3OrDciSIi1MJ0A==
2332+
babel-plugin-ember-modules-api-polyfill@^3.2.0:
2333+
version "3.2.0"
2334+
resolved "https://registry.yarnpkg.com/babel-plugin-ember-modules-api-polyfill/-/babel-plugin-ember-modules-api-polyfill-3.2.0.tgz#302cb58a3c0fa33d93ab5115f1e91d76c6ec766b"
2335+
integrity sha512-k5gyC1kUDyZDcdD8LMGTI7KA+cHdKainuWpmc7d5yv42WgZFO75njPi3hZchEGsFFXtSqm9jiahgvLBUV8E8mA==
23862336
dependencies:
2387-
ember-rfc176-data "^0.3.15"
2337+
ember-rfc176-data "^0.3.16"
23882338

23892339
babel-plugin-filter-imports@^4.0.0:
23902340
version "4.0.0"
@@ -3019,13 +2969,13 @@ broccoli-babel-transpiler@^6.5.0:
30192969
rsvp "^4.8.2"
30202970
workerpool "^2.3.0"
30212971

3022-
broccoli-babel-transpiler@^7.7.0:
3023-
version "7.7.0"
3024-
resolved "https://registry.yarnpkg.com/broccoli-babel-transpiler/-/broccoli-babel-transpiler-7.7.0.tgz#271d401e713bfd338d5ef0435d3c4c68f6eddd2a"
3025-
integrity sha512-U8Cmnv0/AcQKehiIVi6UDzqq3jqhAEbY9CvOW5vdeNRmYhFpK6bXPmVczS/nUz5g4KsPc/FdnC3zbU6yVf4e7w==
2972+
broccoli-babel-transpiler@^7.7.0, broccoli-babel-transpiler@^7.8.0:
2973+
version "7.8.0"
2974+
resolved "https://registry.yarnpkg.com/broccoli-babel-transpiler/-/broccoli-babel-transpiler-7.8.0.tgz#7e0f01fce5739f49bbadeee7f1e625ca51cad66e"
2975+
integrity sha512-dv30Td5uL7dO3NzQUqQKQs+Iq7JGKnCNtvc6GBO76uVPqGnRlsQZcYqdBVr33JrctR+ZrpTUf7TjsFKeDRFA8Q==
30262976
dependencies:
3027-
"@babel/core" "^7.11.0"
3028-
"@babel/polyfill" "^7.10.4"
2977+
"@babel/core" "^7.12.0"
2978+
"@babel/polyfill" "^7.11.5"
30292979
broccoli-funnel "^2.0.2"
30302980
broccoli-merge-trees "^3.0.2"
30312981
broccoli-persistent-filter "^2.2.1"
@@ -4684,10 +4634,10 @@ ember-cli-app-version@^4.0.0:
46844634
ember-cli-babel "^7.22.1"
46854635
git-repo-info "^2.1.1"
46864636

4687-
ember-cli-babel-plugin-helpers@^1.0.0, ember-cli-babel-plugin-helpers@^1.1.0:
4688-
version "1.1.0"
4689-
resolved "https://registry.yarnpkg.com/ember-cli-babel-plugin-helpers/-/ember-cli-babel-plugin-helpers-1.1.0.tgz#de3baedd093163b6c2461f95964888c1676325ac"
4690-
integrity sha512-Zr4my8Xn+CzO0gIuFNXji0eTRml5AxZUTDQz/wsNJ5AJAtyFWCY4QtKdoELNNbiCVGt1lq5yLiwTm4scGKu6xA==
4637+
ember-cli-babel-plugin-helpers@^1.0.0, ember-cli-babel-plugin-helpers@^1.1.0, ember-cli-babel-plugin-helpers@^1.1.1:
4638+
version "1.1.1"
4639+
resolved "https://registry.yarnpkg.com/ember-cli-babel-plugin-helpers/-/ember-cli-babel-plugin-helpers-1.1.1.tgz#5016b80cdef37036c4282eef2d863e1d73576879"
4640+
integrity sha512-sKvOiPNHr5F/60NLd7SFzMpYPte/nnGkq/tMIfXejfKHIhaiIkYFqX8Z9UFTKWLLn+V7NOaby6niNPZUdvKCRw==
46914641

46924642
ember-cli-babel@^6.0.0-beta.4, ember-cli-babel@^6.16.0, ember-cli-babel@^6.6.0, ember-cli-babel@^6.8.1:
46934643
version "6.18.0"
@@ -4708,32 +4658,32 @@ ember-cli-babel@^6.0.0-beta.4, ember-cli-babel@^6.16.0, ember-cli-babel@^6.6.0,
47084658
ember-cli-version-checker "^2.1.2"
47094659
semver "^5.5.0"
47104660

4711-
ember-cli-babel@^7.1.2, ember-cli-babel@^7.11.0, ember-cli-babel@^7.12.0, ember-cli-babel@^7.19.0, ember-cli-babel@^7.22.1, ember-cli-babel@^7.7.3:
4712-
version "7.22.1"
4713-
resolved "https://registry.yarnpkg.com/ember-cli-babel/-/ember-cli-babel-7.22.1.tgz#cad28b89cf0e184c93b863d09bc5ba4ce1d2e453"
4714-
integrity sha512-kCT8WbC1AYFtyOpU23ESm22a+gL6fWv8Nzwe8QFQ5u0piJzM9MEudfbjADEaoyKTrjMQTDsrWwEf3yjggDsOng==
4661+
ember-cli-babel@^7.1.2, ember-cli-babel@^7.11.0, ember-cli-babel@^7.12.0, ember-cli-babel@^7.19.0, ember-cli-babel@^7.22.1, ember-cli-babel@^7.23.0, ember-cli-babel@^7.7.3:
4662+
version "7.23.0"
4663+
resolved "https://registry.yarnpkg.com/ember-cli-babel/-/ember-cli-babel-7.23.0.tgz#ec580aa2c115d0810e454dd5c2fffce238284b92"
4664+
integrity sha512-ix58DlRDAbGITtdJoRUPcAoQwKLYr/x/kIXjU9u1ATyhmuUjqb+0FDXghOWbkNihGiNOqBBR49+LBgK9AeBcNw==
47154665
dependencies:
4716-
"@babel/core" "^7.11.0"
4717-
"@babel/helper-compilation-targets" "^7.10.4"
4666+
"@babel/core" "^7.12.0"
4667+
"@babel/helper-compilation-targets" "^7.12.0"
47184668
"@babel/plugin-proposal-class-properties" "^7.10.4"
47194669
"@babel/plugin-proposal-decorators" "^7.10.5"
47204670
"@babel/plugin-transform-modules-amd" "^7.10.5"
4721-
"@babel/plugin-transform-runtime" "^7.11.0"
4722-
"@babel/plugin-transform-typescript" "^7.11.0"
4723-
"@babel/polyfill" "^7.10.4"
4724-
"@babel/preset-env" "^7.11.0"
4725-
"@babel/runtime" "^7.11.0"
4671+
"@babel/plugin-transform-runtime" "^7.12.0"
4672+
"@babel/plugin-transform-typescript" "^7.12.0"
4673+
"@babel/polyfill" "^7.11.5"
4674+
"@babel/preset-env" "^7.12.0"
4675+
"@babel/runtime" "^7.12.0"
47264676
amd-name-resolver "^1.2.1"
47274677
babel-plugin-debug-macros "^0.3.3"
47284678
babel-plugin-ember-data-packages-polyfill "^0.1.2"
4729-
babel-plugin-ember-modules-api-polyfill "^3.1.1"
4679+
babel-plugin-ember-modules-api-polyfill "^3.2.0"
47304680
babel-plugin-module-resolver "^3.1.1"
4731-
broccoli-babel-transpiler "^7.7.0"
4681+
broccoli-babel-transpiler "^7.8.0"
47324682
broccoli-debug "^0.6.4"
47334683
broccoli-funnel "^2.0.1"
47344684
broccoli-source "^1.1.0"
47354685
clone "^2.1.2"
4736-
ember-cli-babel-plugin-helpers "^1.1.0"
4686+
ember-cli-babel-plugin-helpers "^1.1.1"
47374687
ember-cli-version-checker "^4.1.0"
47384688
ensure-posix-path "^1.0.2"
47394689
fixturify-project "^1.10.0"
@@ -5062,6 +5012,11 @@ ember-rfc176-data@^0.3.15:
50625012
resolved "https://registry.yarnpkg.com/ember-rfc176-data/-/ember-rfc176-data-0.3.15.tgz#af3f1da5a0339b6feda380edc2f7190e0f416c2d"
50635013
integrity sha512-GPKa7zRDBblRy0orxTXt5yrpp/Pf5CkuRFSIR8qMFDww0CqCKjCRwdZnWYzCM4kAEfZnXRIDDefe1tBaFw7v7w==
50645014

5015+
ember-rfc176-data@^0.3.16:
5016+
version "0.3.16"
5017+
resolved "https://registry.yarnpkg.com/ember-rfc176-data/-/ember-rfc176-data-0.3.16.tgz#2ace0ac9cf9016d493a74a1d931643a308679803"
5018+
integrity sha512-IYAzffS90r2ybAcx8c2qprYfkxa70G+/UPkxMN1hw55DU5S2aLOX6v3umKDZItoRhrvZMCnzwsdfKSrKdC9Wbg==
5019+
50655020
ember-router-generator@^2.0.0:
50665021
version "2.0.0"
50675022
resolved "https://registry.yarnpkg.com/ember-router-generator/-/ember-router-generator-2.0.0.tgz#d04abfed4ba8b42d166477bbce47fccc672dbde0"

0 commit comments

Comments
 (0)