mirror of
https://github.com/doocs/md.git
synced 2024-11-24 19:10:34 +08:00
fix: unexpected token (#232)
This commit is contained in:
parent
867771718e
commit
6847c50091
22
package-lock.json
generated
22
package-lock.json
generated
@ -23,7 +23,7 @@
|
||||
"jquery": "^3.6.0",
|
||||
"juice": "^8.0.0",
|
||||
"marked": "^4.0.18",
|
||||
"minio": "^7.0.29",
|
||||
"minio": "7.0.33",
|
||||
"node-fetch": "^3.2.10",
|
||||
"prettier": "2.7.1",
|
||||
"prettify": "^0.1.7",
|
||||
@ -17339,9 +17339,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/minio": {
|
||||
"version": "7.1.0",
|
||||
"resolved": "https://registry.npmjs.org/minio/-/minio-7.1.0.tgz",
|
||||
"integrity": "sha512-AgT23/TaViYieZiFofoCakidPmHiv3ag6/YiX1/hFdowbzMNr2dT2Ido3qWEThjn2Y252VH5i9OVUb+9wevZFA==",
|
||||
"version": "7.0.33",
|
||||
"resolved": "https://registry.npmjs.org/minio/-/minio-7.0.33.tgz",
|
||||
"integrity": "sha512-8wXGH98nZiLPe2xZhMV7UJ+48L1UlhgekxgpUhJWMO1h24TvZ0wUjtIt9e7DfNACopXh1spL8iuDQD7Lrq8Upw==",
|
||||
"dependencies": {
|
||||
"async": "^3.1.0",
|
||||
"block-stream2": "^2.0.0",
|
||||
@ -17359,24 +17359,12 @@
|
||||
"through2": "^3.0.1",
|
||||
"web-encoding": "^1.1.5",
|
||||
"xml": "^1.0.0",
|
||||
"xml2js": "^0.5.0"
|
||||
"xml2js": "^0.4.15"
|
||||
},
|
||||
"engines": {
|
||||
"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": {
|
||||
"version": "3.3.6",
|
||||
"resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
|
||||
|
@ -28,7 +28,7 @@
|
||||
"cheerio": "1.0.0-rc.10",
|
||||
"juice": "^8.0.0",
|
||||
"marked": "^4.0.18",
|
||||
"minio": "^7.0.29",
|
||||
"minio": "7.0.33",
|
||||
"node-fetch": "^3.2.10",
|
||||
"prettier": "2.7.1",
|
||||
"prettify": "^0.1.7",
|
||||
|
Loading…
Reference in New Issue
Block a user