diff --git a/package.json b/package.json index e530d26..468b849 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,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.2", "@types/yargs": "^17.0.24", "node-loader": "^0.6.0", "standard": "^17.1.0", diff --git a/yarn.lock b/yarn.lock index aca9f5d..bb99589 100644 --- a/yarn.lock +++ b/yarn.lock @@ -253,10 +253,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.2": + version "3.1.2" + resolved "https://registry.yarnpkg.com/@types/tar-stream/-/tar-stream-3.1.2.tgz#11c11320b530cc14880aec46b6386cdf867815e7" + integrity sha512-qnIpUItVb5u8jl3kbrHofkM40ggO3YKSzc7TWqLYjDdwlrL7CiEAkDySaGfeUBLtC50RTfh2acdz51ItUbV7pQ== dependencies: "@types/node" "*"