From cd32710a5ef2d58286e692d1ae13cbbb07b0a3ee Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 4 Aug 2026 22:30:32 +0000 Subject: [PATCH] fix: shell/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-18512280 --- shell/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/package.json b/shell/package.json index f54eb251b5..e544528927 100644 --- a/shell/package.json +++ b/shell/package.json @@ -105,7 +105,7 @@ "neostandard": "0.13.0", "node-polyfill-webpack-plugin": "3.0.0", "nodemon": "2.0.22", - "nyc": "17.1.0", + "nyc": "18.0.0", "papaparse": "5.3.0", "portal-vue": "~3.0.0", "sass": "1.97.3",