From e9cb1452f97a595a7fd872c9c97bfe919d0bc267 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Fri, 11 Feb 2022 14:12:52 -0500 Subject: [PATCH] chore: remove punycode dep --- install/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install/package.json b/install/package.json index d463b50a8d..be5905c816 100644 --- a/install/package.json +++ b/install/package.json @@ -109,7 +109,6 @@ "postcss": "8.4.6", "postcss-clean": "1.2.0", "prompt": "1.2.1", - "punycode": "2.1.1", "ioredis": "4.28.5", "request": "2.88.2", "request-promise-native": "1.0.9", @@ -185,4 +184,4 @@ "url": "https://github.com/barisusakli" } ] -} \ No newline at end of file +}