From 612f039cc6d08b8c1de18ac80e892b6dac81e98d Mon Sep 17 00:00:00 2001 From: Owen Hart Date: Mon, 7 Feb 2022 11:30:33 -0800 Subject: [PATCH] Bump minimatch from 3.0.4 to 3.0.5 --- packages/import-sort-config/package.json | 4 ++-- yarn.lock | 14 +++++++++++++- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/packages/import-sort-config/package.json b/packages/import-sort-config/package.json index 420f61f..01969ef 100644 --- a/packages/import-sort-config/package.json +++ b/packages/import-sort-config/package.json @@ -20,7 +20,7 @@ ], "devDependencies": { "@types/chai": "^4.1.4", - "@types/minimatch": "^3.0.3", + "@types/minimatch": "^3.0.5", "@types/mocha": "^5.2.3", "@types/node": "^10.3.5", "@types/resolve-from": "^4.0.0", @@ -43,7 +43,7 @@ "dependencies": { "cosmiconfig": "^5.0.5", "find-root": "^1.0.0", - "minimatch": "^3.0.4", + "minimatch": "^3.0.5", "resolve-from": "^4.0.0" } } diff --git a/yarn.lock b/yarn.lock index ef63aa2..ec1fb8c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -859,11 +859,16 @@ resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.120.tgz#cf265d06f6c7a710db087ed07523ab8c1a24047b" integrity sha512-jQ21kQ120mo+IrDs1nFNVm/AsdFxIx2+vZ347DbogHJPd/JzKNMOqU6HCYin1W6v8l5R9XSO2/e9cxmn7HAnVw== -"@types/minimatch@*", "@types/minimatch@^3.0.3": +"@types/minimatch@*": version "3.0.3" resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d" integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA== +"@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/mkdirp@^0.5.2": version "0.5.2" resolved "https://registry.yarnpkg.com/@types/mkdirp/-/mkdirp-0.5.2.tgz#503aacfe5cc2703d5484326b1b27efa67a339c1f" @@ -4038,6 +4043,13 @@ minimatch@3.0.4, minimatch@^3.0.0, minimatch@^3.0.4: dependencies: brace-expansion "^1.1.7" +minimatch@^3.0.5: + version "3.0.5" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.5.tgz#4da8f1290ee0f0f8e83d60ca69f8f134068604a3" + integrity sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw== + dependencies: + brace-expansion "^1.1.7" + minimist-options@^3.0.1: version "3.0.2" resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-3.0.2.tgz#fba4c8191339e13ecf4d61beb03f070103f3d954"