Skip to content

Commit 24932fd

Browse files
committed
Upgrade xslx (SheetJS) to 0.19.3 to avoid the Prototype Pollution vulnerability. See SheetJS/sheetjs#2822.
Also upgrade Mocha to 10.2.0 to avoid other vulnerabilities mentioned by npm audit.
1 parent 6dfd5ae commit 24932fd

File tree

1 file changed

+72
-36
lines changed

1 file changed

+72
-36
lines changed

package.json

+72-36
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,55 @@
11
{
2-
"name": "json-key-string-xlsx",
3-
"version": "1.4.1",
4-
"description": "Convert between json and xlsx files by key string in a browser or NodeJS.",
5-
"main": "dist/json-key-string-xlsx.cjs.min.js",
6-
"module": "dist/json-key-string-xlsx.esm.min.js",
7-
"browser": "dist/json-key-string-xlsx.umd.min.js",
8-
"scripts": {
9-
"cnpm": "npm i --registry=https://registry.npm.taobao.org",
10-
"eslint": "eslint .",
11-
"build": "node scripts/build.js",
12-
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
13-
"test": "mocha -t 10000 -s 2000 test/*.test.js",
14-
"test-coverage": "nyc npm run test",
15-
"report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
2+
"_from": "json-key-string-xlsx@^1.4.1",
3+
"_id": "json-key-string-xlsx@1.4.1",
4+
"_inBundle": false,
5+
"_integrity": "sha512-NXSiMsDQPj7WDPSwjmdX7IAdO/NDAJ94rfjE2oEIDR3Vj3EVlXxt9GE/fAZbY831zsJbiQbUaXvaDzJ+1Kd/GA==",
6+
"_location": "/json-key-string-xlsx",
7+
"_phantomChildren": {
8+
"adler-32": "1.2.0",
9+
"cfb": "1.2.2",
10+
"codepage": "1.15.0",
11+
"crc-32": "1.2.2",
12+
"ssf": "0.11.2",
13+
"wmf": "1.0.2",
14+
"word": "0.3.0"
1615
},
17-
"keywords": [
18-
"excel",
19-
"json",
20-
"key",
21-
"xlsx",
22-
"json-key-string",
23-
"i18n",
24-
"language",
25-
"多语言",
26-
"国际化"
16+
"_requested": {
17+
"type": "range",
18+
"registry": true,
19+
"raw": "json-key-string-xlsx@^1.4.1",
20+
"name": "json-key-string-xlsx",
21+
"escapedName": "json-key-string-xlsx",
22+
"rawSpec": "^1.4.1",
23+
"saveSpec": null,
24+
"fetchSpec": "^1.4.1"
25+
},
26+
"_requiredBy": [
27+
"/"
2728
],
28-
"author": "jobyrao<raojianb@mail2.sysu.edu.cn>",
29-
"homepage": "https://github.com/jobyrao/json-key-string-xlsx#readme",
29+
"_resolved": "https://registry.npmjs.org/json-key-string-xlsx/-/json-key-string-xlsx-1.4.1.tgz",
30+
"_shasum": "6b53c423ad1bdd907d7c4460a621f0089212dd04",
31+
"_spec": "json-key-string-xlsx@^1.4.1",
32+
"_where": "/Users/oliviercado/Code/Corrin/corrinapp/corrinapp1",
33+
"author": {
34+
"name": "jobyrao",
35+
"email": "raojianb@mail2.sysu.edu.cn"
36+
},
37+
"browser": "dist/json-key-string-xlsx.umd.min.js",
3038
"bugs": {
3139
"url": "https://github.com/jobyrao/json-key-string-xlsx/issues",
3240
"email": "raojianb@mail2.sysu.edu.cn"
3341
},
34-
"license": "MIT",
42+
"bundleDependencies": false,
43+
"commitlint": {
44+
"extends": [
45+
"@commitlint/config-conventional"
46+
]
47+
},
3548
"dependencies": {
36-
"xlsx": "~0.17.4"
49+
"xlsx": "https://cdn.sheetjs.com/xlsx-0.19.3/xlsx-0.19.3.tgz"
3750
},
51+
"deprecated": false,
52+
"description": "Convert between json and xlsx files by key string in a browser or NodeJS.",
3853
"devDependencies": {
3954
"@babel/core": "^7.9.6",
4055
"@babel/preset-env": "^7.7.6",
@@ -47,7 +62,7 @@
4762
"eslint": "^4.11.0",
4863
"eslint-config-egg": "^7.4.1",
4964
"husky": "^4.3.0",
50-
"mocha": "^6.2.0",
65+
"mocha": "^10.2.0",
5166
"nyc": "^14.1.1",
5267
"rollup": "^1.27.13",
5368
"rollup-plugin-babel": "^4.4.0",
@@ -63,19 +78,40 @@
6378
"dist",
6479
"types"
6580
],
66-
"types": "./types/index.d.ts",
67-
"commitlint": {
68-
"extends": [
69-
"@commitlint/config-conventional"
70-
]
71-
},
81+
"homepage": "https://github.com/jobyrao/json-key-string-xlsx#readme",
7282
"husky": {
7383
"hooks": {
7484
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
7585
}
7686
},
87+
"keywords": [
88+
"excel",
89+
"json",
90+
"key",
91+
"xlsx",
92+
"json-key-string",
93+
"i18n",
94+
"language",
95+
"多语言",
96+
"国际化"
97+
],
98+
"license": "MIT",
99+
"main": "dist/json-key-string-xlsx.cjs.min.js",
100+
"module": "dist/json-key-string-xlsx.esm.min.js",
101+
"name": "json-key-string-xlsx",
77102
"repository": {
78103
"type": "git",
79104
"url": "git+https://github.com/jobyrao/json-key-string-xlsx.git"
80-
}
105+
},
106+
"scripts": {
107+
"build": "node scripts/build.js",
108+
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
109+
"cnpm": "npm i --registry=https://registry.npm.taobao.org",
110+
"eslint": "eslint .",
111+
"report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
112+
"test": "mocha -t 10000 -s 2000 test/*.test.js",
113+
"test-coverage": "nyc npm run test"
114+
},
115+
"types": "./types/index.d.ts",
116+
"version": "1.4.1"
81117
}

0 commit comments

Comments
 (0)