Skip to content

Commit c0cad1a

Browse files
Update dependency @types/tar to v6.1.2 (#808)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e043d96 commit c0cad1a

2 files changed

Lines changed: 10 additions & 17 deletions

File tree

npm-distribution/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"tar": "^6.1.11"
2121
},
2222
"devDependencies": {
23-
"@types/tar": "6.1.1"
23+
"@types/tar": "6.1.2"
2424
},
2525
"private": false
2626
}

npm-distribution/yarn.lock

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,18 @@
22
# yarn lockfile v1
33

44

5-
"@types/minipass@*":
6-
version "3.1.2"
7-
resolved "https://registry.yarnpkg.com/@types/minipass/-/minipass-3.1.2.tgz#e2d7f9df0698aff421dcf145b4fc05b8183b9030"
8-
integrity sha512-foLGjgrJkUjLG/o2t2ymlZGEoBNBa/TfoUZ7oCTkOjP1T43UGBJspovJou/l3ZuHvye2ewR5cZNtp2zyWgILMA==
9-
dependencies:
10-
"@types/node" "*"
11-
125
"@types/node@*":
136
version "17.0.36"
147
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.36.tgz#c0d5f2fe76b47b63e0e0efc3d2049a9970d68794"
158
integrity sha512-V3orv+ggDsWVHP99K3JlwtH20R7J4IhI1Kksgc+64q5VxgfRkQG8Ws3MFm/FZOKDYGy9feGFlZ70/HpCNe9QaA==
169

17-
"@types/tar@6.1.1":
18-
version "6.1.1"
19-
resolved "https://registry.yarnpkg.com/@types/tar/-/tar-6.1.1.tgz#ab341ec1f149d7eb2a4f4ded56ff85f0d4fe7cb5"
20-
integrity sha512-8mto3YZfVpqB1CHMaYz1TUYIQfZFbh/QbEq5Hsn6D0ilCfqRVCdalmc89B7vi3jhl9UYIk+dWDABShNfOkv5HA==
10+
"@types/tar@6.1.2":
11+
version "6.1.2"
12+
resolved "https://registry.yarnpkg.com/@types/tar/-/tar-6.1.2.tgz#e60108a7d1b08cc91bf2faf1286cc08fdad48bbe"
13+
integrity sha512-bnX3RRm70/n1WMwmevdOAeDU4YP7f5JSubgnuU+yrO+xQQjwDboJj3u2NTJI5ngCQhXihqVVAH5h5J8YpdpEvg==
2114
dependencies:
22-
"@types/minipass" "*"
2315
"@types/node" "*"
16+
minipass "^3.3.5"
2417

2518
chownr@^2.0.0:
2619
version "2.0.0"
@@ -34,10 +27,10 @@ fs-minipass@^2.0.0:
3427
dependencies:
3528
minipass "^3.0.0"
3629

37-
minipass@^3.0.0:
38-
version "3.1.6"
39-
resolved "https://registry.yarnpkg.com/minipass/-/minipass-3.1.6.tgz#3b8150aa688a711a1521af5e8779c1d3bb4f45ee"
40-
integrity sha512-rty5kpw9/z8SX9dmxblFA6edItUmwJgMeYDZRrwlIVN27i8gysGbznJwUggw2V/FVqFSDdWy040ZPS811DYAqQ==
30+
minipass@^3.0.0, minipass@^3.3.5:
31+
version "3.3.5"
32+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-3.3.5.tgz#6da7e53a48db8a856eeb9153d85b230a2119e819"
33+
integrity sha512-rQ/p+KfKBkeNwo04U15i+hOwoVBVmekmm/HcfTkTN2t9pbQKCMm4eN5gFeqgrrSp/kH/7BYYhTIHOxGqzbBPaA==
4134
dependencies:
4235
yallist "^4.0.0"
4336

0 commit comments

Comments
 (0)