From 1eacc0d32bdd878063a8a0fcd0fb45103000399a Mon Sep 17 00:00:00 2001
From: igor <igor.markin@vereign.com>
Date: Thu, 17 Dec 2020 13:18:45 +0300
Subject: [PATCH] Add URL polyfill for support in Google Addon

---
 package.json | 4 +++-
 yarn.lock    | 5 +++++
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 96071af..69b751c 100644
--- a/package.json
+++ b/package.json
@@ -36,5 +36,7 @@
       "pre-commit": "lint-staged"
     }
   },
-  "dependencies": {}
+  "dependencies": {
+    "url-polyfill": "^1.1.12"
+  }
 }
diff --git a/yarn.lock b/yarn.lock
index 0d84728..1ab69fd 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -4865,6 +4865,11 @@ urix@^0.1.0:
   resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72"
   integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=
 
+url-polyfill@^1.1.12:
+  version "1.1.12"
+  resolved "https://registry.yarnpkg.com/url-polyfill/-/url-polyfill-1.1.12.tgz#6cdaa17f6b022841b3aec0bf8dbd87ac0cd33331"
+  integrity sha512-mYFmBHCapZjtcNHW0MDq9967t+z4Dmg5CJ0KqysK3+ZbyoNOWQHksGCTWwDhxGXllkWlOc10Xfko6v4a3ucM6A==
+
 use@^3.1.0:
   version "3.1.1"
   resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f"
-- 
GitLab