Bump marked from 4.0.12 to 4.0.13

Bumps [marked](https://github.com/markedjs/marked) from 4.0.12 to 4.0.13.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](https://github.com/markedjs/marked/compare/v4.0.12...v4.0.13)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-04-10 00:17:46 +00:00 committed by nextcloud-command
parent 61239301da
commit 1aba5cdfc9
4 changed files with 8 additions and 8 deletions

BIN
dist/core-common.js vendored

Binary file not shown.

Binary file not shown.

14
package-lock.json generated
View File

@ -49,7 +49,7 @@
"jquery-ui-dist": "^1.13.1",
"jstimezonedetect": "^1.0.7",
"lodash": "^4.17.21",
"marked": "^4.0.12",
"marked": "^4.0.13",
"moment": "^2.29.2",
"moment-timezone": "^0.5.34",
"nextcloud-vue-collections": "^0.9.0",
@ -13359,9 +13359,9 @@
"dev": true
},
"node_modules/marked": {
"version": "4.0.12",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.0.12.tgz",
"integrity": "sha512-hgibXWrEDNBWgGiK18j/4lkS6ihTe9sxtV4Q1OQppb/0zzyPSzoFANBa5MfsG/zgsWklmNnhm0XACZOH/0HBiQ==",
"version": "4.0.13",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.0.13.tgz",
"integrity": "sha512-lS/ZCa4X0gsRcfWs1eoh6dLnHr9kVH3K1t2X4M/tTtNouhZ7anS1Csb6464VGLQHv8b2Tw1cLeZQs58Jav8Rzw==",
"bin": {
"marked": "bin/marked.js"
},
@ -29799,9 +29799,9 @@
"requires": {}
},
"marked": {
"version": "4.0.12",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.0.12.tgz",
"integrity": "sha512-hgibXWrEDNBWgGiK18j/4lkS6ihTe9sxtV4Q1OQppb/0zzyPSzoFANBa5MfsG/zgsWklmNnhm0XACZOH/0HBiQ=="
"version": "4.0.13",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.0.13.tgz",
"integrity": "sha512-lS/ZCa4X0gsRcfWs1eoh6dLnHr9kVH3K1t2X4M/tTtNouhZ7anS1Csb6464VGLQHv8b2Tw1cLeZQs58Jav8Rzw=="
},
"material-colors": {
"version": "1.2.6",

View File

@ -66,7 +66,7 @@
"jquery-ui-dist": "^1.13.1",
"jstimezonedetect": "^1.0.7",
"lodash": "^4.17.21",
"marked": "^4.0.12",
"marked": "^4.0.13",
"moment": "^2.29.2",
"moment-timezone": "^0.5.34",
"nextcloud-vue-collections": "^0.9.0",