fix: unexpected token (#232)

This commit is contained in:
YangQi 2023-07-28 14:28:57 +08:00 committed by GitHub
parent 867771718e
commit 6847c50091
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 18 deletions

22
package-lock.json generated
View File

@ -23,7 +23,7 @@
"jquery": "^3.6.0", "jquery": "^3.6.0",
"juice": "^8.0.0", "juice": "^8.0.0",
"marked": "^4.0.18", "marked": "^4.0.18",
"minio": "^7.0.29", "minio": "7.0.33",
"node-fetch": "^3.2.10", "node-fetch": "^3.2.10",
"prettier": "2.7.1", "prettier": "2.7.1",
"prettify": "^0.1.7", "prettify": "^0.1.7",
@ -17339,9 +17339,9 @@
} }
}, },
"node_modules/minio": { "node_modules/minio": {
"version": "7.1.0", "version": "7.0.33",
"resolved": "https://registry.npmjs.org/minio/-/minio-7.1.0.tgz", "resolved": "https://registry.npmjs.org/minio/-/minio-7.0.33.tgz",
"integrity": "sha512-AgT23/TaViYieZiFofoCakidPmHiv3ag6/YiX1/hFdowbzMNr2dT2Ido3qWEThjn2Y252VH5i9OVUb+9wevZFA==", "integrity": "sha512-8wXGH98nZiLPe2xZhMV7UJ+48L1UlhgekxgpUhJWMO1h24TvZ0wUjtIt9e7DfNACopXh1spL8iuDQD7Lrq8Upw==",
"dependencies": { "dependencies": {
"async": "^3.1.0", "async": "^3.1.0",
"block-stream2": "^2.0.0", "block-stream2": "^2.0.0",
@ -17359,24 +17359,12 @@
"through2": "^3.0.1", "through2": "^3.0.1",
"web-encoding": "^1.1.5", "web-encoding": "^1.1.5",
"xml": "^1.0.0", "xml": "^1.0.0",
"xml2js": "^0.5.0" "xml2js": "^0.4.15"
}, },
"engines": { "engines": {
"node": ">8 <=19" "node": ">8 <=19"
} }
}, },
"node_modules/minio/node_modules/xml2js": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.5.0.tgz",
"integrity": "sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==",
"dependencies": {
"sax": ">=0.6.0",
"xmlbuilder": "~11.0.0"
},
"engines": {
"node": ">=4.0.0"
}
},
"node_modules/minipass": { "node_modules/minipass": {
"version": "3.3.6", "version": "3.3.6",
"resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",

View File

@ -28,7 +28,7 @@
"cheerio": "1.0.0-rc.10", "cheerio": "1.0.0-rc.10",
"juice": "^8.0.0", "juice": "^8.0.0",
"marked": "^4.0.18", "marked": "^4.0.18",
"minio": "^7.0.29", "minio": "7.0.33",
"node-fetch": "^3.2.10", "node-fetch": "^3.2.10",
"prettier": "2.7.1", "prettier": "2.7.1",
"prettify": "^0.1.7", "prettify": "^0.1.7",