From d2e97650fb246c71f9f4e892b8701bcfdcdf36a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 03:48:48 +0000 Subject: [PATCH] chore(deps): update dependency @types/minimatch to v5 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7138254..b0fb80a 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@1stg/tsconfig": "^2.3.2", "@changesets/changelog-github": "^0.4.8", "@changesets/cli": "^2.26.2", - "@types/minimatch": "^3.0.5", + "@types/minimatch": "^5.1.2", "@types/node": "^16.18.66", "clean-publish": "^2.2.0", "ts-node": "^10.9.1", diff --git a/yarn.lock b/yarn.lock index e5ef388..1902aad 100644 --- a/yarn.lock +++ b/yarn.lock @@ -397,10 +397,10 @@ dependencies: ci-info "^3.1.0" -"@types/minimatch@^3.0.5": - version "3.0.5" - resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.5.tgz#1001cc5e6a3704b83c236027e77f2f58ea010f40" - integrity sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ== +"@types/minimatch@^5.1.2": + version "5.1.2" + resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca" + integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA== "@types/minimist@^1.2.0": version "1.2.2"