From 1df042572f13947b0ac3673a0958a814313d47ac Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Jan 2026 10:52:10 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 - https://snyk.io/vuln/npm:debug:20170905 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 75a4ac1..a4878a4 100644 --- a/package.json +++ b/package.json @@ -15,9 +15,9 @@ "gulp-jshint": "^1.6.1", "jshint-stylish": "^0.2.0", "gulp-karma": "0.0.4", - "karma": "^5.0.0", + "karma": "^6.0.0", "karma-jasmine": "~0.2.0", - "karma-phantomjs-launcher": "^0.1.4", + "karma-phantomjs-launcher": "^1.0.4", "karma-spec-reporter": "0.0.13" }, "main": "src/echo.js"