Skip to content

Commit c4764f1

Browse files
Bump keen-analysis from 2.1.4 to 3.7.0 (#1254)
Bumps [keen-analysis](https://github.com/keen/keen-analysis.js) from 2.1.4 to 3.7.0. - [Release notes](https://github.com/keen/keen-analysis.js/releases) - [Changelog](https://github.com/keen/keen-analysis.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/keen/keen-analysis.js/commits/v3.7.0) --- updated-dependencies: - dependency-name: keen-analysis dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d95b93e commit c4764f1

File tree

2 files changed

+31
-7
lines changed

2 files changed

+31
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
"js-md5": "^0.7.3",
222222
"jsonapi-typescript": "^0.1.3",
223223
"katex": "^0.11.1",
224-
"keen-analysis": "^2.0.0",
224+
"keen-analysis": "^3.7.0",
225225
"keen-dataviz": "^3.15.5",
226226
"keen-tracking": "^2.0.9",
227227
"lint-staged": "^8.1.5",

yarn.lock

Lines changed: 30 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2514,6 +2514,11 @@
25142514
"@nodelib/fs.scandir" "2.1.5"
25152515
fastq "^1.6.0"
25162516

2517+
"@ranfdev/[email protected]":
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+
25172522
"@samverschueren/stream-to-observable@^0.3.0":
25182523
version "0.3.1"
25192524
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:
69806985
shebang-command "^2.0.0"
69816986
which "^2.0.1"
69826987

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+
69836995
69846996
version "2.0.5"
69856997
resolved "https://registry.yarnpkg.com/cryptiles/-/cryptiles-2.0.5.tgz#3bdfecdc608147c1c67202fa291e7dca59eaa3b8"
@@ -7047,6 +7059,15 @@ cssstyle@^2.3.0:
70477059
dependencies:
70487060
cssom "~0.3.6"
70497061

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+
70507071
currently-unhandled@^0.4.1:
70517072
version "0.4.1"
70527073
resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea"
@@ -13408,12 +13429,15 @@ katex@^0.11.1:
1340813429
dependencies:
1340913430
commander "^2.19.0"
1341013431

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==
13432+
keen-analysis@^3.7.0:
13433+
version "3.7.0"
13434+
resolved "https://registry.yarnpkg.com/keen-analysis/-/keen-analysis-3.7.0.tgz#42b385125b5222d3f8ec243c82fc4d457d8bbb21"
13435+
integrity sha512-tHKJUevh9qG0VTSJ5lAHJ+XcKwlVJFCul6tQ+QO1l+7TcXfyEaj5oqEctgY2vWzRmTr42oBiv/tmYhRVmcc6Sw==
1341513436
dependencies:
13437+
crossfilter2 "^1.4.6"
13438+
csvtojson "^2.0.8"
1341613439
keen-core "^0.2.0"
13440+
moment "^2.22.2"
1341713441
promise-polyfill "^8.0.0"
1341813442
whatwg-fetch "^2.0.4"
1341913443

@@ -14197,7 +14221,7 @@ lodash.without@~3.2.1:
1419714221
lodash._basedifference "^3.0.0"
1419814222
lodash.restparam "^3.0.0"
1419914223

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:
14224+
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:
1420114225
version "4.17.21"
1420214226
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
1420314227
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
@@ -14920,7 +14944,7 @@ moment-timezone@^0.5.13:
1492014944
dependencies:
1492114945
moment ">= 2.9.0"
1492214946

14923-
"moment@>= 2.6.0", "moment@>= 2.9.0", moment@^2.10.2, moment@^2.19.3:
14947+
"moment@>= 2.6.0", "moment@>= 2.9.0", moment@^2.10.2, moment@^2.19.3, moment@^2.22.2:
1492414948
version "2.29.1"
1492514949
resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.1.tgz#b2be769fa31940be9eeea6469c075e35006fa3d3"
1492614950
integrity sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ==

0 commit comments

Comments
 (0)