Skip to content

Commit 0d30412

Browse files
committed
bump exceljs to 4.4.0
Timeouts are occurring when exporting data. Seems that streaming might be broken. Bumping to latest to see if we get lucky and that fixes the issue.
1 parent 641f7f2 commit 0d30412

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"private": false,
2020
"dependencies": {
2121
"@godaddy/terminus": "4.12.1",
22-
"@tidepool/data-tools": "2.4.1",
22+
"@tidepool/data-tools": "https://github.com/tidepool-org/node-data-tools.git#eric/bump-exceljs-version",
2323
"@tidepool/viz": "1.37.0",
2424
"axios": "1.4.0",
2525
"blob-stream": "0.1.3",

yarn.lock

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -416,16 +416,15 @@
416416
dependencies:
417417
tslib "^2.4.0"
418418

419-
"@tidepool/data-tools@2.4.1":
420-
version "2.4.1"
421-
resolved "https://registry.yarnpkg.com/@tidepool/data-tools/-/data-tools-2.4.1.tgz#ce0d6e4f8bebf80e5e3193a882b152c9069e3050"
422-
integrity sha512-k5IxoeR3cLnmq6LoTGlG7Lhel6QQlxYWp0woqh9Dai8P9O7CKp6pTbArDvo2UHqNRoxl7Esvz020kw3i9rd9ow==
419+
"@tidepool/data-tools@https://github.com/tidepool-org/node-data-tools.git#eric/bump-exceljs-version":
420+
version "2.4.2"
421+
resolved "https://github.com/tidepool-org/node-data-tools.git#a0d115bb71b3772ca21ad2ec8ea7b16821c7a19c"
423422
dependencies:
424423
JSONStream "1.3.5"
425424
commander "4.1.1"
426425
csv-string "3.1.7"
427426
event-stream "3.3.4"
428-
exceljs "4.3.0"
427+
exceljs "4.4.0"
429428
flat "5.0.0"
430429
lodash "4.17.15"
431430
mkdirp "1.0.3"
@@ -2017,15 +2016,15 @@ event-stream@3.3.4:
20172016
stream-combiner "~0.0.4"
20182017
through "~2.3.1"
20192018

2020-
exceljs@4.3.0:
2021-
version "4.3.0"
2022-
resolved "https://registry.yarnpkg.com/exceljs/-/exceljs-4.3.0.tgz#939bc0d4c59c200acadb7051be34d25c109853c4"
2023-
integrity sha512-hTAeo5b5TPvf8Z02I2sKIT4kSfCnOO2bCxYX8ABqODCdAjppI3gI9VYiGCQQYVcBaBSKlFDMKlAQRqC+kV9O8w==
2019+
exceljs@4.4.0:
2020+
version "4.4.0"
2021+
resolved "https://registry.yarnpkg.com/exceljs/-/exceljs-4.4.0.tgz#cfb1cb8dcc82c760a9fc9faa9e52dadab66b0156"
2022+
integrity sha512-XctvKaEMaj1Ii9oDOqbW/6e1gXknSY4g/aLCDicOXqBE4M0nRWkUu0PTp++UPNzoFY12BNHMfs/VadKIS6llvg==
20242023
dependencies:
20252024
archiver "^5.0.0"
20262025
dayjs "^1.8.34"
20272026
fast-csv "^4.3.1"
2028-
jszip "^3.5.0"
2027+
jszip "^3.10.1"
20292028
readable-stream "^3.6.0"
20302029
saxes "^5.0.1"
20312030
tmp "^0.2.0"
@@ -2892,7 +2891,7 @@ jsonparse@^1.2.0:
28922891
object.assign "^4.1.4"
28932892
object.values "^1.1.6"
28942893

2895-
jszip@^3.5.0:
2894+
jszip@^3.10.1:
28962895
version "3.10.1"
28972896
resolved "https://registry.yarnpkg.com/jszip/-/jszip-3.10.1.tgz#34aee70eb18ea1faec2f589208a157d1feb091c2"
28982897
integrity sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==

0 commit comments

Comments
 (0)