Bump marked from 1.2.5 to 2.0.0

Bumps [marked](https://github.com/markedjs/marked) from 1.2.5 to 2.0.0.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/release.config.js)
- [Commits](https://github.com/markedjs/marked/compare/v1.2.5...v2.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-02-08 21:29:55 +00:00
committed by 小弟调调™
parent fbd994951d
commit 9385d55dc1
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -434,9 +434,9 @@
"dev": true
},
"marked": {
"version": "1.2.5",
"resolved": "https://registry.npmjs.org/marked/-/marked-1.2.5.tgz",
"integrity": "sha512-2AlqgYnVPOc9WDyWu7S5DJaEZsfk6dNh/neatQ3IHUW4QLutM/VPSH9lG7bif+XjFWc9K9XR3QvR+fXuECmfdA==",
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/marked/-/marked-2.0.0.tgz",
"integrity": "sha512-NqRSh2+LlN2NInpqTQnS614Y/3NkVMFFU6sJlRFEpxJ/LHuK/qJECH7/fXZjk4VZstPW/Pevjil/VtSONsLc7Q==",
"dev": true
},
"minimatch": {

View File

@@ -32,6 +32,6 @@
"gh-pages": "^2.0.1",
"html-minifier": "^3.5.20",
"loading-cli": "^1.0.8",
"marked": "^1.2.5"
"marked": "^2.0.0"
}
}