mirror of https://github.com/halo-dev/halo
chore(deps): bump marked from 0.8.2 to 1.0.0 (halo-dev/console#138)
Bumps [marked](https://github.com/markedjs/marked) from 0.8.2 to 1.0.0. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v0.8.2...v1.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>pull/3445/head
parent
84f8a6d5a5
commit
9d5cc49bd6
|
@ -10210,9 +10210,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"marked": {
|
"marked": {
|
||||||
"version": "0.8.2",
|
"version": "1.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/marked/-/marked-0.8.2.tgz",
|
"resolved": "https://registry.npmjs.org/marked/-/marked-1.0.0.tgz",
|
||||||
"integrity": "sha512-EGwzEeCcLniFX51DhTpmTom+dSA/MG/OBUDjnWtHbEnjAH180VzUeAw+oE4+Zv+CoYBWyRlYOTR0N8SO9R1PVw=="
|
"integrity": "sha512-Wo+L1pWTVibfrSr+TTtMuiMfNzmZWiOPeO7rZsQUY5bgsxpHesBEcIWJloWVTFnrMXnf/TL30eTFSGJddmQAng=="
|
||||||
},
|
},
|
||||||
"md5.js": {
|
"md5.js": {
|
||||||
"version": "1.3.5",
|
"version": "1.3.5",
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
"filepond": "^4.13.0",
|
"filepond": "^4.13.0",
|
||||||
"filepond-plugin-image-preview": "^4.6.1",
|
"filepond-plugin-image-preview": "^4.6.1",
|
||||||
"halo-editor": "^2.8.2",
|
"halo-editor": "^2.8.2",
|
||||||
"marked": "^0.8.0",
|
"marked": "^1.0.0",
|
||||||
"moment": "^2.24.0",
|
"moment": "^2.24.0",
|
||||||
"verte": "^0.0.12",
|
"verte": "^0.0.12",
|
||||||
"vue": "^2.6.11",
|
"vue": "^2.6.11",
|
||||||
|
|
Loading…
Reference in New Issue