Merge pull request #31899 from nextcloud/dependabot/npm_and_yarn/marked-4.0.13

Bump marked from 4.0.12 to 4.0.13
This commit is contained in:
Carl Schwan 2022-04-10 09:08:24 +02:00 committed by GitHub
commit ff0fc17ee3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 11 deletions

4
dist/core-common.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

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",