|
401 | 401 | "@babel/helper-plugin-utils" "^7.8.3"
|
402 | 402 | "@babel/plugin-syntax-json-strings" "^7.8.0"
|
403 | 403 |
|
404 |
| -"@babel/plugin-proposal-nullish-coalescing-operator@^7.8.3": |
| 404 | +"@babel/plugin-proposal-nullish-coalescing-operator@^7.4.4", "@babel/plugin-proposal-nullish-coalescing-operator@^7.8.3": |
405 | 405 | version "7.8.3"
|
406 | 406 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.8.3.tgz#e4572253fdeed65cddeecfdab3f928afeb2fd5d2"
|
407 | 407 | integrity sha512-TS9MlfzXpXKt6YYomudb/KU7nQI6/xnapG6in1uZxoxDghuSMZsPb6D2fyUwNYSAp4l1iR7QtFOjkqcRYcUsfw==
|
|
425 | 425 | "@babel/helper-plugin-utils" "^7.8.3"
|
426 | 426 | "@babel/plugin-syntax-optional-catch-binding" "^7.8.0"
|
427 | 427 |
|
428 |
| -"@babel/plugin-proposal-optional-chaining@^7.8.3": |
| 428 | +"@babel/plugin-proposal-optional-chaining@^7.6.0", "@babel/plugin-proposal-optional-chaining@^7.8.3": |
429 | 429 | version "7.8.3"
|
430 | 430 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.8.3.tgz#ae10b3214cb25f7adb1f3bc87ba42ca10b7e2543"
|
431 | 431 | integrity sha512-QIoIR9abkVn+seDE3OjA08jWcs3eZ9+wJCKSRgo3WdEU2csFYgdScb+8qHB3+WXsGJD55u+5hWCISI7ejXS+kg==
|
|
510 | 510 | dependencies:
|
511 | 511 | "@babel/helper-plugin-utils" "^7.0.0"
|
512 | 512 |
|
| 513 | +"@babel/plugin-syntax-typescript@^7.8.3": |
| 514 | + version "7.8.3" |
| 515 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.8.3.tgz#c1f659dda97711a569cef75275f7e15dcaa6cabc" |
| 516 | + integrity sha512-GO1MQ/SGGGoiEXY0e0bSpHimJvxqB7lktLLIq2pv8xG7WZ8IMEle74jIe1FhprHBWjwjZtXHkycDLZXIWM5Wfg== |
| 517 | + dependencies: |
| 518 | + "@babel/helper-plugin-utils" "^7.8.3" |
| 519 | + |
513 | 520 | "@babel/plugin-transform-arrow-functions@^7.8.3":
|
514 | 521 | version "7.8.3"
|
515 | 522 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.8.3.tgz#82776c2ed0cd9e1a49956daeb896024c9473b8b6"
|
|
772 | 779 | "@babel/helper-plugin-utils" "^7.0.0"
|
773 | 780 | "@babel/plugin-syntax-typescript" "^7.2.0"
|
774 | 781 |
|
| 782 | +"@babel/plugin-transform-typescript@~7.8.0": |
| 783 | + version "7.8.3" |
| 784 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.8.3.tgz#be6f01a7ef423be68e65ace1f04fc407e6d88917" |
| 785 | + integrity sha512-Ebj230AxcrKGZPKIp4g4TdQLrqX95TobLUWKd/CwG7X1XHUH1ZpkpFvXuXqWbtGRWb7uuEWNlrl681wsOArAdQ== |
| 786 | + dependencies: |
| 787 | + "@babel/helper-create-class-features-plugin" "^7.8.3" |
| 788 | + "@babel/helper-plugin-utils" "^7.8.3" |
| 789 | + "@babel/plugin-syntax-typescript" "^7.8.3" |
| 790 | + |
775 | 791 | "@babel/plugin-transform-unicode-regex@^7.8.3":
|
776 | 792 | version "7.8.3"
|
777 | 793 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.8.3.tgz#0cef36e3ba73e5c57273effb182f46b91a1ecaad"
|
|
966 | 982 | lodash "^4.17.10"
|
967 | 983 | to-fast-properties "^2.0.0"
|
968 | 984 |
|
969 |
| -"@babel/types@^7.1.5", "@babel/types@^7.4.4": |
970 |
| - version "7.4.4" |
971 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.4.4.tgz#8db9e9a629bb7c29370009b4b779ed93fe57d5f0" |
972 |
| - dependencies: |
973 |
| - esutils "^2.0.2" |
974 |
| - lodash "^4.17.11" |
975 |
| - to-fast-properties "^2.0.0" |
976 |
| - |
977 | 985 | "@babel/types@^7.1.6", "@babel/types@^7.2.2", "@babel/types@^7.3.0":
|
978 | 986 | version "7.3.0"
|
979 | 987 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.3.0.tgz#61dc0b336a93badc02bf5f69c4cd8e1353f2ffc0"
|
|
991 | 999 | lodash "^4.17.13"
|
992 | 1000 | to-fast-properties "^2.0.0"
|
993 | 1001 |
|
| 1002 | +"@babel/types@^7.4.4": |
| 1003 | + version "7.4.4" |
| 1004 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.4.4.tgz#8db9e9a629bb7c29370009b4b779ed93fe57d5f0" |
| 1005 | + dependencies: |
| 1006 | + esutils "^2.0.2" |
| 1007 | + lodash "^4.17.11" |
| 1008 | + to-fast-properties "^2.0.0" |
| 1009 | + |
994 | 1010 | "@bower_components/Croppie@Foliotek/Croppie#^2.6.4":
|
995 | 1011 | version "2.6.4"
|
996 | 1012 | resolved "https://codeload.github.com/Foliotek/Croppie/tar.gz/ea9b70389985729652c2b5c6a752eb6160edf7aa"
|
|
1038 | 1054 | exec-sh "^0.3.2"
|
1039 | 1055 | minimist "^1.2.0"
|
1040 | 1056 |
|
| 1057 | + |
| 1058 | + version "3.14.1" |
| 1059 | + resolved "https://registry.yarnpkg.com/@ember-data/-build-infra/-/-build-infra-3.14.1.tgz#1526a6f5315aa23bc0ea76dfe0ba17318ae11257" |
| 1060 | + integrity sha512-A8l1SSry6bD4aVgm/ZUUbZJpI6PR0QHdbds+zf2mhcudR8/L/ruT0ooe/oLUds7bo+bbHr2K1ugHs2GbDi1rUg== |
| 1061 | + dependencies: |
| 1062 | + "@babel/plugin-transform-block-scoping" "^7.6.2" |
| 1063 | + "@ember-data/canary-features" "3.14.1" |
| 1064 | + "@ember/edition-utils" "^1.1.1" |
| 1065 | + babel-plugin-debug-macros "^0.3.3" |
| 1066 | + babel-plugin-feature-flags "^0.3.1" |
| 1067 | + babel-plugin-filter-imports "^3.0.0" |
| 1068 | + babel6-plugin-strip-class-callcheck "^6.0.0" |
| 1069 | + broccoli-debug "^0.6.5" |
| 1070 | + broccoli-file-creator "^2.1.1" |
| 1071 | + broccoli-funnel "^2.0.2" |
| 1072 | + broccoli-merge-trees "^3.0.2" |
| 1073 | + broccoli-rollup "^4.1.1" |
| 1074 | + calculate-cache-key-for-tree "^2.0.0" |
| 1075 | + chalk "^2.4.1" |
| 1076 | + ember-cli-path-utils "^1.0.0" |
| 1077 | + ember-cli-string-utils "^1.1.0" |
| 1078 | + ember-cli-version-checker "^3.1.2" |
| 1079 | + esm "^3.2.25" |
| 1080 | + git-repo-info "^2.0.0" |
| 1081 | + glob "^7.1.4" |
| 1082 | + npm-git-info "^1.0.3" |
| 1083 | + rimraf "^3.0.0" |
| 1084 | + rsvp "^4.8.5" |
| 1085 | + silent-error "^1.1.1" |
| 1086 | + |
| 1087 | + |
| 1088 | + version "3.14.1" |
| 1089 | + resolved "https://registry.yarnpkg.com/@ember-data/adapter/-/adapter-3.14.1.tgz#bbb2c2f8c8bdb3d93b50f2cc12c413ab4b18197c" |
| 1090 | + integrity sha512-xz9Z0tWlU9706V5zCbNAeXhaRZVdyJfdeUamdpAiX2T/RDE3m64bXeH4jOlyYAdWtgr0Yg3B8KF/hDUZuu3Kgw== |
| 1091 | + dependencies: |
| 1092 | + "@ember-data/-build-infra" "3.14.1" |
| 1093 | + "@ember/edition-utils" "^1.1.1" |
| 1094 | + ember-cli-babel "^7.11.1" |
| 1095 | + ember-cli-test-info "^1.0.0" |
| 1096 | + ember-cli-typescript "^3.0.0" |
| 1097 | + |
| 1098 | + |
| 1099 | + version "3.14.1" |
| 1100 | + resolved "https://registry.yarnpkg.com/@ember-data/canary-features/-/canary-features-3.14.1.tgz#8bad8b76661644f00c33ba881ea62ce59e9afa84" |
| 1101 | + integrity sha512-l2XC+ymgv6ipvGo0MZGUdmFbKYkOfybfoH9FkxM/XwvwdbxUqBpUKtVvzHLm3PFgJhV1UIub5M69spsctBK/Ng== |
| 1102 | + dependencies: |
| 1103 | + ember-cli-babel "^7.11.1" |
| 1104 | + |
| 1105 | + |
| 1106 | + version "3.14.1" |
| 1107 | + resolved "https://registry.yarnpkg.com/@ember-data/model/-/model-3.14.1.tgz#026a84ebea06aff42e86c20b84b4253f72715012" |
| 1108 | + integrity sha512-IAD2MktqvvF0GSNmqtuW7cETQsemdnb5awAu41paLhtaEurqbeL3P9u7UDuTc9pw3nPa9xDY35wyEBmQZ//sSQ== |
| 1109 | + dependencies: |
| 1110 | + "@ember-data/-build-infra" "3.14.1" |
| 1111 | + "@ember-data/canary-features" "3.14.1" |
| 1112 | + "@ember-data/store" "3.14.1" |
| 1113 | + "@ember/edition-utils" "^1.1.1" |
| 1114 | + ember-cli-babel "^7.11.1" |
| 1115 | + ember-cli-string-utils "^1.1.0" |
| 1116 | + ember-cli-test-info "^1.0.0" |
| 1117 | + ember-cli-typescript "^3.0.0" |
| 1118 | + ember-compatibility-helpers "^1.2.0" |
| 1119 | + inflection "1.12.0" |
| 1120 | + |
1041 | 1121 | "@ember-data/rfc395-data@^0.0.4":
|
1042 | 1122 | version "0.0.4"
|
1043 | 1123 | resolved "https://registry.yarnpkg.com/@ember-data/rfc395-data/-/rfc395-data-0.0.4.tgz#ecb86efdf5d7733a76ff14ea651a1b0ed1f8a843"
|
1044 | 1124 | integrity sha512-tGRdvgC9/QMQSuSuJV45xoyhI0Pzjm7A9o/MVVA3HakXIImJbbzx/k/6dO9CUEQXIyS2y0fW6C1XaYOG7rY0FQ==
|
1045 | 1125 |
|
| 1126 | + |
| 1127 | + version "3.14.1" |
| 1128 | + resolved "https://registry.yarnpkg.com/@ember-data/serializer/-/serializer-3.14.1.tgz#8ce14c68502503f663fbed76dbfd61d965d9a63f" |
| 1129 | + integrity sha512-DY2iU7vTnsiE5706rsifICV/W5DwTcLkAsuUZoqgXEMVevNtdwuTX+1H9zZ0/cmObnd5dCFjNhC8A8/yYMDmuw== |
| 1130 | + dependencies: |
| 1131 | + "@ember-data/-build-infra" "3.14.1" |
| 1132 | + "@ember-data/store" "3.14.1" |
| 1133 | + ember-cli-babel "^7.11.1" |
| 1134 | + ember-cli-test-info "^1.0.0" |
| 1135 | + ember-cli-typescript "^3.0.0" |
| 1136 | + |
| 1137 | + |
| 1138 | + version "3.14.1" |
| 1139 | + resolved "https://registry.yarnpkg.com/@ember-data/store/-/store-3.14.1.tgz#c85fa0e782ef2c794e4018c3f0e9d54ac095f384" |
| 1140 | + integrity sha512-+M6mddGQUXaPEFuoFMLL5GxOOekScglws+fuBLV4NuZ0N9h4dnC8Oga04zaSq72+40zW/ZqMQsLZwPJTWLTEXw== |
| 1141 | + dependencies: |
| 1142 | + "@ember-data/-build-infra" "3.14.1" |
| 1143 | + "@ember-data/adapter" "3.14.1" |
| 1144 | + "@ember-data/canary-features" "3.14.1" |
| 1145 | + "@ember/ordered-set" "^2.0.3" |
| 1146 | + ember-cli-babel "^7.11.1" |
| 1147 | + ember-cli-path-utils "^1.0.0" |
| 1148 | + ember-cli-typescript "^3.0.0" |
| 1149 | + heimdalljs "^0.3.0" |
| 1150 | + |
1046 | 1151 | "@ember-decorators/component@^6.0.0":
|
1047 | 1152 | version "6.0.0"
|
1048 | 1153 | resolved "https://registry.yarnpkg.com/@ember-decorators/component/-/component-6.0.0.tgz#1800cbd48ab478620b1fba93ca050b930ff957f8"
|
@@ -2505,13 +2610,7 @@ babel-plugin-eval@^1.0.1:
|
2505 | 2610 | babel-plugin-feature-flags@^0.3.1:
|
2506 | 2611 | version "0.3.1"
|
2507 | 2612 | resolved "https://registry.yarnpkg.com/babel-plugin-feature-flags/-/babel-plugin-feature-flags-0.3.1.tgz#9c827cf9a4eb9a19f725ccb239e85cab02036fc1"
|
2508 |
| - |
2509 |
| -babel-plugin-filter-imports@^2.0.4: |
2510 |
| - version "2.0.4" |
2511 |
| - resolved "https://registry.yarnpkg.com/babel-plugin-filter-imports/-/babel-plugin-filter-imports-2.0.4.tgz#9209b708ed3b228349c4e6f660358bf02685e803" |
2512 |
| - dependencies: |
2513 |
| - "@babel/types" "^7.1.5" |
2514 |
| - lodash "^4.17.11" |
| 2613 | + integrity sha1-nIJ8+aTrmhn3JcyyOehcqwIDb8E= |
2515 | 2614 |
|
2516 | 2615 | babel-plugin-filter-imports@^3.0.0:
|
2517 | 2616 | version "3.0.0"
|
@@ -2911,10 +3010,6 @@ babel6-plugin-strip-class-callcheck@^6.0.0:
|
2911 | 3010 | version "6.0.0"
|
2912 | 3011 | resolved "https://registry.yarnpkg.com/babel6-plugin-strip-class-callcheck/-/babel6-plugin-strip-class-callcheck-6.0.0.tgz#de841c1abebbd39f78de0affb2c9a52ee228fddf"
|
2913 | 3012 |
|
2914 |
| -babel6-plugin-strip-heimdall@^6.0.1: |
2915 |
| - version "6.0.1" |
2916 |
| - resolved "https://registry.yarnpkg.com/babel6-plugin-strip-heimdall/-/babel6-plugin-strip-heimdall-6.0.1.tgz#35f80eddec1f7fffdc009811dfbd46d9965072b6" |
2917 |
| - |
2918 | 3013 |
|
2919 | 3014 | version "7.0.0-beta.44"
|
2920 | 3015 | resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.44.tgz#89159e15e6e30c5096e22d738d8c0af8a0e8ca1d"
|
@@ -4161,12 +4256,6 @@ cacheable-request@^2.1.1:
|
4161 | 4256 | normalize-url "2.0.1"
|
4162 | 4257 | responselike "1.0.2"
|
4163 | 4258 |
|
4164 |
| -calculate-cache-key-for-tree@^1.2.0: |
4165 |
| - version "1.2.3" |
4166 |
| - resolved "https://registry.yarnpkg.com/calculate-cache-key-for-tree/-/calculate-cache-key-for-tree-1.2.3.tgz#5a5e4fcfa2d374a63e47fe967593f179e8282825" |
4167 |
| - dependencies: |
4168 |
| - json-stable-stringify "^1.0.1" |
4169 |
| - |
4170 | 4259 | calculate-cache-key-for-tree@^2.0.0:
|
4171 | 4260 | version "2.0.0"
|
4172 | 4261 | resolved "https://registry.yarnpkg.com/calculate-cache-key-for-tree/-/calculate-cache-key-for-tree-2.0.0.tgz#7ac57f149a4188eacb0a45b210689215d3fef8d6"
|
@@ -6283,6 +6372,26 @@ ember-cli-typescript@^2.0.0, ember-cli-typescript@^2.0.2:
|
6283 | 6372 | stagehand "^1.0.0"
|
6284 | 6373 | walk-sync "^1.0.0"
|
6285 | 6374 |
|
| 6375 | +ember-cli-typescript@^3.0.0: |
| 6376 | + version "3.1.3" |
| 6377 | + resolved "https://registry.yarnpkg.com/ember-cli-typescript/-/ember-cli-typescript-3.1.3.tgz#a2c7ec6a8a5e57c38eb52d83e36d8e18c7071e60" |
| 6378 | + integrity sha512-bFi15H60L9TLYfn9XUzi+RAP1gTWHFtVdSy9IHvxXHlCvTlFZ+2rfuugr/f8reQLz9gvJccKc5TyRD7v+uhx0Q== |
| 6379 | + dependencies: |
| 6380 | + "@babel/plugin-proposal-nullish-coalescing-operator" "^7.4.4" |
| 6381 | + "@babel/plugin-proposal-optional-chaining" "^7.6.0" |
| 6382 | + "@babel/plugin-transform-typescript" "~7.8.0" |
| 6383 | + ansi-to-html "^0.6.6" |
| 6384 | + broccoli-stew "^3.0.0" |
| 6385 | + debug "^4.0.0" |
| 6386 | + ember-cli-babel-plugin-helpers "^1.0.0" |
| 6387 | + execa "^3.0.0" |
| 6388 | + fs-extra "^8.0.0" |
| 6389 | + resolve "^1.5.0" |
| 6390 | + rsvp "^4.8.1" |
| 6391 | + semver "^6.3.0" |
| 6392 | + stagehand "^1.0.0" |
| 6393 | + walk-sync "^2.0.0" |
| 6394 | + |
6286 | 6395 | ember-cli-uglify@^3.0.0:
|
6287 | 6396 | version "3.0.0"
|
6288 | 6397 | resolved "https://registry.yarnpkg.com/ember-cli-uglify/-/ember-cli-uglify-3.0.0.tgz#8819665b2cc5fe70e3ba9fe7a94645209bc42fd6"
|
@@ -6482,37 +6591,22 @@ ember-data-storefront@^0.17.1:
|
6482 | 6591 | ember-cli-babel "^7.5.0"
|
6483 | 6592 | global "^4.3.2"
|
6484 | 6593 |
|
6485 |
| -ember-data@~3.10.0: |
6486 |
| - version "3.10.0" |
6487 |
| - resolved "https://registry.yarnpkg.com/ember-data/-/ember-data-3.10.0.tgz#b5f53a445ba1ee37890ec672b3dc3f869d8b3992" |
6488 |
| - integrity sha512-QqKJ5/Co2wGBnD5FSUiO1tbhsjjiRS5uJUwD2vRa0suwNv5E9f+5S6Yww6O0B2z5nDRzRheBFZ7iRjbshQhWDg== |
6489 |
| - dependencies: |
| 6594 | + |
| 6595 | + version "3.14.1" |
| 6596 | + resolved "https://registry.yarnpkg.com/ember-data/-/ember-data-3.14.1.tgz#fb819ae30498b36ac71634fa221377057a382cf0" |
| 6597 | + integrity sha512-QQ7ufG5C9YAoktJ6kVV4Da5HfhqZrt84eEWCNyXG0eWgEiquz6/FxCHUbreFgSn2x+vGzncqsL6oQj6hIq9JaQ== |
| 6598 | + dependencies: |
| 6599 | + "@ember-data/-build-infra" "3.14.1" |
| 6600 | + "@ember-data/adapter" "3.14.1" |
| 6601 | + "@ember-data/model" "3.14.1" |
| 6602 | + "@ember-data/serializer" "3.14.1" |
| 6603 | + "@ember-data/store" "3.14.1" |
| 6604 | + "@ember/edition-utils" "^1.1.1" |
6490 | 6605 | "@ember/ordered-set" "^2.0.3"
|
6491 | 6606 | "@glimmer/env" "^0.1.7"
|
6492 |
| - babel-plugin-feature-flags "^0.3.1" |
6493 |
| - babel-plugin-filter-imports "^2.0.4" |
6494 |
| - babel6-plugin-strip-class-callcheck "^6.0.0" |
6495 |
| - babel6-plugin-strip-heimdall "^6.0.1" |
6496 |
| - broccoli-debug "^0.6.5" |
6497 |
| - broccoli-file-creator "^2.1.1" |
6498 |
| - broccoli-funnel "^2.0.1" |
6499 |
| - broccoli-merge-trees "^3.0.2" |
6500 |
| - broccoli-rollup "^2.1.1" |
6501 |
| - calculate-cache-key-for-tree "^1.2.0" |
6502 |
| - chalk "^2.4.1" |
6503 |
| - ember-cli-babel "^7.7.3" |
6504 |
| - ember-cli-path-utils "^1.0.0" |
6505 |
| - ember-cli-string-utils "^1.1.0" |
6506 |
| - ember-cli-test-info "^1.0.0" |
6507 |
| - ember-cli-typescript "^2.0.0" |
6508 |
| - ember-cli-version-checker "^3.1.3" |
6509 |
| - ember-inflector "^3.0.0" |
6510 |
| - git-repo-info "^2.0.0" |
6511 |
| - heimdalljs "^0.3.0" |
6512 |
| - inflection "^1.12.0" |
6513 |
| - npm-git-info "^1.0.3" |
6514 |
| - resolve "^1.8.1" |
6515 |
| - silent-error "^1.1.1" |
| 6607 | + ember-cli-babel "^7.11.1" |
| 6608 | + ember-cli-typescript "^3.0.0" |
| 6609 | + ember-inflector "^3.0.1" |
6516 | 6610 |
|
6517 | 6611 | ember-debug-handlers-polyfill@^1.1.1:
|
6518 | 6612 | version "1.1.1"
|
@@ -6662,9 +6756,10 @@ ember-infinity@^2.1.0:
|
6662 | 6756 | ember-cli-htmlbars "^3.0.1"
|
6663 | 6757 | ember-in-viewport "~3.7.1"
|
6664 | 6758 |
|
6665 |
| -"ember-inflector@^2.0.0 || ^3.0.0", ember-inflector@^3.0.0: |
6666 |
| - version "3.0.0" |
6667 |
| - resolved "https://registry.yarnpkg.com/ember-inflector/-/ember-inflector-3.0.0.tgz#7e1ee8aaa0fa773ba0905d8b7c0786354d890ee1" |
| 6759 | +"ember-inflector@^2.0.0 || ^3.0.0", ember-inflector@^3.0.1: |
| 6760 | + version "3.0.1" |
| 6761 | + resolved "https://registry.yarnpkg.com/ember-inflector/-/ember-inflector-3.0.1.tgz#04be6df4d7e4000f6d6bd70787cdc995f77be4ab" |
| 6762 | + integrity sha512-fngrwMsnhkBt51KZgwNwQYxgURwV4lxtoHdjxf7RueGZ5zM7frJLevhHw7pbQNGqXZ3N+MRkhfNOLkdDK9kFdA== |
6668 | 6763 | dependencies:
|
6669 | 6764 | ember-cli-babel "^6.6.0"
|
6670 | 6765 |
|
@@ -7468,6 +7563,11 @@ eslint@^5.6.0:
|
7468 | 7563 | table "^5.0.2"
|
7469 | 7564 | text-table "^0.2.0"
|
7470 | 7565 |
|
| 7566 | +esm@^3.2.25: |
| 7567 | + version "3.2.25" |
| 7568 | + resolved "https://registry.yarnpkg.com/esm/-/esm-3.2.25.tgz#342c18c29d56157688ba5ce31f8431fbb795cc10" |
| 7569 | + integrity sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA== |
| 7570 | + |
7471 | 7571 | esm@^3.2.4:
|
7472 | 7572 | version "3.2.22"
|
7473 | 7573 | resolved "https://registry.yarnpkg.com/esm/-/esm-3.2.22.tgz#5062c2e22fee3ccfee4e8f20da768330da90d6e3"
|
@@ -7609,7 +7709,7 @@ execa@^1.0.0:
|
7609 | 7709 | signal-exit "^3.0.0"
|
7610 | 7710 | strip-eof "^1.0.0"
|
7611 | 7711 |
|
7612 |
| -execa@^3.4.0: |
| 7712 | +execa@^3.0.0, execa@^3.4.0: |
7613 | 7713 | version "3.4.0"
|
7614 | 7714 | resolved "https://registry.yarnpkg.com/execa/-/execa-3.4.0.tgz#c08ed4550ef65d858fac269ffc8572446f37eb89"
|
7615 | 7715 | integrity sha512-r9vdGQk4bmCuK1yKQu1KTwcT2zwfWdbdaXfCtAh+5nU/4fSX+JAb7vZGvI5naJrQlvONrEB20jeruESI69530g==
|
@@ -8313,7 +8413,7 @@ fs-extra@^7.0.0, fs-extra@^7.0.1:
|
8313 | 8413 | jsonfile "^4.0.0"
|
8314 | 8414 | universalify "^0.1.0"
|
8315 | 8415 |
|
8316 |
| -fs-extra@^8.0.1: |
| 8416 | +fs-extra@^8.0.0, fs-extra@^8.0.1: |
8317 | 8417 | version "8.1.0"
|
8318 | 8418 | resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0"
|
8319 | 8419 | integrity sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==
|
@@ -8605,7 +8705,12 @@ git-repo-info@^1.3.0, git-repo-info@^1.4.1:
|
8605 | 8705 | version "1.4.1"
|
8606 | 8706 | resolved "https://registry.yarnpkg.com/git-repo-info/-/git-repo-info-1.4.1.tgz#2a072823254aaf62fcf0766007d7b6651bd41943"
|
8607 | 8707 |
|
8608 |
| -git-repo-info@^2.0.0, git-repo-info@^2.1.0: |
| 8708 | +git-repo-info@^2.0.0: |
| 8709 | + version "2.1.1" |
| 8710 | + resolved "https://registry.yarnpkg.com/git-repo-info/-/git-repo-info-2.1.1.tgz#220ffed8cbae74ef8a80e3052f2ccb5179aed058" |
| 8711 | + integrity sha512-8aCohiDo4jwjOwma4FmYFd3i97urZulL8XL24nIPxuE+GZnfsAyy/g2Shqx6OjUiFKUXZM+Yy+KHnOmmA3FVcg== |
| 8712 | + |
| 8713 | +git-repo-info@^2.1.0: |
8609 | 8714 | version "2.1.0"
|
8610 | 8715 | resolved "https://registry.yarnpkg.com/git-repo-info/-/git-repo-info-2.1.0.tgz#13d1f753c75bc2994432e65a71e35377ff563813"
|
8611 | 8716 |
|
@@ -8645,7 +8750,7 @@ glob@^5.0.10, glob@^5.0.15:
|
8645 | 8750 | once "^1.3.0"
|
8646 | 8751 | path-is-absolute "^1.0.0"
|
8647 | 8752 |
|
8648 |
| -glob@^7.0.0, glob@^7.0.3, glob@^7.0.4, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@~7.1.1, glob@~7.1.2: |
| 8753 | +glob@^7.0.0, glob@^7.0.3, glob@^7.0.4, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@~7.1.1, glob@~7.1.2: |
8649 | 8754 | version "7.1.6"
|
8650 | 8755 | resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
|
8651 | 8756 | integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
|
|
9361 | 9466 | version "0.0.1"
|
9362 | 9467 | resolved "https://registry.yarnpkg.com/indexof/-/indexof-0.0.1.tgz#82dc336d232b9062179d05ab3293a66059fd435d"
|
9363 | 9468 |
|
9364 |
| -inflection@^1.12.0: |
| 9469 | +inflection@1.12.0, inflection@^1.12.0: |
9365 | 9470 | version "1.12.0"
|
9366 | 9471 | resolved "https://registry.yarnpkg.com/inflection/-/inflection-1.12.0.tgz#a200935656d6f5f6bc4dc7502e1aecb703228416"
|
9367 | 9472 |
|
@@ -15548,6 +15653,15 @@ walk-sync@^1.1.3:
|
15548 | 15653 | ensure-posix-path "^1.1.0"
|
15549 | 15654 | matcher-collection "^1.1.1"
|
15550 | 15655 |
|
| 15656 | +walk-sync@^2.0.0: |
| 15657 | + version "2.0.2" |
| 15658 | + resolved "https://registry.yarnpkg.com/walk-sync/-/walk-sync-2.0.2.tgz#5ea8a28377c8be68c92d50f4007ea381725da14b" |
| 15659 | + integrity sha512-dCZkrxfHjPn7tIvdYrX3uMD/R0beVrHpA8lROQ5wWrl8psJgR6xwCkwqTFes0dNujbS2o/ITpvSYgIFsLsf13A== |
| 15660 | + dependencies: |
| 15661 | + "@types/minimatch" "^3.0.3" |
| 15662 | + ensure-posix-path "^1.1.0" |
| 15663 | + matcher-collection "^2.0.0" |
| 15664 | + |
15551 | 15665 | walker@~1.0.5:
|
15552 | 15666 | version "1.0.7"
|
15553 | 15667 | resolved "https://registry.yarnpkg.com/walker/-/walker-1.0.7.tgz#2f7f9b8fd10d677262b18a884e28d19618e028fb"
|
|
0 commit comments