fix(deps): update dependency marked to v2

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-02-08 07:45:59 -08:00 committed by GitHub
parent b22e591c96
commit a2eaed086f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -6064,9 +6064,9 @@
} }
}, },
"marked": { "marked": {
"version": "1.2.9", "version": "2.0.0",
"resolved": "https://registry.npmjs.org/marked/-/marked-1.2.9.tgz", "resolved": "https://registry.npmjs.org/marked/-/marked-2.0.0.tgz",
"integrity": "sha512-H8lIX2SvyitGX+TRdtS06m1jHMijKN/XjfH6Ooii9fvxMlh8QdqBfBDkGUpMWH2kQNrtixjzYUa3SH8ROTgRRw==" "integrity": "sha512-NqRSh2+LlN2NInpqTQnS614Y/3NkVMFFU6sJlRFEpxJ/LHuK/qJECH7/fXZjk4VZstPW/Pevjil/VtSONsLc7Q=="
}, },
"marked-terminal": { "marked-terminal": {
"version": "4.1.0", "version": "4.1.0",

View File

@ -37,7 +37,7 @@
"hook-std": "^2.0.0", "hook-std": "^2.0.0",
"hosted-git-info": "^3.0.0", "hosted-git-info": "^3.0.0",
"lodash": "^4.17.15", "lodash": "^4.17.15",
"marked": "^1.0.0", "marked": "^2.0.0",
"marked-terminal": "^4.0.0", "marked-terminal": "^4.0.0",
"micromatch": "^4.0.2", "micromatch": "^4.0.2",
"p-each-series": "^2.1.0", "p-each-series": "^2.1.0",