Merge pull request #54450 from nextcloud/dependabot/npm_and_yarn/marked-16.1.2

chore(deps): bump marked from 16.1.1 to 16.1.2
This commit is contained in:
Andy Scherzinger 2025-08-19 20:17:56 +02:00 committed by GitHub
commit acf04ff752
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 12 additions and 12 deletions

View file

@ -77,7 +77,7 @@ This file is generated from multiple sources. Included packages:
- version: 1.2.1
- license: BSD-3-Clause
- marked
- version: 16.1.1
- version: 16.2.0
- license: MIT
- buffer
- version: 6.0.3

4
dist/core-common.js vendored

File diff suppressed because one or more lines are too long

View file

@ -405,7 +405,7 @@ This file is generated from multiple sources. Included packages:
- version: 4.17.21
- license: MIT
- marked
- version: 16.1.1
- version: 16.2.0
- license: MIT
- math-intrinsics
- version: 1.1.0

File diff suppressed because one or more lines are too long

View file

@ -173,7 +173,7 @@ This file is generated from multiple sources. Included packages:
- version: 1.1.6
- license: MIT
- marked
- version: 16.1.1
- version: 16.2.0
- license: MIT
- md5
- version: 2.3.0

View file

@ -75,7 +75,7 @@ This file is generated from multiple sources. Included packages:
- version: 1.0.3
- license: MIT
- marked
- version: 16.1.1
- version: 16.2.0
- license: MIT
- process
- version: 0.11.10

8
package-lock.json generated
View file

@ -57,7 +57,7 @@
"jquery-ui-dist": "^1.13.3",
"libphonenumber-js": "^1.12.10",
"lodash": "^4.17.21",
"marked": "^16.1.1",
"marked": "^16.2.0",
"moment": "^2.30.1",
"moment-timezone": "^0.6.0",
"p-limit": "^6.2.0",
@ -17847,9 +17847,9 @@
"license": "ISC"
},
"node_modules/marked": {
"version": "16.1.1",
"resolved": "https://registry.npmjs.org/marked/-/marked-16.1.1.tgz",
"integrity": "sha512-ij/2lXfCRT71L6u0M29tJPhP0bM5shLL3u5BePhFwPELj2blMJ6GDtD7PfJhRLhJ/c2UwrK17ySVcDzy2YHjHQ==",
"version": "16.2.0",
"resolved": "https://registry.npmjs.org/marked/-/marked-16.2.0.tgz",
"integrity": "sha512-LbbTuye+0dWRz2TS9KJ7wsnD4KAtpj0MVkWc90XvBa6AslXsT0hTBVH5k32pcSyHH1fst9XEFJunXHktVy0zlg==",
"bin": {
"marked": "bin/marked.js"
},

View file

@ -88,7 +88,7 @@
"jquery-ui-dist": "^1.13.3",
"libphonenumber-js": "^1.12.10",
"lodash": "^4.17.21",
"marked": "^16.1.1",
"marked": "^16.2.0",
"moment": "^2.30.1",
"moment-timezone": "^0.6.0",
"p-limit": "^6.2.0",