From d58ca4f278fb488e4f63280057a2a36b0c7f4a5f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 3 Dec 2023 14:01:33 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4ae0eca6..f4a2f90f 100644 --- a/package.json +++ b/package.json @@ -122,8 +122,8 @@ "electron-storage": "^1.0.6", "fs-extra": "^2.0.0", "node-fetch": "^1.6.3", - "npm": "^4.4.0", - "rimraf": "^2.6.1", + "npm": "^7.21.0", + "rimraf": "^4.0.0", "selection-model": "^0.11.0", "shell-path": "^2.0.0", "universal-analytics": "^0.4.8",