From b981a92c11960441e7bd954a7159cea2fd44e64b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 7 Apr 2023 14:46:12 +0000 Subject: [PATCH] fix: upgrade minimatch from 3.0.4 to 3.1.2 Snyk has created this PR to upgrade minimatch from 3.0.4 to 3.1.2. See this package in npm: See this project in Snyk: https://app.snyk.io/org/segment-pro/project/6f188bdf-fe01-41ce-9ea8-1074daedf56e?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 609943d..7acbe4c 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "fs-extra": "^5.0.0", "globby": "^7.1.1", "meow": "^4.0.0", - "minimatch": "^3.0.4", + "minimatch": "^3.1.2", "ora": "^2.0.0", "p-limit": "^1.2.0", "recast": "^0.18.1" diff --git a/yarn.lock b/yarn.lock index cd30b21..fb97d0e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3009,6 +3009,13 @@ minimatch@^3.0.0, minimatch@^3.0.3, minimatch@^3.0.4: dependencies: brace-expansion "^1.1.7" +minimatch@^3.1.2: + version "3.1.2" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" + integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw== + 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"