Bump marked from 1.2.8 to 2.0.0 in /assets (#163)

Bumps [marked](https://github.com/markedjs/marked) from 1.2.8 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.8...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-04-13 18:11:11 +02:00 committed by GitHub
parent 252047a204
commit 1883fbc87e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 13 deletions

View file

@ -11,7 +11,7 @@
"dompurify": "^2.2.6",
"hyperlist": "^1.0.0",
"katex": "^0.13.2",
"marked": "^1.2.8",
"marked": "^2.0.0",
"monaco-editor": "^0.23.0",
"morphdom": "^2.6.1",
"nprogress": "^0.2.0",
@ -45,15 +45,13 @@
}
},
"../deps/phoenix": {
"version": "1.5.8",
"license": "MIT"
"version": "0.0.1"
},
"../deps/phoenix_html": {
"version": "2.14.3"
"version": "0.0.1"
},
"../deps/phoenix_live_view": {
"version": "0.15.4",
"license": "MIT"
"version": "0.0.1"
},
"node_modules/@babel/code-frame": {
"version": "7.12.11",
@ -9531,9 +9529,9 @@
}
},
"node_modules/marked": {
"version": "1.2.8",
"resolved": "https://registry.npmjs.org/marked/-/marked-1.2.8.tgz",
"integrity": "sha512-lzmFjGnzWHkmbk85q/ILZjFoHHJIQGF+SxGEfIdGk/XhiTPhqGs37gbru6Kkd48diJnEyYwnG67nru0Z2gQtuQ==",
"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==",
"bin": {
"marked": "bin/marked"
},
@ -23679,9 +23677,9 @@
}
},
"marked": {
"version": "1.2.8",
"resolved": "https://registry.npmjs.org/marked/-/marked-1.2.8.tgz",
"integrity": "sha512-lzmFjGnzWHkmbk85q/ILZjFoHHJIQGF+SxGEfIdGk/XhiTPhqGs37gbru6Kkd48diJnEyYwnG67nru0Z2gQtuQ=="
"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

@ -16,7 +16,7 @@
"dompurify": "^2.2.6",
"hyperlist": "^1.0.0",
"katex": "^0.13.2",
"marked": "^1.2.8",
"marked": "^2.0.0",
"monaco-editor": "^0.23.0",
"morphdom": "^2.6.1",
"nprogress": "^0.2.0",