From f69c547c1ab18c78cfeded4ffaaec0575577d7fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jul 2021 21:02:27 +0000 Subject: [PATCH] Bump xlsx from 0.16.8 to 0.17.0 Bumps [xlsx](https://github.com/SheetJS/sheetjs) from 0.16.8 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.16.8...v0.17.0) --- updated-dependencies: - dependency-name: xlsx dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 14 ++++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 03b25e0f0bab4..b2d06f50d177d 100644 --- a/package.json +++ b/package.json @@ -153,7 +153,7 @@ "webpack-notifier": "^1.8.0", "webpack-postcss-tools": "^1.1.2", "xhr-mock": "^2.4.1", - "xlsx": "^0.16.8", + "xlsx": "^0.17.0", "yaml-lint": "^1.2.4" }, "scripts": { diff --git a/yarn.lock b/yarn.lock index 033ce5aeff842..539b531a2e71b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5759,6 +5759,11 @@ fd-slicer@~1.1.0: dependencies: pend "~1.2.0" +fflate@^0.3.8: + version "0.3.11" + resolved "https://registry.yarnpkg.com/fflate/-/fflate-0.3.11.tgz#2c440d7180fdeb819e64898d8858af327b042a5d" + integrity sha512-Rr5QlUeGN1mbOHlaqcSYMKVpPbgLy0AWT/W0EHxA6NGI12yO1jpoui2zBBvU2G824ltM6Ut8BFgfHSBGfkmS0A== + figures@^1.7.0: version "1.7.0" resolved "https://registry.yarnpkg.com/figures/-/figures-1.7.0.tgz#cbe1e3affcf1cd44b80cadfed28dc793a9701d2e" @@ -14349,10 +14354,10 @@ xhr-mock@^2.4.1: global "^4.3.0" url "^0.11.0" -xlsx@^0.16.8: - version "0.16.8" - resolved "https://registry.yarnpkg.com/xlsx/-/xlsx-0.16.8.tgz#5546de9b0ba15169b36770d4e43b24790d3ff1b8" - integrity sha512-qWub4YCn0xLEGHI7WWhk6IJ73MDu7sPSJQImxN6/LiI8wsHi0hUhICEDbyqBT+jgFgORZxrii0HvhNSwBNAPoQ== +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.2.0" cfb "^1.1.4" @@ -14360,6 +14365,7 @@ xlsx@^0.16.8: commander "~2.17.1" crc-32 "~1.2.0" exit-on-epipe "~1.0.1" + fflate "^0.3.8" ssf "~0.11.2" wmf "~1.0.1" word "~0.3.0"