From 02d3dac797b66f3246698f1a93497cdd713d6a70 Mon Sep 17 00:00:00 2001 From: dartcafe Date: Tue, 15 Feb 2022 21:26:02 +0100 Subject: update xlxs 0.18.2 Signed-off-by: dartcafe --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3ce770a2..606df2f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "vuedraggable": "^2.24.3", "vuex": "^3.6.2", "vuex-router-sync": "^5.0.0", - "xlsx": "^0.18.1" + "xlsx": "^0.18.2" }, "devDependencies": { "@nextcloud/babel-config": "^1.0.0", @@ -12169,9 +12169,9 @@ } }, "node_modules/xlsx": { - "version": "0.18.1", - "resolved": "https://registry.npmjs.org/xlsx/-/xlsx-0.18.1.tgz", - "integrity": "sha512-ycGi2qQv98oPDugY2RUidLyYLEQkwLN06/Y/6pQrGNpfWrRqz/H2qQ8DhfEEtsHKIJ55Af6PLxlipLX3902l/Q==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/xlsx/-/xlsx-0.18.2.tgz", + "integrity": "sha512-BWLS+GO5yg5Hnro8mpbNkZq/a+dZ8689otFuHmb9wgCtiMpL+I9dpc+Sans6K9yYxTLEZ235Kr/JkmoTEMunzQ==", "dependencies": { "adler-32": "~1.3.0", "cfb": "~1.2.1", @@ -21324,9 +21324,9 @@ } }, "xlsx": { - "version": "0.18.1", - "resolved": "https://registry.npmjs.org/xlsx/-/xlsx-0.18.1.tgz", - "integrity": "sha512-ycGi2qQv98oPDugY2RUidLyYLEQkwLN06/Y/6pQrGNpfWrRqz/H2qQ8DhfEEtsHKIJ55Af6PLxlipLX3902l/Q==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/xlsx/-/xlsx-0.18.2.tgz", + "integrity": "sha512-BWLS+GO5yg5Hnro8mpbNkZq/a+dZ8689otFuHmb9wgCtiMpL+I9dpc+Sans6K9yYxTLEZ235Kr/JkmoTEMunzQ==", "requires": { "adler-32": "~1.3.0", "cfb": "~1.2.1", diff --git a/package.json b/package.json index cd1e8e0d..95dc22b9 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "vuedraggable": "^2.24.3", "vuex": "^3.6.2", "vuex-router-sync": "^5.0.0", - "xlsx": "^0.18.1" + "xlsx": "^0.18.2" }, "browserslist": [ "extends @nextcloud/browserslist-config" -- cgit v1.2.3