Merge pull request #55213 from nextcloud/dependabot/npm_and_yarn/stable32/marked-16.3.0

[stable32] build(deps): bump marked from 16.2.1 to 16.3.0
pull/55209/head
Andy Scherzinger 2025-09-21 09:30:09 +07:00 committed by GitHub
commit 0790aac25a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 12 additions and 12 deletions

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

File diff suppressed because one or more lines are too long

@ -414,7 +414,7 @@ This file is generated from multiple sources. Included packages:
- version: 4.17.21
- license: MIT
- marked
- version: 16.2.1
- version: 16.3.0
- license: MIT
- math-intrinsics
- version: 1.1.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: 1.1.6
- license: MIT
- marked
- version: 16.2.1
- version: 16.3.0
- license: MIT
- md5
- version: 2.3.0

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

8
package-lock.json generated

@ -57,7 +57,7 @@
"jquery-ui-dist": "^1.13.3",
"libphonenumber-js": "^1.12.17",
"lodash": "^4.17.21",
"marked": "^16.2.1",
"marked": "^16.3.0",
"moment": "^2.30.1",
"moment-timezone": "^0.6.0",
"p-limit": "^7.1.1",
@ -17361,9 +17361,9 @@
"license": "ISC"
},
"node_modules/marked": {
"version": "16.2.1",
"resolved": "https://registry.npmjs.org/marked/-/marked-16.2.1.tgz",
"integrity": "sha512-r3UrXED9lMlHF97jJByry90cwrZBBvZmjG1L68oYfuPMW+uDTnuMbyJDymCWwbTE+f+3LhpNDKfpR3a3saFyjA==",
"version": "16.3.0",
"resolved": "https://registry.npmjs.org/marked/-/marked-16.3.0.tgz",
"integrity": "sha512-K3UxuKu6l6bmA5FUwYho8CfJBlsUWAooKtdGgMcERSpF7gcBUrCGsLH7wDaaNOzwq18JzSUDyoEb/YsrqMac3w==",
"bin": {
"marked": "bin/marked.js"
},

@ -88,7 +88,7 @@
"jquery-ui-dist": "^1.13.3",
"libphonenumber-js": "^1.12.17",
"lodash": "^4.17.21",
"marked": "^16.2.1",
"marked": "^16.3.0",
"moment": "^2.30.1",
"moment-timezone": "^0.6.0",
"p-limit": "^7.1.1",