Skip to content

Commit baf207a

Browse files
authored
Merge pull request #331 from SuperMap/snyk-upgrade-7f7a84a6f0523c52748b757957aa8b4b
[Snyk] Upgrade xlsx from 0.18.0 to 0.18.5
2 parents 54ace20 + f595879 commit baf207a

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
"proj4": "2.7.5",
134134
"promise-polyfill": "8.2.1",
135135
"three": "0.129.0",
136-
"xlsx": "0.18.0",
136+
"xlsx": "0.18.5",
137137
"xml-js": "1.6.11"
138138
},
139139
"pre-commit": [

src/classic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"license": "Apache-2.0",
1616
"dependencies": {
1717
"mapv": "2.0.62",
18-
"xlsx": "0.18.0",
18+
"xlsx": "0.18.5",
1919
"@supermap/iclient-common": "11.0.0"
2020
}
2121
}

src/common/components/util/FileReaderUtil.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* Copyright© 2000 - 2022 SuperMap Software Co.Ltd. All rights reserved.
22
* This program are made available under the terms of the Apache License, Version 2.0
33
* which accompanies this distribution and is available at http://www.apache.org/licenses/LICENSE-2.0.html.*/
4-
import XLSX from 'xlsx'
4+
import * as XLSX from 'xlsx';
55
import {FileTypes} from '../CommonTypes';
66
import {Lang} from '../../lang/Lang';
77

src/leaflet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"jsonsql": "0.2.5",
2525
"pbf": "3.2.1",
2626
"proj4": "2.7.5",
27-
"xlsx": "0.18.0"
27+
"xlsx": "0.18.5"
2828
}
2929
}

src/mapboxgl/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"echarts": "4.9.0",
1919
"mapv": "2.0.62",
2020
"mapbox-gl": "1.13.2",
21-
"three": "0.129.0",
22-
"xlsx": "0.18.0",
21+
"three": "0.129.",
22+
"xlsx": "0.18.5",
2323
"@supermap/iclient-common": "11.0.0",
2424
"canvg": "3.0.7",
2525
"xml-js": "1.6.11"

src/openlayers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"ol": "6.9.0",
2222
"@supermap/iclient-common": "11.0.0",
2323
"proj4": "2.7.5",
24-
"xlsx": "0.18.0",
24+
"xlsx": "0.18.5",
2525
"canvg": "3.0.7",
2626
"lodash.remove": "^4.7.0"
2727
}

0 commit comments

Comments
 (0)