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:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-02-14 05:08:14 +0300
committerGitHub <noreply@github.com>2022-02-14 05:08:14 +0300
commit21966e0846001571e6fc7f09a71fa1fc97c8b7f6 (patch)
tree256a7b24a4f57a74fe501eb07efcdb70f99a4557
parentc017eb9e1979f4e0aa238b005468edca2437d2a9 (diff)
Bump xlsx from 0.18.0 to 0.18.1
Bumps [xlsx](https://github.com/SheetJS/sheetjs) from 0.18.0 to 0.18.1. - [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.18.1) --- updated-dependencies: - dependency-name: xlsx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json18
-rw-r--r--package.json2
2 files changed, 10 insertions, 10 deletions
diff --git a/package-lock.json b/package-lock.json
index d0279271..d4db67d6 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.0"
+ "xlsx": "^0.18.1"
},
"devDependencies": {
"@nextcloud/babel-config": "^1.0.0",
@@ -12165,12 +12165,12 @@
}
},
"node_modules/xlsx": {
- "version": "0.18.0",
- "resolved": "https://registry.npmjs.org/xlsx/-/xlsx-0.18.0.tgz",
- "integrity": "sha512-zQluErfRAr7ga2me77sIlDoljSrPCXnrNaiKo2+YFLtGkd0aW0Z9zfARVgNn9nytYBhsEjf6A+H5TogTeddscg==",
+ "version": "0.18.1",
+ "resolved": "https://registry.npmjs.org/xlsx/-/xlsx-0.18.1.tgz",
+ "integrity": "sha512-ycGi2qQv98oPDugY2RUidLyYLEQkwLN06/Y/6pQrGNpfWrRqz/H2qQ8DhfEEtsHKIJ55Af6PLxlipLX3902l/Q==",
"dependencies": {
"adler-32": "~1.3.0",
- "cfb": "^1.1.4",
+ "cfb": "~1.2.1",
"codepage": "~1.15.0",
"crc-32": "~1.2.1",
"ssf": "~0.11.2",
@@ -21320,12 +21320,12 @@
}
},
"xlsx": {
- "version": "0.18.0",
- "resolved": "https://registry.npmjs.org/xlsx/-/xlsx-0.18.0.tgz",
- "integrity": "sha512-zQluErfRAr7ga2me77sIlDoljSrPCXnrNaiKo2+YFLtGkd0aW0Z9zfARVgNn9nytYBhsEjf6A+H5TogTeddscg==",
+ "version": "0.18.1",
+ "resolved": "https://registry.npmjs.org/xlsx/-/xlsx-0.18.1.tgz",
+ "integrity": "sha512-ycGi2qQv98oPDugY2RUidLyYLEQkwLN06/Y/6pQrGNpfWrRqz/H2qQ8DhfEEtsHKIJ55Af6PLxlipLX3902l/Q==",
"requires": {
"adler-32": "~1.3.0",
- "cfb": "^1.1.4",
+ "cfb": "~1.2.1",
"codepage": "~1.15.0",
"crc-32": "~1.2.1",
"ssf": "~0.11.2",
diff --git a/package.json b/package.json
index a2a431e8..1bdfe007 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.0"
+ "xlsx": "^0.18.1"
},
"browserslist": [
"extends @nextcloud/browserslist-config"