diff --git a/package-lock.json b/package-lock.json index 80bc1f5d..93c4ac49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "^9.2.0", "dompurify": "^3.4.11", - "marked": "^17.0.0", + "marked": "^17.0.6", "p-limit": "^7.2.0", "vue": "^3.5.42", "vue-click-outside": "^1.1.0", @@ -12179,9 +12179,9 @@ } }, "node_modules/marked": { - "version": "17.0.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-17.0.0.tgz", - "integrity": "sha512-KkDYEWEEiYJw/KC+DVm1zzlpMQSMIu6YRltkcCvwheCp8HWPXCk9JwOmHJKBlGfzcpzcIt6x3sMnTsRm/51oDg==", + "version": "17.0.6", + "resolved": "https://registry.npmjs.org/marked/-/marked-17.0.6.tgz", + "integrity": "sha512-gB0gkNafnonOw0obSTEGZTT86IuhILt2Wfx0mWH/1Au83kybTayroZ/V6nS25mN7u8ASy+5fMhgB3XPNrOZdmA==", "license": "MIT", "bin": { "marked": "bin/marked.js" diff --git a/package.json b/package.json index 28e0948c..fb6d882d 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "^9.2.0", "dompurify": "^3.4.11", - "marked": "^17.0.0", + "marked": "^17.0.6", "p-limit": "^7.2.0", "vue": "^3.5.42", "vue-click-outside": "^1.1.0",