diff --git a/package.json b/package.json index d8b3807..f3fac1c 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "pkg": "^5.8.1", "@types/dotenv": "^8.2.0", "@types/debug": "^4.1.8", - "@types/tar-stream": "^2.1.0", + "@types/tar-stream": "^3.1.3", "@types/yargs": "^17.0.24", "node-loader": "^0.6.0", "standard": "^17.1.0", diff --git a/yarn.lock b/yarn.lock index 8eca32f..66f7954 100644 --- a/yarn.lock +++ b/yarn.lock @@ -254,10 +254,10 @@ resolved "https://registry.yarnpkg.com/@types/strip-json-comments/-/strip-json-comments-0.0.30.tgz#9aa30c04db212a9a0649d6ae6fd50accc40748a1" integrity sha512-7NQmHra/JILCd1QqpSzl8+mJRc8ZHz3uDm8YV1Ks9IhK0epEiTw8aIErbvH9PI+6XbqhyIQy3462nEsn7UVzjQ== -"@types/tar-stream@^2.1.0": - version "2.2.2" - resolved "https://registry.yarnpkg.com/@types/tar-stream/-/tar-stream-2.2.2.tgz#be9d0be9404166e4b114151f93e8442e6ab6fb1d" - integrity sha512-1AX+Yt3icFuU6kxwmPakaiGrJUwG44MpuiqPg4dSolRFk6jmvs4b3IbUol9wKDLIgU76gevn3EwE8y/DkSJCZQ== +"@types/tar-stream@^3.1.3": + version "3.1.3" + resolved "https://registry.yarnpkg.com/@types/tar-stream/-/tar-stream-3.1.3.tgz#f61427229691eda1b7d5719f34acdc4fc8a558ce" + integrity sha512-Zbnx4wpkWBMBSu5CytMbrT5ZpMiF55qgM+EpHzR4yIDu7mv52cej8hTkOc6K+LzpkOAbxwn/m7j3iO+/l42YkQ== dependencies: "@types/node" "*"