|
845 | 845 | dependencies: |
846 | 846 | "@babel/helper-plugin-utils" "^7.12.13" |
847 | 847 |
|
848 | | -"@babel/plugin-syntax-typescript@^7.10.4", "@babel/plugin-syntax-typescript@^7.2.0", "@babel/plugin-syntax-typescript@^7.8.3": |
849 | | - version "7.10.4" |
850 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.10.4.tgz#2f55e770d3501e83af217d782cb7517d7bb34d25" |
851 | | - integrity sha512-oSAEz1YkBCAKr5Yiq8/BNtvSAPwkp/IyUnwZogd8p+F0RuYQQrLeRUzIQhueQTTBy/F+a40uS7OFKxnkRvmvFQ== |
852 | | - dependencies: |
853 | | - "@babel/helper-plugin-utils" "^7.10.4" |
854 | | - |
855 | 848 | "@babel/plugin-syntax-typescript@^7.12.13": |
856 | 849 | version "7.12.13" |
857 | 850 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.12.13.tgz#9dff111ca64154cef0f4dc52cf843d9f12ce4474" |
858 | 851 | integrity sha512-cHP3u1JiUiG2LFDKbXnwVad81GvfyIOmCD6HIEId6ojrY0Drfy2q1jw7BwN7dE84+kTnBjLkXoL3IEy/3JPu2w== |
859 | 852 | dependencies: |
860 | 853 | "@babel/helper-plugin-utils" "^7.12.13" |
861 | 854 |
|
| 855 | +"@babel/plugin-syntax-typescript@^7.2.0", "@babel/plugin-syntax-typescript@^7.8.3": |
| 856 | + version "7.10.4" |
| 857 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.10.4.tgz#2f55e770d3501e83af217d782cb7517d7bb34d25" |
| 858 | + integrity sha512-oSAEz1YkBCAKr5Yiq8/BNtvSAPwkp/IyUnwZogd8p+F0RuYQQrLeRUzIQhueQTTBy/F+a40uS7OFKxnkRvmvFQ== |
| 859 | + dependencies: |
| 860 | + "@babel/helper-plugin-utils" "^7.10.4" |
| 861 | + |
862 | 862 | "@babel/plugin-transform-arrow-functions@^7.10.4": |
863 | 863 | version "7.10.4" |
864 | 864 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.10.4.tgz#e22960d77e697c74f41c501d44d73dbf8a6a64cd" |
|
1261 | 1261 | dependencies: |
1262 | 1262 | "@babel/helper-plugin-utils" "^7.12.13" |
1263 | 1263 |
|
1264 | | -"@babel/plugin-transform-runtime@^7.11.0": |
1265 | | - version "7.11.5" |
1266 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.11.5.tgz#f108bc8e0cf33c37da031c097d1df470b3a293fc" |
1267 | | - integrity sha512-9aIoee+EhjySZ6vY5hnLjigHzunBlscx9ANKutkeWTJTx6m5Rbq6Ic01tLvO54lSusR+BxV7u4UDdCmXv5aagg== |
1268 | | - dependencies: |
1269 | | - "@babel/helper-module-imports" "^7.10.4" |
1270 | | - "@babel/helper-plugin-utils" "^7.10.4" |
1271 | | - resolve "^1.8.1" |
1272 | | - semver "^5.5.1" |
1273 | | - |
1274 | 1264 | "@babel/plugin-transform-runtime@^7.12.0": |
1275 | 1265 | version "7.13.7" |
1276 | 1266 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.13.7.tgz#a856b53681da9193d98dfb03d8192b0a3f4cdd8a" |
|
1357 | 1347 | dependencies: |
1358 | 1348 | "@babel/helper-plugin-utils" "^7.12.13" |
1359 | 1349 |
|
1360 | | -"@babel/plugin-transform-typescript@^7.11.0": |
1361 | | - version "7.11.0" |
1362 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.11.0.tgz#2b4879676af37342ebb278216dd090ac67f13abb" |
1363 | | - integrity sha512-edJsNzTtvb3MaXQwj8403B7mZoGu9ElDJQZOKjGUnvilquxBA3IQoEIOvkX/1O8xfAsnHS/oQhe2w/IXrr+w0w== |
1364 | | - dependencies: |
1365 | | - "@babel/helper-create-class-features-plugin" "^7.10.5" |
1366 | | - "@babel/helper-plugin-utils" "^7.10.4" |
1367 | | - "@babel/plugin-syntax-typescript" "^7.10.4" |
1368 | | - |
1369 | 1350 | "@babel/plugin-transform-typescript@^7.12.0": |
1370 | 1351 | version "7.13.0" |
1371 | 1352 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.13.0.tgz#4a498e1f3600342d2a9e61f60131018f55774853" |
|
1438 | 1419 | core-js "^2.6.5" |
1439 | 1420 | regenerator-runtime "^0.13.4" |
1440 | 1421 |
|
1441 | | -"@babel/preset-env@^7.10.2", "@babel/preset-env@^7.11.0": |
| 1422 | +"@babel/preset-env@^7.10.2": |
1442 | 1423 | version "7.11.5" |
1443 | 1424 | resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.11.5.tgz#18cb4b9379e3e92ffea92c07471a99a2914e4272" |
1444 | 1425 | integrity sha512-kXqmW1jVcnB2cdueV+fyBM8estd5mlNfaQi6lwLgRwCby4edpavgbFhiBNjmWA3JpB/yZGSISa7Srf+TwxDQoA== |
|
1597 | 1578 | "@babel/types" "^7.4.4" |
1598 | 1579 | esutils "^2.0.2" |
1599 | 1580 |
|
1600 | | -"@babel/runtime@^7.11.0", "@babel/runtime@^7.8.4": |
1601 | | - version "7.11.2" |
1602 | | - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.11.2.tgz#f549c13c754cc40b87644b9fa9f09a6a95fe0736" |
1603 | | - integrity sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw== |
1604 | | - dependencies: |
1605 | | - regenerator-runtime "^0.13.4" |
1606 | | - |
1607 | 1581 | "@babel/runtime@^7.12.0": |
1608 | 1582 | version "7.13.7" |
1609 | 1583 | resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.13.7.tgz#d494e39d198ee9ca04f4dcb76d25d9d7a1dc961a" |
1610 | 1584 | integrity sha512-h+ilqoX998mRVM5FtB5ijRuHUDVt5l3yfoOi2uh18Z/O3hvyaHQ39NpxVkCIG5yFs+mLq/ewFp8Bss6zmWv6ZA== |
1611 | 1585 | dependencies: |
1612 | 1586 | regenerator-runtime "^0.13.4" |
1613 | 1587 |
|
| 1588 | +"@babel/runtime@^7.8.4": |
| 1589 | + version "7.11.2" |
| 1590 | + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.11.2.tgz#f549c13c754cc40b87644b9fa9f09a6a95fe0736" |
| 1591 | + integrity sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw== |
| 1592 | + dependencies: |
| 1593 | + regenerator-runtime "^0.13.4" |
| 1594 | + |
1614 | 1595 | "@babel/template@^7.10.4": |
1615 | 1596 | version "7.10.4" |
1616 | 1597 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.4.tgz#3251996c4200ebc71d1a8fc405fba940f36ba278" |
@@ -3262,13 +3243,6 @@ babel-plugin-ember-modules-api-polyfill@^2.6.0: |
3262 | 3243 | dependencies: |
3263 | 3244 | ember-rfc176-data "^0.3.13" |
3264 | 3245 |
|
3265 | | -babel-plugin-ember-modules-api-polyfill@^3.1.1: |
3266 | | - version "3.1.1" |
3267 | | - resolved "https://registry.yarnpkg.com/babel-plugin-ember-modules-api-polyfill/-/babel-plugin-ember-modules-api-polyfill-3.1.1.tgz#c6e9ede43b64c4e36512f260e42e829b071d9b4f" |
3268 | | - integrity sha512-hRTnr59fJ6cIiSiSgQLM9QRiVv/RrBAYRYggCPQDj4dvYhOWZeoX6e+1jFY1qC3tJnSDuMWu3OrDciSIi1MJ0A== |
3269 | | - dependencies: |
3270 | | - ember-rfc176-data "^0.3.15" |
3271 | | - |
3272 | 3246 | babel-plugin-ember-modules-api-polyfill@^3.2.1: |
3273 | 3247 | version "3.4.0" |
3274 | 3248 | resolved "https://registry.yarnpkg.com/babel-plugin-ember-modules-api-polyfill/-/babel-plugin-ember-modules-api-polyfill-3.4.0.tgz#3f5e0457e135f8a29b3a8b6910806bb5b524649e" |
@@ -3977,7 +3951,7 @@ broccoli-babel-transpiler@^6.5.0: |
3977 | 3951 | rsvp "^4.8.2" |
3978 | 3952 | workerpool "^2.3.0" |
3979 | 3953 |
|
3980 | | -broccoli-babel-transpiler@^7.3.0, broccoli-babel-transpiler@^7.7.0: |
| 3954 | +broccoli-babel-transpiler@^7.3.0: |
3981 | 3955 | version "7.7.0" |
3982 | 3956 | resolved "https://registry.yarnpkg.com/broccoli-babel-transpiler/-/broccoli-babel-transpiler-7.7.0.tgz#271d401e713bfd338d5ef0435d3c4c68f6eddd2a" |
3983 | 3957 | integrity sha512-U8Cmnv0/AcQKehiIVi6UDzqq3jqhAEbY9CvOW5vdeNRmYhFpK6bXPmVczS/nUz5g4KsPc/FdnC3zbU6yVf4e7w== |
@@ -6484,7 +6458,7 @@ ember-cli-babel@^6.0.0-beta.4, ember-cli-babel@^6.10.0, ember-cli-babel@^6.11.0, |
6484 | 6458 | ember-cli-version-checker "^2.1.2" |
6485 | 6459 | semver "^5.5.0" |
6486 | 6460 |
|
6487 | | -ember-cli-babel@^7.0.0: |
| 6461 | +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.1.4, ember-cli-babel@^7.10.0, ember-cli-babel@^7.11.0, ember-cli-babel@^7.11.1, ember-cli-babel@^7.13.2, ember-cli-babel@^7.18.0, ember-cli-babel@^7.19.0, ember-cli-babel@^7.20.2, ember-cli-babel@^7.20.5, ember-cli-babel@^7.21.0, ember-cli-babel@^7.22.1, ember-cli-babel@^7.4.1, ember-cli-babel@^7.5.0, ember-cli-babel@^7.7.3: |
6488 | 6462 | version "7.23.1" |
6489 | 6463 | resolved "https://registry.yarnpkg.com/ember-cli-babel/-/ember-cli-babel-7.23.1.tgz#d1517228ede08a5d4b045c78a7429728e956b30b" |
6490 | 6464 | integrity sha512-qYggmt3hRs6QJ6cRkww3ahMpyP8IEV2KFrIRO/Z6hu9MkE/8Y28Xd5NjQl6fPV3oLoG0vwuHzhNe3Jr7Wec8zw== |
@@ -6516,38 +6490,6 @@ ember-cli-babel@^7.0.0: |
6516 | 6490 | rimraf "^3.0.1" |
6517 | 6491 | semver "^5.5.0" |
6518 | 6492 |
|
6519 | | -ember-cli-babel@^7.1.0, ember-cli-babel@^7.1.2, ember-cli-babel@^7.1.3, ember-cli-babel@^7.1.4, 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.2, ember-cli-babel@^7.18.0, ember-cli-babel@^7.19.0, ember-cli-babel@^7.20.2, ember-cli-babel@^7.20.5, ember-cli-babel@^7.21.0, ember-cli-babel@^7.4.1, ember-cli-babel@^7.5.0, ember-cli-babel@^7.7.3: |
6520 | | - version "7.22.1" |
6521 | | - resolved "https://registry.yarnpkg.com/ember-cli-babel/-/ember-cli-babel-7.22.1.tgz#cad28b89cf0e184c93b863d09bc5ba4ce1d2e453" |
6522 | | - integrity sha512-kCT8WbC1AYFtyOpU23ESm22a+gL6fWv8Nzwe8QFQ5u0piJzM9MEudfbjADEaoyKTrjMQTDsrWwEf3yjggDsOng== |
6523 | | - dependencies: |
6524 | | - "@babel/core" "^7.11.0" |
6525 | | - "@babel/helper-compilation-targets" "^7.10.4" |
6526 | | - "@babel/plugin-proposal-class-properties" "^7.10.4" |
6527 | | - "@babel/plugin-proposal-decorators" "^7.10.5" |
6528 | | - "@babel/plugin-transform-modules-amd" "^7.10.5" |
6529 | | - "@babel/plugin-transform-runtime" "^7.11.0" |
6530 | | - "@babel/plugin-transform-typescript" "^7.11.0" |
6531 | | - "@babel/polyfill" "^7.10.4" |
6532 | | - "@babel/preset-env" "^7.11.0" |
6533 | | - "@babel/runtime" "^7.11.0" |
6534 | | - amd-name-resolver "^1.2.1" |
6535 | | - babel-plugin-debug-macros "^0.3.3" |
6536 | | - babel-plugin-ember-data-packages-polyfill "^0.1.2" |
6537 | | - babel-plugin-ember-modules-api-polyfill "^3.1.1" |
6538 | | - babel-plugin-module-resolver "^3.1.1" |
6539 | | - broccoli-babel-transpiler "^7.7.0" |
6540 | | - broccoli-debug "^0.6.4" |
6541 | | - broccoli-funnel "^2.0.1" |
6542 | | - broccoli-source "^1.1.0" |
6543 | | - clone "^2.1.2" |
6544 | | - ember-cli-babel-plugin-helpers "^1.1.0" |
6545 | | - ember-cli-version-checker "^4.1.0" |
6546 | | - ensure-posix-path "^1.0.2" |
6547 | | - fixturify-project "^1.10.0" |
6548 | | - rimraf "^3.0.1" |
6549 | | - semver "^5.5.0" |
6550 | | - |
6551 | 6493 | ember-cli-clipboard@^0.15.0: |
6552 | 6494 | version "0.15.0" |
6553 | 6495 | resolved "https://registry.yarnpkg.com/ember-cli-clipboard/-/ember-cli-clipboard-0.15.0.tgz#3704baaeab1f0a2df13b3d77632dea7266aabe54" |
@@ -7310,7 +7252,7 @@ ember-responsive@^4.0.0: |
7310 | 7252 | dependencies: |
7311 | 7253 | ember-cli-babel "^7.19.0" |
7312 | 7254 |
|
7313 | | -ember-rfc176-data@^0.3.12, ember-rfc176-data@^0.3.13, ember-rfc176-data@^0.3.15: |
| 7255 | +ember-rfc176-data@^0.3.12, ember-rfc176-data@^0.3.13: |
7314 | 7256 | version "0.3.15" |
7315 | 7257 | resolved "https://registry.yarnpkg.com/ember-rfc176-data/-/ember-rfc176-data-0.3.15.tgz#af3f1da5a0339b6feda380edc2f7190e0f416c2d" |
7316 | 7258 | integrity sha512-GPKa7zRDBblRy0orxTXt5yrpp/Pf5CkuRFSIR8qMFDww0CqCKjCRwdZnWYzCM4kAEfZnXRIDDefe1tBaFw7v7w== |
@@ -7411,14 +7353,14 @@ ember-svg-jar@^2.2.3: |
7411 | 7353 | mkdirp "^0.5.1" |
7412 | 7354 | path-posix "^1.0.0" |
7413 | 7355 |
|
7414 | | -ember-test-selectors@3.0.0: |
7415 | | - version "3.0.0" |
7416 | | - resolved "https://registry.yarnpkg.com/ember-test-selectors/-/ember-test-selectors-3.0.0.tgz#5be818cd4c10a3154e72ac5abc982e712c3514bf" |
7417 | | - integrity sha512-yKCURzLx+mQfqL4ts4oIYobXZVhOAXDwsObdVVTY9+UuzH0xdZEpIx37nCXV7UugP/vCoaUN3YruYZKgqxWQpg== |
| 7356 | +ember-test-selectors@5.0.0: |
| 7357 | + version "5.0.0" |
| 7358 | + resolved "https://registry.yarnpkg.com/ember-test-selectors/-/ember-test-selectors-5.0.0.tgz#36c30f64498039cb88797cdda682275a460ee624" |
| 7359 | + integrity sha512-hqAPqyJLEGBYcQ9phOKvHhSCyvcSbUL8Yj2si8OASsQWxwRqbxrtk5YlkN2aZiZdp9PAd2wErS8uClG0U7tNpA== |
7418 | 7360 | dependencies: |
7419 | 7361 | calculate-cache-key-for-tree "^2.0.0" |
7420 | | - ember-cli-babel "^7.12.0" |
7421 | | - ember-cli-version-checker "^3.1.3" |
| 7362 | + ember-cli-babel "^7.22.1" |
| 7363 | + ember-cli-version-checker "^5.1.1" |
7422 | 7364 |
|
7423 | 7365 | ember-test-waiters@^2.0.0: |
7424 | 7366 | version "2.1.3" |
|
0 commit comments