From f07ab541c4c0c1bb49e4046ad1eee0a7c86361b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jul 2021 21:01:51 +0000 Subject: [PATCH] Bump xlsx from 0.16.9 to 0.17.0 Bumps [xlsx](https://github.com/SheetJS/sheetjs) from 0.16.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/commits/v0.17.0) --- updated-dependencies: - dependency-name: xlsx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/package.json b/src/package.json index 8ed9243..6d5a248 100644 --- a/src/package.json +++ b/src/package.json @@ -35,7 +35,7 @@ "lodash": "^4.17.20", "optimist": "^0.6.1", "rw": "^1.3.3", - "xlsx": "^0.16.9" + "xlsx": "^0.17.0" }, "devDependencies": { "@babel/core": "^7.13.15", diff --git a/yarn.lock b/yarn.lock index cf5ebfc..253d30d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7245,10 +7245,10 @@ xdg-basedir@^4.0.0: resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-4.0.0.tgz#4bc8d9984403696225ef83a1573cbbcb4e79db13" integrity sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q== -xlsx@^0.16.9: - version "0.16.9" - resolved "https://registry.yarnpkg.com/xlsx/-/xlsx-0.16.9.tgz#dacd5bb46bda6dd3743940c9c3dc1e2171826256" - integrity sha512-gxi1I3EasYvgCX1vN9pGyq920Ron4NO8PNfhuoA3Hpq6Y8f0ECXiy4OLrK4QZBnj1jx3QD+8Fq5YZ/3mPZ5iXw== +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"