From 62452df60b78c563fc34ffd4edefde05eb9efeb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 14:05:34 +0000 Subject: [PATCH] Bump @types/tar-stream from 2.2.2 to 3.1.1 Bumps [@types/tar-stream](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/tar-stream) from 2.2.2 to 3.1.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/tar-stream) --- updated-dependencies: - dependency-name: "@types/tar-stream" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e530d26..769875b 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.1", "@types/yargs": "^17.0.24", "node-loader": "^0.6.0", "standard": "^17.1.0", diff --git a/yarn.lock b/yarn.lock index aca9f5d..ef566b6 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.1": + version "3.1.1" + resolved "https://registry.yarnpkg.com/@types/tar-stream/-/tar-stream-3.1.1.tgz#a0d936ec27c732e5287a84055b849637ee609974" + integrity sha512-/1E+a09mAFQwhlEHqiS3LuNWIBiyrn0HqUWZk2IyGzodu9zkXbaT5vl94iGlZGnG2IONVFZd84SFhns3MhhAQQ== dependencies: "@types/node" "*"