From b96e4c530a479c150c65a835bd68c3290444c84c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Sep 2024 06:15:53 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BODYPARSER-7926860 - https://snyk.io/vuln/SNYK-JS-SEND-7926862 - https://snyk.io/vuln/SNYK-JS-SERVESTATIC-7926865 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index b2ccee5..2caa8a7 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "gulp-jshint": "^1.6.1", "jshint-stylish": "^0.2.0", "gulp-karma": "0.0.4", - "karma": "^0.12.16", + "karma": "^0.13.0", "karma-jasmine": "~0.2.0", "karma-phantomjs-launcher": "^0.1.4", "karma-spec-reporter": "0.0.13"