From d7b3ee32a350a1c628cad7be8d429cbc5e72a44c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 21:31:49 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 424970f79..4cf68b5eb 100644 --- a/package.json +++ b/package.json @@ -58,12 +58,12 @@ "cross-spawn": "^7.0.3", "gaze": "^1.0.0", "get-stdin": "^4.0.1", - "glob": "^7.0.3", + "glob": "^9.0.0", "lodash": "^4.17.15", - "make-fetch-happen": "^10.0.4", + "make-fetch-happen": "^11.0.0", "meow": "^9.0.0", "nan": "^2.13.2", - "node-gyp": "^9.0.0", + "node-gyp": "^10.0.0", "sass-graph": "4.0.0", "stdout-stream": "^1.4.0", "true-case-path": "^2.2.1" @@ -73,7 +73,7 @@ "fs-extra": "^10.0.0", "mocha": "^9.0.1", "nyc": "^15.1.0", - "rimraf": "^3.0.2", + "rimraf": "^4.0.0", "unique-temp-dir": "^1.0.0" } }