From 11d2b89ed9111813f139427076104ed0b2a81474 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 15:36:07 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0eb589f..7a901a0 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "devDependencies": { "@types/angular": "^1.8.1", "fuse-box": "^4.0.0", - "node-sass": "^5.0.0", + "node-sass": "^7.0.2", "typescript": "^4.2.4" } }