Compare commits

..

1 commit

Author SHA1 Message Date
RenovateBot bae55be1b8 Update dependency minimatch to v6
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2023-02-20 00:01:48 +00:00
2 changed files with 5 additions and 5 deletions

View file

@ -33,7 +33,7 @@
"emoji-regex": "^9.2.0",
"jest": "^27.4.5",
"jest-mock-extended": "^3.0.0",
"minimatch": "6.1.8",
"minimatch": "6.2.0",
"mysql": "^2.18.1",
"random-bunny": "^2.0.5",
"ts-jest": "^27.1.2",

View file

@ -2329,10 +2329,10 @@ mimic-response@^3.1.0:
resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-3.1.0.tgz#2d1d59af9c1b129815accc2c46a022a5ce1fa3c9"
integrity sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==
minimatch@6.1.8:
version "6.1.8"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-6.1.8.tgz#5a0ea694ca41342e14561bbec62802b59509f7e4"
integrity sha512-sTvS8Q4mIZiSnMo9192lZMxfeaGCslH5CC7B62hd9DlbifUVrc02ABTeRJINPosxKnvZlrmAaNSo8f4PZqDDdw==
minimatch@6.2.0:
version "6.2.0"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-6.2.0.tgz#2b70fd13294178c69c04dfc05aebdb97a4e79e42"
integrity sha512-sauLxniAmvnhhRjFwPNnJKaPFYyddAgbYdeUpHULtCT/GhzdCx/MDNy+Y40lBxTQUrMzDE8e0S43Z5uqfO0REg==
dependencies:
brace-expansion "^2.0.1"