diff --git a/package-lock.json b/package-lock.json index 7dc0829bb93..88404e6a071 100644 --- a/package-lock.json +++ b/package-lock.json @@ -61,7 +61,7 @@ "karma-webpack": "5.0.1", "location-bar": "3.0.1", "lodash": "4.17.21", - "marked": "12.0.0", + "marked": "15.0.1", "mini-css-extract-plugin": "2.7.6", "moment": "2.30.1", "moment-duration-format": "2.3.2", @@ -7697,9 +7697,9 @@ } }, "node_modules/marked": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-12.0.0.tgz", - "integrity": "sha512-Vkwtq9rLqXryZnWaQc86+FHLC6tr/fycMfYAhiOIXkrNmeGAyhSxjqu0Rs1i0bBqw5u0S7+lV9fdH2ZSVaoa0w==", + "version": "15.0.1", + "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.1.tgz", + "integrity": "sha512-VnnE19XO2Vb2oZeH8quAepfrb6Aaz4OoY8yZQACfuy/5KVJ0GxYC0Qxzz/iuc+g5UF7H0HJ+QROfvH26XeBdDA==", "dev": true, "bin": { "marked": "bin/marked.js" diff --git a/package.json b/package.json index 6e96eace12c..6f674a7ad75 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "karma-webpack": "5.0.1", "location-bar": "3.0.1", "lodash": "4.17.21", - "marked": "12.0.0", + "marked": "15.0.1", "mini-css-extract-plugin": "2.7.6", "moment": "2.30.1", "moment-duration-format": "2.3.2",