From ad0594ec51f21bec7f1c853cb1c75e6e3fd1142c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 08:39:15 +0000 Subject: [PATCH] Bump decompress in /multiple-erc20-to-erc20/contracts/deploy Bumps [decompress](https://github.com/kevva/decompress) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/kevva/decompress/releases) - [Commits](https://github.com/kevva/decompress/compare/v4.2.0...v4.2.1) Signed-off-by: dependabot[bot] --- multiple-erc20-to-erc20/contracts/deploy/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/multiple-erc20-to-erc20/contracts/deploy/package-lock.json b/multiple-erc20-to-erc20/contracts/deploy/package-lock.json index 7eda466..db0abbf 100644 --- a/multiple-erc20-to-erc20/contracts/deploy/package-lock.json +++ b/multiple-erc20-to-erc20/contracts/deploy/package-lock.json @@ -555,9 +555,9 @@ "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=" }, "decompress": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/decompress/-/decompress-4.2.0.tgz", - "integrity": "sha1-eu3YVCflqS2s/lVnSnxQXpbQH50=", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/decompress/-/decompress-4.2.1.tgz", + "integrity": "sha512-e48kc2IjU+2Zw8cTb6VZcJQ3lgVbS4uuB1TfCHbiZIP/haNXm+SVyhu+87jts5/3ROpd82GSVCoNs/z8l4ZOaQ==", "requires": { "decompress-tar": "^4.0.0", "decompress-tarbz2": "^4.0.0",