From 057a6518d50cc62948a6e46e4658497a06c1dcd4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 6 Feb 2025 14:13:05 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cf980986..484aae46 100644 --- a/package.json +++ b/package.json @@ -16,12 +16,12 @@ "winston": "~3.12.0" }, "devDependencies": { - "jasmine": "^3.5.0", + "jasmine": "^5.0.0", "jshint": "^2.10.2", "nyc": "^15.0.0", "request": "^2.87.0", "request-promise-native": "^1.0.4", - "ws": "^8.4.0" + "ws": "^8.17.1" }, "engines": { "node": ">= 10.0"