diff --git a/package-lock.json b/package-lock.json index af849079c2c30..9cd6e7693df1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "jquery-ui-dist": "^1.13.3", "libphonenumber-js": "^1.11.4", "lodash": "^4.17.21", - "marked": "^11.2.0", + "marked": "^14.1.2", "moment": "^2.30.1", "moment-timezone": "^0.5.45", "nextcloud-vue-collections": "^0.12.0", @@ -19275,9 +19275,9 @@ } }, "node_modules/marked": { - "version": "11.2.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-11.2.0.tgz", - "integrity": "sha512-HR0m3bvu0jAPYiIvLUUQtdg1g6D247//lvcekpHO1WMvbwDlwSkZAX9Lw4F4YHE1T0HaaNve0tuAWuV1UJ6vtw==", + "version": "14.1.2", + "resolved": "https://registry.npmjs.org/marked/-/marked-14.1.2.tgz", + "integrity": "sha512-f3r0yqpz31VXiDB/wj9GaOB0a2PRLQl6vJmXiFrniNwjkKdvakqJRULhjFKJpxOchlCRiG5fcacoUZY5Xa6PEQ==", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index 1a945f2d785f7..31f964d9c3f22 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "jquery-ui-dist": "^1.13.3", "libphonenumber-js": "^1.11.4", "lodash": "^4.17.21", - "marked": "^11.2.0", + "marked": "^14.1.2", "moment": "^2.30.1", "moment-timezone": "^0.5.45", "nextcloud-vue-collections": "^0.12.0",