From 5f0a4686ebd1facf897be44a9eb462c352620c60 Mon Sep 17 00:00:00 2001 From: Alan Ayoub Date: Sat, 23 Jan 2021 04:22:00 -0800 Subject: [PATCH] Update package.json glob-parent was flagged as of this morning with high severity security risk. The recommendation is to downgrade to 3.0.0, 2.0.0, or 1.0.0. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9ebbb403..74e89ddd 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "dependencies": { "anymatch": "~3.1.1", "braces": "~3.0.2", - "glob-parent": "~5.1.0", + "glob-parent": "~3.0.0", "is-binary-path": "~2.1.0", "is-glob": "~4.0.1", "normalize-path": "~3.0.0",