Merge pull request #49248 from nextcloud/dependabot/npm_and_yarn/marked-15.0.0

chore(deps): Bump marked from 13.0.3 to 15.0.0
This commit is contained in:
Ferdinand Thiessen 2024-11-13 14:12:36 +01:00 committed by GitHub
commit 423f57677f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 12 additions and 12 deletions

View file

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

4
dist/core-common.js vendored

File diff suppressed because one or more lines are too long

View file

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

File diff suppressed because one or more lines are too long

View file

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

View file

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

8
package-lock.json generated
View file

@ -56,7 +56,7 @@
"jquery-ui-dist": "^1.13.3",
"libphonenumber-js": "^1.11.9",
"lodash": "^4.17.21",
"marked": "^13.0.3",
"marked": "^15.0.0",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"nextcloud-vue-collections": "^0.13.0",
@ -17338,9 +17338,9 @@
}
},
"node_modules/marked": {
"version": "13.0.3",
"resolved": "https://registry.npmjs.org/marked/-/marked-13.0.3.tgz",
"integrity": "sha512-rqRix3/TWzE9rIoFGIn8JmsVfhiuC8VIQ8IdX5TfzmeBucdY05/0UlzKaw0eVtpcN/OdVFpBk7CjKGo9iHJ/zA==",
"version": "15.0.0",
"resolved": "https://registry.npmjs.org/marked/-/marked-15.0.0.tgz",
"integrity": "sha512-0mouKmBROJv/WSHJBPZZyYofUgawMChnD5je/g+aOBXsHDjb/IsnTQj7mnhQZu+qPJmRQ0ecX3mLGEUm3BgwYA==",
"bin": {
"marked": "bin/marked.js"
},

View file

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