From cf5be18aefa1194b9d7f6b86009301f72efacbe8 Mon Sep 17 00:00:00 2001 From: Paul Dejean Date: Sat, 24 Jun 2023 22:41:36 -0500 Subject: [PATCH] Fix npm audit. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f130b86..6017b0e 100644 --- a/package.json +++ b/package.json @@ -31,11 +31,11 @@ "dependencies": { "ansi-styles": "^3.2.1", "chalk": "^2.4.1", - "cross-spawn": "^6.0.5", + "cross-spawn": "^7.0.3", "memorystream": "^0.3.1", "minimatch": "^3.0.4", "pidtree": "^0.3.0", - "read-pkg": "^3.0.0", + "read-pkg": "^6.0.0", "shell-quote": "^1.6.1", "string.prototype.padend": "^3.0.0" },