From 3f471ae693f3399c235cfa5b1099e00b9c2f7e73 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 1 Dec 2021 12:36:04 +0000 Subject: [PATCH] Update dependency @types/tar to v6.1.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index bacc94482..61fd20213 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@types/rmfr": "2.0.1", "@types/semver": "7.1.0", "@types/tail": "2.0.0", - "@types/tar": "6.1.0", + "@types/tar": "6.1.1", "@types/type-is": "1.6.3", "@types/uuid": "7.0.0", "@types/ws": "7.4.4", diff --git a/yarn.lock b/yarn.lock index a57cfa10b..f1cac2a3b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1146,10 +1146,10 @@ resolved "https://registry.npmjs.org/@types/tail/-/tail-2.0.0.tgz#d1d035cd0caa5a2ed4a5b805acc6596fc6a233a2" integrity sha512-TYTfnILhrZUAZKGNgot5+sBDap7oPIzV3818p7g4VhKGc81+/eoEZ93wKBTGnSg/tpDjzWSb8Wx5E737FCH/Sw== -"@types/tar@6.1.0": - version "6.1.0" - resolved "https://registry.npmjs.org/@types/tar/-/tar-6.1.0.tgz#a73202f706c592242a62e8e5970b2694662f1d8d" - integrity sha512-uTZKMW7ZkdTJXX4+Bsp0ko9N7B5/NJ5wJRW14XTb6KNN+9i2NPel6iPKp8rTQahMW46BM9tM52dTeMSldB55og== +"@types/tar@6.1.1": + version "6.1.1" + resolved "https://registry.npmjs.org/@types/tar/-/tar-6.1.1.tgz#ab341ec1f149d7eb2a4f4ded56ff85f0d4fe7cb5" + integrity sha512-8mto3YZfVpqB1CHMaYz1TUYIQfZFbh/QbEq5Hsn6D0ilCfqRVCdalmc89B7vi3jhl9UYIk+dWDABShNfOkv5HA== dependencies: "@types/minipass" "*" "@types/node" "*"