From b5d5e2a2f1b3e115d8edb38421e4b0da56d97eb3 Mon Sep 17 00:00:00 2001 From: Christopher Olah Date: Tue, 14 Mar 2017 15:09:35 -0700 Subject: [PATCH] add new escape-html --- package.json | 1 + yarn.lock | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/package.json b/package.json index 6d9ac03..756e162 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,7 @@ "dependencies": { "commander": "^2.9.0", "d3-time-format": "^2.0.3", + "html-escape": "^2.0.0", "mustache": "^2.3.0" } } diff --git a/yarn.lock b/yarn.lock index a86e509..19c12fc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -632,6 +632,10 @@ html-encoding-sniffer@^1.0.1: dependencies: whatwg-encoding "^1.0.1" +html-escape@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/html-escape/-/html-escape-2.0.0.tgz#60c8ddd465edf0cae02af9e99fdf5f883b09be49" + http-signature@~1.1.0: version "1.1.1" resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.1.1.tgz#df72e267066cd0ac67fb76adf8e134a8fbcf91bf"