From 6113087454a0fe3e53b414e0ccebc508aee854a1 Mon Sep 17 00:00:00 2001 From: "Nathan St. Pierre" Date: Tue, 29 Jan 2019 01:01:14 +0000 Subject: [PATCH 1/2] fixing security vulnerabilities --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index 97e073e..cc90eb7 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,11 @@ "node": "7.2.0" }, "dependencies": { + "cryptiles": "^4.1.2", + "sshpk": "^1.13.2", + "lodash": "^4.17.5", + "hoek": "^4.2.1", + "tough-cookie": "2.3.3", "codemirror": "^5.29.0", "dateformat": "^2.0.0", "eslint": "^4.7.1", From 40febb8c36e8c809c6836c1e207b2c28e6d54927 Mon Sep 17 00:00:00 2001 From: "Nathan St. Pierre" Date: Thu, 14 Nov 2019 18:51:48 +0000 Subject: [PATCH 2/2] updating demo site --- example/_site/frist-p0st.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/_site/frist-p0st.html b/example/_site/frist-p0st.html index bc3298a..e6e958c 100644 --- a/example/_site/frist-p0st.html +++ b/example/_site/frist-p0st.html @@ -6,7 +6,7 @@

Frist P0st

- +

holy crap this is a post yall!

//So here is a fenced in block where I'm trying to test javascript syntax highlighting
 console.warn("yo this is crazy");