diff --git a/package-lock.json b/package-lock.json index 2de1ed5412..62411c99e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "jquery-ui-dist": "^1.13.0", "jstimezonedetect": "^1.0.7", "lodash": "^4.17.21", - "marked": "^4.2.3", + "marked": "^11.1.1", "moment": "^2.29.1", "moment-timezone": "^0.5.39", "nextcloud-vue-collections": "^0.9.0", @@ -18215,14 +18215,14 @@ } }, "node_modules/marked": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.2.3.tgz", - "integrity": "sha512-slWRdJkbTZ+PjkyJnE30Uid64eHwbwa1Q25INCAYfZlK4o6ylagBy/Le9eWntqJFoFT93ikUKMv47GZ4gTwHkw==", + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/marked/-/marked-11.1.1.tgz", + "integrity": "sha512-EgxRjgK9axsQuUa/oKMx5DEY8oXpKJfk61rT5iY3aRlgU6QJtUcxU5OAymdhCvWvhYcd9FKmO5eQoX8m9VGJXg==", "bin": { "marked": "bin/marked.js" }, "engines": { - "node": ">= 12" + "node": ">= 18" } }, "node_modules/material-colors": { @@ -38736,9 +38736,9 @@ } }, "marked": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.2.3.tgz", - "integrity": "sha512-slWRdJkbTZ+PjkyJnE30Uid64eHwbwa1Q25INCAYfZlK4o6ylagBy/Le9eWntqJFoFT93ikUKMv47GZ4gTwHkw==" + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/marked/-/marked-11.1.1.tgz", + "integrity": "sha512-EgxRjgK9axsQuUa/oKMx5DEY8oXpKJfk61rT5iY3aRlgU6QJtUcxU5OAymdhCvWvhYcd9FKmO5eQoX8m9VGJXg==" }, "material-colors": { "version": "1.2.6", diff --git a/package.json b/package.json index f0d24eb0dc..8dd4aca6c9 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "jquery-ui-dist": "^1.13.0", "jstimezonedetect": "^1.0.7", "lodash": "^4.17.21", - "marked": "^4.2.3", + "marked": "^11.1.1", "moment": "^2.29.1", "moment-timezone": "^0.5.39", "nextcloud-vue-collections": "^0.9.0",