diff --git a/package-lock.json b/package-lock.json index 307794f..f1a1799 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "fullcalendar": "^6.1.15", "ical.js": "^1.5.0", "instantsearch.js": "^4.75.5", - "marked": "^15.0.2", + "marked": "^15.0.3", "tippy.js": "^6.3.7" }, "devDependencies": { @@ -582,9 +582,10 @@ "dev": true }, "node_modules/marked": { - "version": "15.0.2", - "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.2.tgz", - "integrity": "sha512-85RUkoYKIVB21PbMKrnD6aCl9ws+XKEyhJNMbLn206NyD3jbBo7Ec7Wi4Jrsn4dV1a2ng7K/jfkmIN0DNoS41w==", + "version": "15.0.3", + "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.3.tgz", + "integrity": "sha512-Ai0cepvl2NHnTcO9jYDtcOEtVBNVYR31XnEA3BndO7f5As1wzpcOceSUM8FDkNLJNIODcLpDTWay/qQhqbuMvg==", + "license": "MIT", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index 6e96927..62181e2 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "fullcalendar": "^6.1.15", "ical.js": "^1.5.0", "instantsearch.js": "^4.75.5", - "marked": "^15.0.2", + "marked": "^15.0.3", "tippy.js": "^6.3.7" }, "devDependencies": {