From aa275b7631b1dbbc193f58d13c3a69d661556829 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Micha=C5=82owski?= Date: Thu, 8 Aug 2024 10:00:49 +0200 Subject: [PATCH] feature(frontend): add entry in package json to fix eslint issue --- frontend/package.json | 5 +++++ 1 file changed, 5 insertions(+) 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" } }