From a79e9b4fd61247bb9960748b62d366466ac94440 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 2 Aug 2018 16:22:07 +0100 Subject: [PATCH] Unpin sanitize-html 1.18.4 is now out which makes it work with webpack again --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5506fe8574..7414938da0 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "prop-types": "^15.5.10", "react": "^15.6.0", "react-dom": "^15.6.0", - "sanitize-html": "1.18.2", + "sanitize-html": "^1.18.4", "ua-parser-js": "^0.7.10", "url": "^0.11.0" },