Merge pull request #50606 from nextcloud/dependabot/npm_and_yarn/stable31/marked-15.0.6

chore(deps): bump marked from 15.0.0 to 15.0.6
pull/50608/head
Andy Scherzinger 2025-02-04 21:21:14 +07:00 committed by GitHub
commit 764d745e83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 13 additions and 12 deletions

@ -83,7 +83,7 @@ This file is generated from multiple sources. Included packages:
- version: 4.4.2
- license: MIT
- marked
- version: 15.0.0
- version: 15.0.6
- license: MIT
- node-gettext
- version: 3.0.0

File diff suppressed because one or more lines are too long

@ -420,7 +420,7 @@ This file is generated from multiple sources. Included packages:
- version: 3.0.3
- license: MIT
- marked
- version: 15.0.0
- version: 15.0.6
- license: MIT
- md5
- version: 2.3.0

File diff suppressed because one or more lines are too long

@ -170,7 +170,7 @@ This file is generated from multiple sources. Included packages:
- version: 4.4.2
- license: MIT
- marked
- version: 15.0.0
- version: 15.0.6
- license: MIT
- md5
- version: 2.3.0

@ -69,7 +69,7 @@ This file is generated from multiple sources. Included packages:
- version: 4.4.2
- license: MIT
- marked
- version: 15.0.0
- version: 15.0.6
- license: MIT
- node-gettext
- version: 3.0.0

9
package-lock.json generated

@ -56,7 +56,7 @@
"jquery-ui-dist": "^1.13.3",
"libphonenumber-js": "^1.11.18",
"lodash": "^4.17.21",
"marked": "^15.0.0",
"marked": "^15.0.6",
"moment": "^2.30.1",
"moment-timezone": "^0.5.46",
"nextcloud-vue-collections": "^0.13.0",
@ -17080,9 +17080,10 @@
}
},
"node_modules/marked": {
"version": "15.0.0",
"resolved": "https://registry.npmjs.org/marked/-/marked-15.0.0.tgz",
"integrity": "sha512-0mouKmBROJv/WSHJBPZZyYofUgawMChnD5je/g+aOBXsHDjb/IsnTQj7mnhQZu+qPJmRQ0ecX3mLGEUm3BgwYA==",
"version": "15.0.6",
"resolved": "https://registry.npmjs.org/marked/-/marked-15.0.6.tgz",
"integrity": "sha512-Y07CUOE+HQXbVDCGl3LXggqJDbXDP2pArc2C1N1RRMN0ONiShoSsIInMd5Gsxupe7fKLpgimTV+HOJ9r7bA+pg==",
"license": "MIT",
"bin": {
"marked": "bin/marked.js"
},

@ -87,7 +87,7 @@
"jquery-ui-dist": "^1.13.3",
"libphonenumber-js": "^1.11.18",
"lodash": "^4.17.21",
"marked": "^15.0.0",
"marked": "^15.0.6",
"moment": "^2.30.1",
"moment-timezone": "^0.5.46",
"nextcloud-vue-collections": "^0.13.0",