From 8aafd7d2719da281bbd28a719ab3f4fc0e84cbd7 Mon Sep 17 00:00:00 2001 From: Charlotte Weaver Date: Thu, 12 Jul 2018 13:05:27 -0700 Subject: [PATCH] fix eslint-scope vulnerability --- client/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/package.json b/client/package.json index 712021ed..6e99445b 100644 --- a/client/package.json +++ b/client/package.json @@ -23,6 +23,9 @@ "sourceMap": false, "instrument": false }, + "resolutions": { + "eslint-scope": "3.7.1" + }, "dependencies": { "canvas-fit": "^1.5.0", "d3": "^4.10.0",