diff --git a/package-lock.json b/package-lock.json index 2c32635..307794f 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.1", + "marked": "^15.0.2", "tippy.js": "^6.3.7" }, "devDependencies": { @@ -582,9 +582,9 @@ "dev": true }, "node_modules/marked": { - "version": "15.0.1", - "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.1.tgz", - "integrity": "sha512-VnnE19XO2Vb2oZeH8quAepfrb6Aaz4OoY8yZQACfuy/5KVJ0GxYC0Qxzz/iuc+g5UF7H0HJ+QROfvH26XeBdDA==", + "version": "15.0.2", + "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.2.tgz", + "integrity": "sha512-85RUkoYKIVB21PbMKrnD6aCl9ws+XKEyhJNMbLn206NyD3jbBo7Ec7Wi4Jrsn4dV1a2ng7K/jfkmIN0DNoS41w==", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index 2a7bf71..6e96927 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.1", + "marked": "^15.0.2", "tippy.js": "^6.3.7" }, "devDependencies": {