diff --git a/package-lock.json b/package-lock.json index 3be20f0f..e29cda63 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "element-ui": "^2.15.6", "lodash.groupby": "^4.6.0", "lodash.sortby": "^4.7.0", - "marked": "^4.0.6", + "marked": "^4.0.7", "material-design-icons-iconfont": "^6.1.1", "moment": "^2.29.1", "vue": "^2.6.14", @@ -10460,9 +10460,9 @@ "peer": true }, "node_modules/marked": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.6.tgz", - "integrity": "sha512-+H0bTf8DM8zLuFBUm/2VklxaCrwlBFgoJzHJcMZCnZ9cPgsllHwKpL6TPLdDeA38yPluMuVKOL1hO5w6HmG5Mg==", + "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" }, @@ -25857,9 +25857,9 @@ "integrity": "sha512-TAIHTHPwa9+ltKvKPWulm/beozQU41Ab+FIefRaQV1NRnpzwcV9QOe6wXQS5WLivm5Q/nlo0rl6laGkMDZE7Gw==" }, "marked": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.6.tgz", - "integrity": "sha512-+H0bTf8DM8zLuFBUm/2VklxaCrwlBFgoJzHJcMZCnZ9cPgsllHwKpL6TPLdDeA38yPluMuVKOL1hO5w6HmG5Mg==" + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.7.tgz", + "integrity": "sha512-mQrRvV2vRk7DHZsWsYJfAjmBo+lSYPhTJPThaaGpkEfmC+4oefeug2txZniQTieDS0CFpokfVhd7JuS5GtnHhA==" }, "material-design-icons-iconfont": { "version": "6.1.1", diff --git a/package.json b/package.json index 14400651..fcc277b8 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "element-ui": "^2.15.6", "lodash.groupby": "^4.6.0", "lodash.sortby": "^4.7.0", - "marked": "^4.0.6", + "marked": "^4.0.7", "material-design-icons-iconfont": "^6.1.1", "moment": "^2.29.1", "vue": "^2.6.14",