|
2514 | 2514 | "@nodelib/fs.scandir" "2.1.5"
|
2515 | 2515 | fastq "^1.6.0"
|
2516 | 2516 |
|
| 2517 | + |
| 2518 | + version "1.0.2" |
| 2519 | + resolved "https://registry.yarnpkg.com/@ranfdev/deepobj/-/deepobj-1.0.2.tgz#9dba923578fa24aed3d3961975037b6423a03771" |
| 2520 | + integrity sha512-FM3y6kfJaj5MCoAjdv24EDCTDbuFz+4+pgAunbjYfugwIE4O/xx8mPNji1n/ouG8pHCntSnBr1xwTOensF23Gg== |
| 2521 | + |
2517 | 2522 | "@samverschueren/stream-to-observable@^0.3.0":
|
2518 | 2523 | version "0.3.1"
|
2519 | 2524 | resolved "https://registry.yarnpkg.com/@samverschueren/stream-to-observable/-/stream-to-observable-0.3.1.tgz#a21117b19ee9be70c379ec1877537ef2e1c63301"
|
@@ -6980,6 +6985,13 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
|
6980 | 6985 | shebang-command "^2.0.0"
|
6981 | 6986 | which "^2.0.1"
|
6982 | 6987 |
|
| 6988 | +crossfilter2@^1.4.6: |
| 6989 | + version "1.5.4" |
| 6990 | + resolved "https://registry.yarnpkg.com/crossfilter2/-/crossfilter2-1.5.4.tgz#855a11245d9dc18631cd49d88101dc31a2bcffce" |
| 6991 | + integrity sha512-oOGqOM0RocwQFOXJnEaUKqYV6Mc1TNCRv3LrNUa0QlofQTutGAXyQaLW1aGKLls2sfnbwBEtsa6tPD3jY+ycqQ== |
| 6992 | + dependencies: |
| 6993 | + "@ranfdev/deepobj" "1.0.2" |
| 6994 | + |
6983 | 6995 |
|
6984 | 6996 | version "2.0.5"
|
6985 | 6997 | resolved "https://registry.yarnpkg.com/cryptiles/-/cryptiles-2.0.5.tgz#3bdfecdc608147c1c67202fa291e7dca59eaa3b8"
|
@@ -7047,6 +7059,15 @@ cssstyle@^2.3.0:
|
7047 | 7059 | dependencies:
|
7048 | 7060 | cssom "~0.3.6"
|
7049 | 7061 |
|
| 7062 | +csvtojson@^2.0.8: |
| 7063 | + version "2.0.10" |
| 7064 | + resolved "https://registry.yarnpkg.com/csvtojson/-/csvtojson-2.0.10.tgz#11e7242cc630da54efce7958a45f443210357574" |
| 7065 | + integrity sha512-lUWFxGKyhraKCW8Qghz6Z0f2l/PqB1W3AO0HKJzGIQ5JRSlR651ekJDiGJbBT4sRNNv5ddnSGVEnsxP9XRCVpQ== |
| 7066 | + dependencies: |
| 7067 | + bluebird "^3.5.1" |
| 7068 | + lodash "^4.17.3" |
| 7069 | + strip-bom "^2.0.0" |
| 7070 | + |
7050 | 7071 | currently-unhandled@^0.4.1:
|
7051 | 7072 | version "0.4.1"
|
7052 | 7073 | resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea"
|
@@ -8965,9 +8986,10 @@ ember-concurrency-ts@^0.2.2:
|
8965 | 8986 | ember-compatibility-helpers "^1.2.0"
|
8966 | 8987 | ember-destroyable-polyfill "^2.0.2"
|
8967 | 8988 |
|
8968 |
| -"ember-content-placeholders@https://github.com/cos-forks/ember-content-placeholders#master#2018-07-19": |
| 8989 | +ember-content-placeholders@^1.0.0: |
8969 | 8990 | version "1.0.0"
|
8970 |
| - resolved "https://github.com/cos-forks/ember-content-placeholders#640cef7dfb89956c5de1333bf5272ea8edd18211" |
| 8991 | + resolved "https://registry.yarnpkg.com/ember-content-placeholders/-/ember-content-placeholders-1.0.0.tgz#21c3ce60b1d7b4c9e8d80303124d3300cca03bc7" |
| 8992 | + integrity sha512-AbCTrADdxvbgtYSJzym+FsyJF3a8HnfIIKeafI1+LYBaT7+OO9ccd3y7PnqEmXqzvKQzWRd69Dt4cfCkZJRpfQ== |
8971 | 8993 | dependencies:
|
8972 | 8994 | ember-cli-babel "^6.6.0"
|
8973 | 8995 | ember-cli-htmlbars "^2.0.1"
|
@@ -13408,12 +13430,15 @@ katex@^0.11.1:
|
13408 | 13430 | dependencies:
|
13409 | 13431 | commander "^2.19.0"
|
13410 | 13432 |
|
13411 |
| -keen-analysis@^2.0.0: |
13412 |
| - version "2.1.4" |
13413 |
| - resolved "https://registry.yarnpkg.com/keen-analysis/-/keen-analysis-2.1.4.tgz#2d93db828a6c09c7ff976ccc260f0b60444201d5" |
13414 |
| - integrity sha512-0zuiFth4Y2Y2FYIj7zDq7u7keEI/u7WyFyp0B8urMz5vg3QBtrrOef8efMtx8bu1XEmfPY+4pKxWNfa0iIJGWg== |
| 13433 | +keen-analysis@^3.7.0: |
| 13434 | + version "3.7.0" |
| 13435 | + resolved "https://registry.yarnpkg.com/keen-analysis/-/keen-analysis-3.7.0.tgz#42b385125b5222d3f8ec243c82fc4d457d8bbb21" |
| 13436 | + integrity sha512-tHKJUevh9qG0VTSJ5lAHJ+XcKwlVJFCul6tQ+QO1l+7TcXfyEaj5oqEctgY2vWzRmTr42oBiv/tmYhRVmcc6Sw== |
13415 | 13437 | dependencies:
|
| 13438 | + crossfilter2 "^1.4.6" |
| 13439 | + csvtojson "^2.0.8" |
13416 | 13440 | keen-core "^0.2.0"
|
| 13441 | + moment "^2.22.2" |
13417 | 13442 | promise-polyfill "^8.0.0"
|
13418 | 13443 | whatwg-fetch "^2.0.4"
|
13419 | 13444 |
|
@@ -14197,7 +14222,7 @@ lodash.without@~3.2.1:
|
14197 | 14222 | lodash._basedifference "^3.0.0"
|
14198 | 14223 | lodash.restparam "^3.0.0"
|
14199 | 14224 |
|
14200 |
| -lodash@^4.0.0, lodash@^4.16.1, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.21, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.5.1, lodash@^4.7.0, lodash@~4.17.10: |
| 14225 | +lodash@^4.0.0, lodash@^4.16.1, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.21, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.5.1, lodash@^4.7.0, lodash@~4.17.10: |
14201 | 14226 | version "4.17.21"
|
14202 | 14227 | resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
|
14203 | 14228 | integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
|
@@ -14920,7 +14945,7 @@ moment-timezone@^0.5.13:
|
14920 | 14945 | dependencies:
|
14921 | 14946 | moment ">= 2.9.0"
|
14922 | 14947 |
|
14923 |
| -"moment@>= 2.6.0", "moment@>= 2.9.0", moment@^2.10.2, moment@^2.19.3: |
| 14948 | +"moment@>= 2.6.0", "moment@>= 2.9.0", moment@^2.10.2, moment@^2.19.3, moment@^2.22.2: |
14924 | 14949 | version "2.29.1"
|
14925 | 14950 | resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.1.tgz#b2be769fa31940be9eeea6469c075e35006fa3d3"
|
14926 | 14951 | integrity sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ==
|
|
0 commit comments