diff --git a/package.json b/package.json index 48bf17e..130d477 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@types/adm-zip": "^0.5.0", "@types/jest": "^28.1.6", "@types/lodash": "^4.14.184", - "@types/minimatch": "^3.0.5", + "@types/minimatch": "^5.1.2", "@types/node": "^18.7.13", "@typescript-eslint/parser": "^5.33.0", "@vercel/ncc": "^0.34.0", diff --git a/yarn.lock b/yarn.lock index d6d038a..76528f9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1039,10 +1039,10 @@ resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.184.tgz#23f96cd2a21a28e106dc24d825d4aa966de7a9fe" integrity sha512-RoZphVtHbxPZizt4IcILciSWiC6dcn+eZ8oX9IWEYfDMcocdd42f7NPI6fQj+6zI8y4E0L7gu2pcZKLGTRaV9Q== -"@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/node@*", "@types/node@^18.7.13": version "18.7.13"