From ae2159ba30b1ca670dd1e1861d5ce03c47519523 Mon Sep 17 00:00:00 2001 From: Gustavo Antunes <17601467+gantunesr@users.noreply.github.com> Date: Thu, 8 Dec 2022 10:28:15 -0300 Subject: [PATCH] Add tar-stream module --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index cc44bc4a586..7214d48ec3a 100644 --- a/package.json +++ b/package.json @@ -293,6 +293,7 @@ "socket.io-client": "^4.5.3", "stream-browserify": "1.0.0", "swappable-obj-proxy": "^1.1.0", + "tar-stream": "^2.2.0", "through2": "3.0.1", "unicode-confusables": "^0.1.1", "url": "0.11.0",