diff --git a/package-lock.json b/package-lock.json index 0847629b76fc8..4abe91a960caf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "jquery-ui-dist": "^1.12.1", "jstimezonedetect": "^1.0.7", "lodash": "^4.17.21", - "marked": "^4.0.5", + "marked": "^4.0.7", "moment": "^2.29.1", "moment-timezone": "^0.5.34", "nextcloud-vue-collections": "^0.9.0", @@ -17409,9 +17409,9 @@ } }, "node_modules/marked": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.5.tgz", - "integrity": "sha512-eUToMA5d5lunnipkCN7zFD0RiunCF2Uo6bImEt/Qx8LZMW7oPXTw7R+f+M5V3eS7164HjEDPfW8/TrefuFhDfw==", + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.7.tgz", + "integrity": "sha512-mQrRvV2vRk7DHZsWsYJfAjmBo+lSYPhTJPThaaGpkEfmC+4oefeug2txZniQTieDS0CFpokfVhd7JuS5GtnHhA==", "bin": { "marked": "bin/marked.js" }, @@ -36372,9 +36372,9 @@ } }, "marked": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.5.tgz", - "integrity": "sha512-eUToMA5d5lunnipkCN7zFD0RiunCF2Uo6bImEt/Qx8LZMW7oPXTw7R+f+M5V3eS7164HjEDPfW8/TrefuFhDfw==" + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.7.tgz", + "integrity": "sha512-mQrRvV2vRk7DHZsWsYJfAjmBo+lSYPhTJPThaaGpkEfmC+4oefeug2txZniQTieDS0CFpokfVhd7JuS5GtnHhA==" }, "material-colors": { "version": "1.2.6", diff --git a/package.json b/package.json index e9426d974f2c7..f9fca1fac21c0 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "jquery-ui-dist": "^1.12.1", "jstimezonedetect": "^1.0.7", "lodash": "^4.17.21", - "marked": "^4.0.5", + "marked": "^4.0.7", "moment": "^2.29.1", "moment-timezone": "^0.5.34", "nextcloud-vue-collections": "^0.9.0",