From c12da735c0eb05ca1d25af39afee59c272fea1c8 Mon Sep 17 00:00:00 2001 From: Amiram Wingarten Date: Fri, 1 May 2020 15:44:19 +0300 Subject: [PATCH] [performance] make sure decompress is set to 4.2.0 decompress 4.2.1 will cause a huge performance degradation in plugins deployment See: https://github.com/kevva/decompress/issues/77 Signed-off-by: Amiram Wingarten --- packages/plugin-ext/package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/plugin-ext/package.json b/packages/plugin-ext/package.json index 8fb50e7b9aa5f..8997d377fbc1b 100644 --- a/packages/plugin-ext/package.json +++ b/packages/plugin-ext/package.json @@ -28,7 +28,7 @@ "@types/mime": "^2.0.1", "@types/serve-static": "^1.13.3", "connect": "^3.7.0", - "decompress": "^4.2.0", + "decompress": "4.2.0", "escape-html": "^1.0.3", "filenamify": "^4.1.0", "jsonc-parser": "^2.0.2", diff --git a/yarn.lock b/yarn.lock index 580ce6c019839..6aaff4553e1a4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4600,7 +4600,7 @@ decompress-unzip@^4.0.1: pify "^2.3.0" yauzl "^2.4.2" -decompress@^4.2.0: +decompress@4.2.0: version "4.2.0" resolved "https://registry.yarnpkg.com/decompress/-/decompress-4.2.0.tgz#7aedd85427e5a92dacfe55674a7c505e96d01f9d" integrity sha1-eu3YVCflqS2s/lVnSnxQXpbQH50=