Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2022-02-15 23:26:02 +0300
committerdartcafe <github@dartcafe.de>2022-02-15 23:26:02 +0300
commit02d3dac797b66f3246698f1a93497cdd713d6a70 (patch)
tree454fa79ad800d96b0d44d6e48d4f34d74af6ece3
parenta52f18bf758c5235cd895c01e710cb67921ed39b (diff)
update xlxs 0.18.2v3.5.3
Signed-off-by: dartcafe <github@dartcafe.de>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
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"