From f2a9e5e39a4ba418b78d6f9df889292b4ee0f0f0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Feb 2026 15:47:19 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index a95e2be..e53fa23 100644 --- a/package.json +++ b/package.json @@ -10,11 +10,11 @@ "license": "", "devDependencies": { "grunt": "~0.4.5", - "grunt-contrib-less": "^0.11.0", - "grunt-contrib-watch": "~0.6.1" + "grunt-contrib-less": "^2.0.0", + "grunt-contrib-watch": "~0.6.0" }, "dependencies": { - "grunt-contrib-less": "^0.11.0", - "grunt-contrib-watch": "^0.4.4" + "grunt-contrib-less": "^2.0.0", + "grunt-contrib-watch": "^0.6.0" } }