From 06ea9f42117af9c98065bf6ac757514f05e39eae Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jun 2024 05:17:33 +0000 Subject: [PATCH] fix: package.json & package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574 --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 58311d0..e6cec1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "redis": "^4.6.14", "tiktoken": "^1.0.15", "tsconfig-paths": "^4.2.0", - "ws": "^8.17.0" + "ws": "^8.17.1" }, "devDependencies": { "@types/cors": "^2.8.17", @@ -4076,9 +4076,10 @@ "dev": true }, "node_modules/ws": { - "version": "8.17.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.0.tgz", - "integrity": "sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==", + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz", + "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==", + "license": "MIT", "engines": { "node": ">=10.0.0" }, diff --git a/package.json b/package.json index c9f9d56..18d2b4a 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "redis": "^4.6.14", "tiktoken": "^1.0.15", "tsconfig-paths": "^4.2.0", - "ws": "^8.17.0" + "ws": "^8.17.1" }, "devDependencies": { "@types/cors": "^2.8.17",