From 45b789288b6b0bfd660d8bd56e1eb8a87944e78b Mon Sep 17 00:00:00 2001 From: David Cui <53581635+davidcui1225@users.noreply.github.com> Date: Tue, 11 Jan 2022 12:49:43 -0800 Subject: [PATCH] Address Reporting CVEs (#267) * update vulnerable package versions Signed-off-by: David Cui * change ansi-regex to 5.0.1 to pass bootstrap Signed-off-by: David Cui --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 242b5c63..0f7719f7 100644 --- a/package.json +++ b/package.json @@ -74,6 +74,9 @@ "lodash": "^4.17.21", "path-parse": "^1.0.7", "glob-parent": "^5.1.2", - "css-what": "^5.0.1" + "css-what": "^5.0.1", + "ansi-regex": "5.0.1", + "json-schema": "0.4.0" + } }