summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiran Tal <liran.tal@gmail.com>2023-08-14 09:34:57 +0300
committerGitHub <noreply@github.com>2023-08-14 09:34:57 +0300
commit4bb3f469969f2577d2a788571b2bb17fd3665afe (patch)
tree3b1b820ccf01170a1f9723526365de16dbc4dcd3
parent49254eb0e1f73e9e6c0f0ec161e36185ed9b1bec (diff)
fix: upgrade glob from 7.2.0 to 7.2.3 (#268)v3.24.1
Snyk has created this PR to upgrade glob from 7.2.0 to 7.2.3. See this package in npm: See this project in Snyk: https://app.snyk.io/org/lirantal/project/f67650ab-646c-4345-90a4-62a090b90128?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io>
-rw-r--r--package.json2
-rw-r--r--yarn.lock17
2 files changed, 13 insertions, 6 deletions
diff --git a/package.json b/package.json
index 8b4b244..2aea12c 100644
--- a/package.json
+++ b/package.json
@@ -74,7 +74,7 @@
"command-line-usage": "^5.0.5",
"dockerode": "3.3.5",
"figures": "^2.0.0",
- "glob": "^7.2.0",
+ "glob": "^7.2.3",
"lockfile-lint": "^3.0.9",
"semver": "7.5.2"
},
diff --git a/yarn.lock b/yarn.lock
index 6d7849f..d448705 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -906,15 +906,15 @@ glob@^7.1.2:
once "^1.3.0"
path-is-absolute "^1.0.0"
-glob@^7.2.0:
- version "7.2.0"
- resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
- integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
+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.0.4"
+ minimatch "^3.1.1"
once "^1.3.0"
path-is-absolute "^1.0.0"
@@ -1293,6 +1293,13 @@ 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"