Skip to content

[Snyk] Upgrade xlsx from 0.18.0 to 0.18.5 #331

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"proj4": "2.7.5",
"promise-polyfill": "8.2.1",
"three": "0.129.0",
"xlsx": "0.18.0",
"xlsx": "0.18.5",
"xml-js": "1.6.11"
},
"pre-commit": [
Expand Down
2 changes: 1 addition & 1 deletion src/classic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"license": "Apache-2.0",
"dependencies": {
"mapv": "2.0.62",
"xlsx": "0.18.0",
"xlsx": "0.18.5",
"@supermap/iclient-common": "11.0.0"
}
}
2 changes: 1 addition & 1 deletion src/common/components/util/FileReaderUtil.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Copyright© 2000 - 2022 SuperMap Software Co.Ltd. All rights reserved.
* This program are made available under the terms of the Apache License, Version 2.0
* which accompanies this distribution and is available at http://www.apache.org/licenses/LICENSE-2.0.html.*/
import XLSX from 'xlsx'
import * as XLSX from 'xlsx';
import {FileTypes} from '../CommonTypes';
import {Lang} from '../../lang/Lang';

Expand Down
2 changes: 1 addition & 1 deletion src/leaflet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"jsonsql": "0.2.5",
"pbf": "3.2.1",
"proj4": "2.7.5",
"xlsx": "0.18.0"
"xlsx": "0.18.5"
}
}
4 changes: 2 additions & 2 deletions src/mapboxgl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"echarts": "4.9.0",
"mapv": "2.0.62",
"mapbox-gl": "1.13.2",
"three": "0.129.0",
"xlsx": "0.18.0",
"three": "0.129.",
"xlsx": "0.18.5",
"@supermap/iclient-common": "11.0.0",
"canvg": "3.0.7",
"xml-js": "1.6.11"
Expand Down
2 changes: 1 addition & 1 deletion src/openlayers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"ol": "6.9.0",
"@supermap/iclient-common": "11.0.0",
"proj4": "2.7.5",
"xlsx": "0.18.0",
"xlsx": "0.18.5",
"canvg": "3.0.7",
"lodash.remove": "^4.7.0"
}
Expand Down