From 612f8e04dcfbb747e2a223393903e1ce1bf09f56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jan 2022 08:58:25 +0000 Subject: [PATCH] Bump xlsx from 0.16.9 to 0.17.0 in /admin 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] --- admin/package.json | 2 +- admin/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/admin/package.json b/admin/package.json index 3c5c14e6..ef1ff962 100644 --- a/admin/package.json +++ b/admin/package.json @@ -33,7 +33,7 @@ "vue-router": "^4.0.5", "vuedraggable": "^4.0.1", "vuex": "^4.0.0-0", - "xlsx": "^0.16.9" + "xlsx": "^0.17.0" }, "devDependencies": { "@types/lodash": "^4.14.168", diff --git a/admin/yarn.lock b/admin/yarn.lock index dcad321f..413f6b3c 100644 --- a/admin/yarn.lock +++ b/admin/yarn.lock @@ -4216,10 +4216,10 @@ ws@~8.2.3: resolved "https://registry.npmmirror.com/ws/download/ws-8.2.3.tgz#63a56456db1b04367d0b721a0b80cae6d8becbba" integrity sha512-wBuoj1BDpC6ZQ1B7DWQBYVLphPWkm8i9Y0/3YdHjHKHiohOJ1ws+3OccDWtH+PoC9DZD5WOTrJvNbWvjS6JWaA== -xlsx@^0.16.9: - version "0.16.9" - resolved "https://registry.npmmirror.com/xlsx/download/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"