diff --git a/frontend/package.json b/frontend/package.json index e38a0d517..c8f849756 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -117,5 +117,10 @@ "ignore": [ "**/*.spec.js" ] + }, + "resolutions": { + "strip-ansi": "6.0.1", + "string-width": "4.2.2", + "wrap-ansi": "7.0.0" } }