From f1c34e1cf9cdab238f39069f437ab651a8d4297a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 07:33:39 +0000 Subject: [PATCH] Update dependency @types/tar to v6.1.13 (#1070) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- npm-distribution/package.json | 2 +- npm-distribution/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/npm-distribution/package.json b/npm-distribution/package.json index 2c9a3a3f36..f5992fb124 100644 --- a/npm-distribution/package.json +++ b/npm-distribution/package.json @@ -20,7 +20,7 @@ "tar": "^6.2.1" }, "devDependencies": { - "@types/tar": "6.1.12" + "@types/tar": "6.1.13" }, "private": false } diff --git a/npm-distribution/yarn.lock b/npm-distribution/yarn.lock index 9c00c43be3..aba642fe29 100644 --- a/npm-distribution/yarn.lock +++ b/npm-distribution/yarn.lock @@ -7,10 +7,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.36.tgz#c0d5f2fe76b47b63e0e0efc3d2049a9970d68794" integrity sha512-V3orv+ggDsWVHP99K3JlwtH20R7J4IhI1Kksgc+64q5VxgfRkQG8Ws3MFm/FZOKDYGy9feGFlZ70/HpCNe9QaA== -"@types/tar@6.1.12": - version "6.1.12" - resolved "https://registry.yarnpkg.com/@types/tar/-/tar-6.1.12.tgz#5cf74254687180e617156e0f22f9b2c7a5cd60a1" - integrity sha512-FwbJPi9YuovB6ilnHrz8Y4pb0Fh6N7guFkbnlCl39ua893Qi5gkXui7LSDpTQMJCmA4z5f6SeSrTPQEWLdtFVw== +"@types/tar@6.1.13": + version "6.1.13" + resolved "https://registry.yarnpkg.com/@types/tar/-/tar-6.1.13.tgz#9b5801c02175344101b4b91086ab2bbc8e93a9b6" + integrity sha512-IznnlmU5f4WcGTh2ltRu/Ijpmk8wiWXfF0VA4s+HPjHZgvFggk1YaIkbo5krX/zUCzWF8N/l4+W/LNxnvAJ8nw== dependencies: "@types/node" "*" minipass "^4.0.0"