From ebcbbe4056d7f5517a16200f666ab9265bbb25db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jul 2021 20:58:23 +0000 Subject: [PATCH] chore(deps): bump xlsx from 0.10.9 to 0.17.0 Bumps [xlsx](https://github.com/SheetJS/sheetjs) from 0.10.9 to 0.17.0. - [Release notes](https://github.com/SheetJS/sheetjs/releases) - [Changelog](https://github.com/SheetJS/sheetjs/blob/master/CHANGELOG.md) - [Commits](https://github.com/SheetJS/sheetjs/compare/v0.10.9...v0.17.0) --- updated-dependencies: - dependency-name: xlsx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/healy-utility/package.json | 2 +- yarn.lock | 125 ++++++++++++++++------------ 2 files changed, 71 insertions(+), 56 deletions(-) diff --git a/packages/healy-utility/package.json b/packages/healy-utility/package.json index be745ab..6656894 100644 --- a/packages/healy-utility/package.json +++ b/packages/healy-utility/package.json @@ -27,7 +27,7 @@ "ssri": "^6.0.1", "stopcock": "^1.0.0", "stream-buffers": "^3.0.1", - "xlsx": "^0.10.8", + "xlsx": "^0.17.0", "yauzl": "^2.8.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index f275e3d..2c54608 100644 --- a/yarn.lock +++ b/yarn.lock @@ -962,10 +962,10 @@ add-stream@^1.0.0: resolved "https://registry.yarnpkg.com/add-stream/-/add-stream-1.0.0.tgz#6a7990437ca736d5e1288db92bd3266d5f5cb2aa" integrity sha1-anmQQ3ynNtXhKI25K9MmbV9csqo= -adler-32@~1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/adler-32/-/adler-32-1.1.0.tgz#03551a5c7f0edfbd4fc8fa12a6814978eab651c3" - integrity sha1-A1UaXH8O371PyPoSpoFJeOq2UcM= +adler-32@~1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/adler-32/-/adler-32-1.2.0.tgz#6a3e6bf0a63900ba15652808cb15c6813d1a5f25" + integrity sha1-aj5r8KY5ALoVZSgIyxXGgT0aXyU= dependencies: exit-on-epipe "~1.0.1" printj "~1.1.0" @@ -2641,13 +2641,14 @@ caseless@~0.12.0: resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc" integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw= -cfb@~0.12.0: - version "0.12.1" - resolved "https://registry.yarnpkg.com/cfb/-/cfb-0.12.1.tgz#57fadfa9fc31409b2ca58a4109ecaaac5ad1a4ec" - integrity sha512-cP+4A0tTqtyza5gJwNwDetZ8FPjl0gPLE7mIxGKyUzOS6HkM23WaAWW/l3t7jIQSMqVXroa09Ey0lo7gV8LNxw== +cfb@^1.1.4: + version "1.2.0" + resolved "https://registry.yarnpkg.com/cfb/-/cfb-1.2.0.tgz#6a4d0872b525ed60349e1ef51fb4b0bf73eca9a8" + integrity sha512-sXMvHsKCICVR3Naq+J556K+ExBo9n50iKl6LGarlnvuA2035uMlGA/qVrc0wQtow5P1vJEw9UyrKLCbtIKz+TQ== dependencies: - commander "~2.11.0" - printj "~1.1.0" + adler-32 "~1.2.0" + crc-32 "~1.2.0" + printj "~1.1.2" chai@^3.2.0: version "3.5.0" @@ -2899,14 +2900,13 @@ code-point-at@^1.0.0: resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77" integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c= -codepage@~1.10.1: - version "1.10.2" - resolved "https://registry.yarnpkg.com/codepage/-/codepage-1.10.2.tgz#bebd25224dc626a0007ea014e076ce057374769e" - integrity sha1-vr0lIk3GJqAAfqAU4HbOBXN0dp4= +codepage@~1.14.0: + version "1.14.0" + resolved "https://registry.yarnpkg.com/codepage/-/codepage-1.14.0.tgz#8cbe25481323559d7d307571b0fff91e7a1d2f99" + integrity sha1-jL4lSBMjVZ19MHVxsP/5HnodL5k= dependencies: - commander "~2.11.0" + commander "~2.14.1" exit-on-epipe "~1.0.1" - voc "~1.0.0" collection-visit@^1.0.0: version "1.0.0" @@ -3018,7 +3018,7 @@ command-line-usage@^3.0.1, command-line-usage@^3.0.3, command-line-usage@^3.0.5: table-layout "^0.3.0" typical "^2.6.0" -commander@2.17.x: +commander@2.17.x, commander@~2.17.1: version "2.17.1" resolved "https://registry.yarnpkg.com/commander/-/commander-2.17.1.tgz#bd77ab7de6de94205ceacc72f1716d29f20a77bf" integrity sha512-wPMUt6FnH2yzG95SA6mzjQOEKUU3aLaDEmzs1ti+1E9h+CsrZghRlqEM/EJ4KscsQVG8uNN4uVreUeT8+drlgg== @@ -3035,10 +3035,10 @@ commander@^2.20.3, commander@^2.9.0: resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33" integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== -commander@~2.11.0: - version "2.11.0" - resolved "https://registry.yarnpkg.com/commander/-/commander-2.11.0.tgz#157152fd1e7a6c8d98a5b715cf376df928004563" - integrity sha512-b0553uYA5YAEGgyYIGYROzKQ7X5RAqedkfjiZxwi0kL1g3bOaBNNZfYkzt/CL0umgD5wc9Jec2FbB98CjkMRvQ== +commander@~2.14.1: + version "2.14.1" + resolved "https://registry.yarnpkg.com/commander/-/commander-2.14.1.tgz#2235123e37af8ca3c65df45b026dbd357b01b9aa" + integrity sha512-+YR16o3rK53SmWHU3rEM3tPAh2rwb1yPcQX5irVn7mb0gXbwuCCrnkbV5+PBfETdfg1vui07nM6PCG1zndcjQw== commander@~2.19.0: version "2.19.0" @@ -3446,10 +3446,10 @@ coveralls@^2.13.1: minimist "1.2.0" request "2.79.0" -crc-32@~1.1.0: - version "1.1.1" - resolved "https://registry.yarnpkg.com/crc-32/-/crc-32-1.1.1.tgz#5d739d5e4c6e352ad8304d73223d483fe55adb8d" - integrity sha1-XXOdXkxuNSrYME1zIj1IP+Va240= +crc-32@~1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/crc-32/-/crc-32-1.2.0.tgz#cb2db6e29b88508e32d9dd0ec1693e7b41a18208" + integrity sha512-1uBwHxF+Y/4yF5G48fwnKq6QsIXheor3ZLPT80yGBV1oEUwpPojlEhQbWKVw1VwcTQyMGHK1/XMmTjmlsmTTGA== dependencies: exit-on-epipe "~1.0.1" printj "~1.1.0" @@ -4655,6 +4655,11 @@ fecha@^4.2.0: resolved "https://registry.yarnpkg.com/fecha/-/fecha-4.2.0.tgz#3ffb6395453e3f3efff850404f0a59b6747f5f41" integrity sha512-aN3pcx/DSmtyoovUudctc8+6Hl4T+hI9GBBHLjA76jdZl7+b1sgh5g4k+u/GL3dTy1/pnYzKp69FpJ0OicE3Wg== +fflate@^0.3.8: + version "0.3.11" + resolved "https://registry.yarnpkg.com/fflate/-/fflate-0.3.11.tgz#2c440d7180fdeb819e64898d8858af327b042a5d" + integrity sha512-Rr5QlUeGN1mbOHlaqcSYMKVpPbgLy0AWT/W0EHxA6NGI12yO1jpoui2zBBvU2G824ltM6Ut8BFgfHSBGfkmS0A== + figgy-pudding@^3.5.1: version "3.5.2" resolved "https://registry.yarnpkg.com/figgy-pudding/-/figgy-pudding-3.5.2.tgz#b4eee8148abb01dcf1d1ac34367d59e12fa61d6e" @@ -8430,9 +8435,9 @@ polymer-project-config@^3.2.1, polymer-project-config@^3.4.0: minimatch-all "^1.1.0" plylog "^0.5.0" -"polyserve@git+https://github.com/t2ym/polyserve.git#0.19.1-istanbul.2": - version "0.19.1-istanbul.2" - resolved "git+https://github.com/t2ym/polyserve.git#bc2b6dac80704c27d78024c119eabe625ac36c88" +"polyserve@git+https://github.com/t2ym/polyserve.git#0.19.1-istanbul.3": + version "0.19.1-istanbul.3" + resolved "git+https://github.com/t2ym/polyserve.git#767aa4d2909b5438ac31c1d215ea1ec9f9aacd3e" dependencies: "@types/assert" "0.0.29" "@types/babel-core" "^6.7.14" @@ -8488,9 +8493,10 @@ polymer-project-config@^3.2.1, polymer-project-config@^3.4.0: spdy "^3.3.3" ua-parser-js "^0.7.12" -"polyserve@git+https://github.com/t2ym/polyserve.git#0.19.1-istanbul.3": +"polyserve@github:t2ym/polyserve#0.19.1-istanbul.3": version "0.19.1-istanbul.3" - resolved "git+https://github.com/t2ym/polyserve.git#767aa4d2909b5438ac31c1d215ea1ec9f9aacd3e" + uid "767aa4d2909b5438ac31c1d215ea1ec9f9aacd3e" + resolved "https://codeload.github.com/t2ym/polyserve/tar.gz/767aa4d2909b5438ac31c1d215ea1ec9f9aacd3e" dependencies: "@types/assert" "0.0.29" "@types/babel-core" "^6.7.14" @@ -8546,10 +8552,10 @@ polymer-project-config@^3.2.1, polymer-project-config@^3.4.0: spdy "^3.3.3" ua-parser-js "^0.7.12" -"polyserve@github:t2ym/polyserve#0.19.1-istanbul.3": - version "0.19.1-istanbul.3" - uid "767aa4d2909b5438ac31c1d215ea1ec9f9aacd3e" - resolved "https://codeload.github.com/t2ym/polyserve/tar.gz/767aa4d2909b5438ac31c1d215ea1ec9f9aacd3e" +"polyserve@https://github.com/t2ym/polyserve#0.19.1-istanbul.2": + version "0.19.1-istanbul.2" + uid bc2b6dac80704c27d78024c119eabe625ac36c88 + resolved "https://github.com/t2ym/polyserve#bc2b6dac80704c27d78024c119eabe625ac36c88" dependencies: "@types/assert" "0.0.29" "@types/babel-core" "^6.7.14" @@ -8646,7 +8652,7 @@ pretty-ms@^2.0.0: parse-ms "^1.0.0" plur "^1.0.0" -printj@~1.1.0: +printj@~1.1.0, printj@~1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/printj/-/printj-1.1.2.tgz#d90deb2975a8b9f600fb3a1c94e3f4c53c78a222" integrity sha512-zA2SmoLaxZyArQTOPj5LXecR+RagfPSU5Kw1qP+jkWeNlrq+eJZyY2oS68SU1Z/7/myXM4lo9716laOFAVStCQ== @@ -9880,10 +9886,10 @@ sprintf-js@~1.0.2: resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw= -ssf@~0.10.0: - version "0.10.3" - resolved "https://registry.yarnpkg.com/ssf/-/ssf-0.10.3.tgz#8eae1fc29c90a552e7921208f81892d6f77acb2b" - integrity sha512-pRuUdW0WwyB2doSqqjWyzwCD6PkfxpHAHdZp39K3dp/Hq7f+xfMwNAWIi16DyrRg4gg9c/RvLYkJTSawTPTm1w== +ssf@~0.11.2: + version "0.11.2" + resolved "https://registry.yarnpkg.com/ssf/-/ssf-0.11.2.tgz#0b99698b237548d088fc43cdf2b70c1a7512c06c" + integrity sha512-+idbmIXoYET47hH+d7dfm2epdOMUDjqcB4648sTZ+t2JwoyBFL/insLfB/racrDmsKB3diwsDA696pZMieAC5g== dependencies: frac "~1.1.2" @@ -10340,8 +10346,9 @@ test-exclude@^4.1.0: read-pkg-up "^1.0.1" require-main-filename "^1.0.1" -"test-fixture@github:PolymerElements/test-fixture#3.x": +test-fixture@PolymerElements/test-fixture#3.x: version "3.0.0-rc.1" + uid "7f18951c11307164be6c1502954d2e6b7b20152b" resolved "https://codeload.github.com/PolymerElements/test-fixture/tar.gz/7f18951c11307164be6c1502954d2e6b7b20152b" test-value@^2.1.0: @@ -10955,11 +10962,6 @@ vinyl@^2.0.1: remove-trailing-separator "^1.0.1" replace-ext "^1.0.0" -voc@~1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/voc/-/voc-1.0.0.tgz#5465c0ce11d0881f7d8e36d8ca587043f33a25ae" - integrity sha512-mQwxWlK+zosxxDTqiFb9ZQBNgd794scgkhVwca7h9sEhvA52f3VzbOK+TOWeS8eSrFXnfuKrxElSPc5oLAetfw== - wbuf@^1.1.0, wbuf@^1.7.2: version "1.7.3" resolved "https://registry.yarnpkg.com/wbuf/-/wbuf-1.7.3.tgz#c1d8d149316d3ea852848895cb6a0bfe887b87df" @@ -11132,11 +11134,21 @@ winston@^2.2.0: isstream "0.1.x" stack-trace "0.0.x" +wmf@~1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/wmf/-/wmf-1.0.2.tgz#7d19d621071a08c2bdc6b7e688a9c435298cc2da" + integrity sha512-/p9K7bEh0Dj6WbXg4JG0xvLQmIadrner1bi45VMJTfnbVHsc7yIajZyoSoK60/dtVBs12Fm6WkUI5/3WAVsNMw== + word-wrap@~1.2.3: version "1.2.3" resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c" integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ== +word@~0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/word/-/word-0.3.0.tgz#8542157e4f8e849f4a363a288992d47612db9961" + integrity sha512-OELeY0Q61OXpdUfTp+oweA/vtLVg5VDOXh+3he3PNzLGG/y0oylSOC1xRVj0+l4vQ3tj/bB1HVHv1ocXkQceFA== + wordwrap@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb" @@ -11235,18 +11247,21 @@ xdg-basedir@^3.0.0: resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-3.0.0.tgz#496b2cc109eca8dbacfe2dc72b603c17c5870ad4" integrity sha1-SWsswQnsqNus/i3HK2A8F8WHCtQ= -xlsx@^0.10.8: - version "0.10.9" - resolved "https://registry.yarnpkg.com/xlsx/-/xlsx-0.10.9.tgz#2c43d8c04ec2521d61955287246ea8defe19275f" - integrity sha1-LEPYwE7CUh1hlVKHJG6o3v4ZJ18= +xlsx@^0.17.0: + version "0.17.0" + resolved "https://registry.yarnpkg.com/xlsx/-/xlsx-0.17.0.tgz#028176a0140967dcee1817d221678461e47481c8" + integrity sha512-bZ36FSACiAyjoldey1+7it50PMlDp1pcAJrZKcVZHzKd8BC/z6TQ/QAN8onuqcepifqSznR6uKnjPhaGt6ig9A== dependencies: - adler-32 "~1.1.0" - cfb "~0.12.0" - codepage "~1.10.1" - commander "~2.11.0" - crc-32 "~1.1.0" + adler-32 "~1.2.0" + cfb "^1.1.4" + codepage "~1.14.0" + commander "~2.17.1" + crc-32 "~1.2.0" exit-on-epipe "~1.0.1" - ssf "~0.10.0" + fflate "^0.3.8" + ssf "~0.11.2" + wmf "~1.0.1" + word "~0.3.0" xmlbuilder@8.2.2: version "8.2.2"