Bump marked from 1.2.0 to 2.0.0 (#104)

Bumps [marked](https://github.com/markedjs/marked) from 1.2.0 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.0...v2.0.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-02-13 13:00:14 -07:00
committed by GitHub
parent 8a30a65818
commit 4d066a762f
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -8228,9 +8228,9 @@
}
},
"marked": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/marked/-/marked-1.2.0.tgz",
"integrity": "sha512-tiRxakgbNPBr301ihe/785NntvYyhxlqcL3YaC8CaxJQh7kiaEtrN9B/eK2I2943Yjkh5gw25chYFDQhOMCwMA=="
"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=="
},
"md5.js": {
"version": "1.3.5",

View File

@@ -20,7 +20,7 @@
"@nuxtjs/sitemap": "^2.4.0",
"@nuxtjs/style-resources": "^1.0.0",
"highlight.js": "^10.3.2",
"marked": "^1.2.0",
"marked": "^2.0.0",
"nuxt": "^2.14.7",
"nuxt-clipboard2": "^0.2.1",
"v-tooltip": "^2.0.3",