From 176d00b935770023875f5641a6ec5ad2bab9e905 Mon Sep 17 00:00:00 2001 From: Andrei Rusu Date: Thu, 21 Mar 2024 15:08:53 +0100 Subject: [PATCH] updated dependencies --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 93c766e..a07556c 100644 --- a/package.json +++ b/package.json @@ -18,9 +18,8 @@ "license": "MIT", "dependencies": { "@builder.io/partytown": "^0.8.0", - "ejs": "^3.1.9", "isomorphic-fetch": "^3.0.0", - "marked": "^4.3.0", + "marked": "^12.0.1", "prismjs": "^1.29.0", "swiper": "^10.0.3" }, @@ -31,6 +30,6 @@ "eslint": "^8.32.0", "html-minifier": "^4.0.0", "nightwatch-examples": "nightwatchjs-community/nightwatch-examples", - "postdoc": "0.3.0-preview3" + "postdoc": "0.3.0-preview4" } }