From fb1dc23fa97bd863c1c4da31f110363080f7d05c Mon Sep 17 00:00:00 2001 From: Kim Gardner Date: Mon, 27 Nov 2017 16:28:46 +0000 Subject: [PATCH 1/2] Version 3.8.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 196effd71..63a1b7119 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "3.8.0", + "version": "3.8.1", "description": "A better commenting experience from Mozilla, The New York Times, and the Washington Post. https://coralproject.net", "main": "app.js", "private": true, From 417a7a3c369e76683781b43f304352307a07b49f Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Tue, 28 Nov 2017 09:16:33 -0700 Subject: [PATCH 2/2] added excemption as no fix available as of yet --- .nsprc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.nsprc b/.nsprc index 071431eff..583560bdd 100644 --- a/.nsprc +++ b/.nsprc @@ -1,5 +1,6 @@ { "exceptions": [ - "https://nodesecurity.io/advisories/531" + "https://nodesecurity.io/advisories/531", + "https://nodesecurity.io/advisories/532" ] -} \ No newline at end of file +}