From 6714f738571ee885e64dc3bcd416dd87c993bab2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 Jan 2025 22:13:19 +0000 Subject: [PATCH] fix: upgrade glob from 7.1.2 to 7.2.3 Snyk has created this PR to upgrade glob from 7.1.2 to 7.2.3. See this package in yarn: glob See this project in Snyk: https://app.snyk.io/org/mohsen1/project/50bd1652-6668-48c3-bee2-bfada5b21ef2?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 55994ac..3f4b128 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "chalk": "^2.4.1", "commander": "^2.15.1", "detect-indent": "^5.0.0", - "glob": "^7.1.2", + "glob": "^7.2.3", "lodash": "^4.17.10", "prettier": "^1.12.1", "typescript": "2.8.3" diff --git a/yarn.lock b/yarn.lock index fcb2ae6..6e62703 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1327,6 +1327,18 @@ glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2: once "^1.3.0" path-is-absolute "^1.0.0" +glob@^7.2.3: + version "7.2.3" + resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b" + integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q== + dependencies: + fs.realpath "^1.0.0" + inflight "^1.0.4" + inherits "2" + minimatch "^3.1.1" + once "^1.3.0" + path-is-absolute "^1.0.0" + globals@^9.18.0: version "9.18.0" resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a" @@ -2473,6 +2485,13 @@ minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4: dependencies: brace-expansion "^1.1.7" +minimatch@^3.1.1: + 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@0.0.8: version "0.0.8" resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"