From f1b51848ecb7f56f77bfb823511d032489a13eab Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Tue, 25 May 2021 21:30:02 -0700 Subject: [PATCH] [Deps] update `path-parse` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3f28326..b7be5dc 100644 --- a/package.json +++ b/package.json @@ -68,6 +68,6 @@ }, "dependencies": { "is-core-module": "^2.4.0", - "path-parse": "^1.0.6" + "path-parse": "^1.0.7" } }