From 102db16a0be48c3d550de90a85ddc59ce2f8bc2a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Feb 2023 06:17:47 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-1019388 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 - https://snyk.io/vuln/npm:minimatch:20160620 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 914e526e0a0d5..af94d8772f625 100644 --- a/package.json +++ b/package.json @@ -561,7 +561,7 @@ "memoize-one": "^6.0.0", "mime": "^2.4.4", "mime-types": "^2.1.27", - "minimatch": "3.0.0", + "minimatch": "3.0.5", "moment": "^2.29.4", "moment-duration-format": "^2.3.2", "moment-timezone": "^0.5.34",