Skip to content
This repository was archived by the owner on Jun 7, 2022. It is now read-only.

Commit 278a2dd

Browse files
Update dependency @types/tar to v6 (#476)
Co-authored-by: Renovate Bot <[email protected]>
1 parent de262a1 commit 278a2dd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@types/rmfr": "2.0.1",
3838
"@types/semver": "7.1.0",
3939
"@types/tail": "2.0.0",
40-
"@types/tar": "4.0.5",
40+
"@types/tar": "6.1.0",
4141
"@types/type-is": "1.6.3",
4242
"@types/uuid": "7.0.0",
4343
"@types/ws": "7.4.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1146,10 +1146,10 @@
11461146
resolved "https://registry.npmjs.org/@types/tail/-/tail-2.0.0.tgz#d1d035cd0caa5a2ed4a5b805acc6596fc6a233a2"
11471147
integrity sha512-TYTfnILhrZUAZKGNgot5+sBDap7oPIzV3818p7g4VhKGc81+/eoEZ93wKBTGnSg/tpDjzWSb8Wx5E737FCH/Sw==
11481148

1149-
"@types/tar@4.0.5":
1150-
version "4.0.5"
1151-
resolved "https://registry.npmjs.org/@types/tar/-/tar-4.0.5.tgz#5f953f183e36a15c6ce3f336568f6051b7b183f3"
1152-
integrity sha512-cgwPhNEabHaZcYIy5xeMtux2EmYBitfqEceBUi2t5+ETy4dW6kswt6WX4+HqLeiiKOo42EXbGiDmVJ2x+vi37Q==
1149+
"@types/tar@6.1.0":
1150+
version "6.1.0"
1151+
resolved "https://registry.npmjs.org/@types/tar/-/tar-6.1.0.tgz#a73202f706c592242a62e8e5970b2694662f1d8d"
1152+
integrity sha512-uTZKMW7ZkdTJXX4+Bsp0ko9N7B5/NJ5wJRW14XTb6KNN+9i2NPel6iPKp8rTQahMW46BM9tM52dTeMSldB55og==
11531153
dependencies:
11541154
"@types/minipass" "*"
11551155
"@types/node" "*"

0 commit comments

Comments
 (0)