From b2ff1a5859eba48e3d19d7eca91a0186a04a4556 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jul 2021 20:56:17 +0000 Subject: [PATCH] Bump xlsx from 0.16.4 to 0.17.0 Bumps [xlsx](https://github.com/SheetJS/sheetjs) from 0.16.4 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/commits/v0.17.0) --- updated-dependencies: - dependency-name: xlsx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 +++++++++--- package.json | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 47d0e7c..ab15a97 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6526,6 +6526,11 @@ "pend": "~1.2.0" } }, + "fflate": { + "version": "0.3.11", + "resolved": "https://registry.npmjs.org/fflate/-/fflate-0.3.11.tgz", + "integrity": "sha512-Rr5QlUeGN1mbOHlaqcSYMKVpPbgLy0AWT/W0EHxA6NGI12yO1jpoui2zBBvU2G824ltM6Ut8BFgfHSBGfkmS0A==" + }, "figgy-pudding": { "version": "3.5.2", "resolved": "https://registry.npmjs.org/figgy-pudding/-/figgy-pudding-3.5.2.tgz", @@ -17287,9 +17292,9 @@ } }, "xlsx": { - "version": "0.16.4", - "resolved": "https://registry.npmjs.org/xlsx/-/xlsx-0.16.4.tgz", - "integrity": "sha512-l1xqTdXRK3DCxkxHGj3OxZM1ertzeqjWodi0jevBNSivoyYMPEJAHhVW7BAfM3gFXK35dCM0CacGUXbATdFvqQ==", + "version": "0.17.0", + "resolved": "https://registry.npmjs.org/xlsx/-/xlsx-0.17.0.tgz", + "integrity": "sha512-bZ36FSACiAyjoldey1+7it50PMlDp1pcAJrZKcVZHzKd8BC/z6TQ/QAN8onuqcepifqSznR6uKnjPhaGt6ig9A==", "requires": { "adler-32": "~1.2.0", "cfb": "^1.1.4", @@ -17297,6 +17302,7 @@ "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" diff --git a/package.json b/package.json index 8a68ccb..dce9b02 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "react-scripts": "^3.4.1", "seamless-immutable": "^7.1.4", "typescript": "^3.9.5", - "xlsx": "^0.16.2" + "xlsx": "^0.17.0" }, "scripts": { "start": "cp ./.env.test ./.env && react-scripts start",