From 27c25aabcf1645e675b5852607a22e229b2dd7c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 00:26:48 -0500 Subject: [PATCH] chore(dev-deps): bump @types/which from 3.0.3 to 3.0.4 (#881) Bumps [@types/which](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/which) from 3.0.3 to 3.0.4. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/which) --- updated-dependencies: - dependency-name: "@types/which" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3a3161e1..648fec27 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@types/semver": "^7.5.8", "@types/sinon": "^17", "@types/validate-npm-package-name": "^4.0.2", - "@types/which": "^3.0.3", + "@types/which": "^3.0.4", "chai": "^4.4.1", "commitlint": "^19", "eslint": "^8.56.0", diff --git a/yarn.lock b/yarn.lock index 1f0eaa2a..67930a67 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2495,10 +2495,10 @@ resolved "https://registry.npmjs.org/@types/validate-npm-package-name/-/validate-npm-package-name-4.0.2.tgz" integrity sha512-lrpDziQipxCEeK5kWxvljWYhUvOiB2A9izZd9B2AFarYAkqZshb4lPbRs7zKEic6eGtH8V/2qJW+dPp9OtF6bw== -"@types/which@^3.0.3": - version "3.0.3" - resolved "https://registry.yarnpkg.com/@types/which/-/which-3.0.3.tgz#41142ed5a4743128f1bc0b69c46890f0453ddb89" - integrity sha512-2C1+XoY0huExTbs8MQv1DuS5FS86+SEjdM9F/+GS61gg5Hqbtj8ZiDSx8MfWcyei907fIPbfPGCOrNUTnVHY1g== +"@types/which@^3.0.4": + version "3.0.4" + resolved "https://registry.yarnpkg.com/@types/which/-/which-3.0.4.tgz#2c3a89be70c56a84a6957a7264639f39ae4340a1" + integrity sha512-liyfuo/106JdlgSchJzXEQCVArk0CvevqPote8F8HgWgJ3dRCcTHgJIsLDuee0kxk/mhbInzIZk3QWSZJ8R+2w== "@types/wrap-ansi@^3.0.0": version "3.0.0"