diff --git a/package.json b/package.json index 2cc6cec..fd12a8a 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.182", - "@types/minimatch": "^3.0.5", + "@types/minimatch": "^5.1.0", "@types/node": "^18.6.5", "@typescript-eslint/parser": "^5.33.0", "@vercel/ncc": "^0.34.0", diff --git a/yarn.lock b/yarn.lock index f1349a3..4e2bb5a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1039,10 +1039,10 @@ resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.182.tgz#05301a4d5e62963227eaafe0ce04dd77c54ea5c2" integrity sha512-/THyiqyQAP9AfARo4pF+aCGcyiQ94tX/Is2I7HofNRqoYLgN1PBoOWu2/zTA5zMxzP5EFutMtWtGAFRKUe961Q== -"@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.0": + version "5.1.0" + resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-5.1.0.tgz#c3018161691376002f8a22ebb87f341e0dba3219" + integrity sha512-0RJHq5FqDWo17kdHe+SMDJLfxmLaqHbWnqZ6gNKzDvStUlrmx/eKIY17+ifLS1yybo7X86aUshQMlittDOVNnw== "@types/node@*", "@types/node@^18.6.5": version "18.6.5"