From aa4eba428d829ee6ba423d8b4c7fdd5bde7522bf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Oct 2021 15:24:14 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-1296835 - https://snyk.io/vuln/SNYK-JS-XMLHTTPREQUESTSSL-1082936 - https://snyk.io/vuln/SNYK-JS-XMLHTTPREQUESTSSL-1255647 --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ae010a5..2bc6921 100644 --- a/package.json +++ b/package.json @@ -1,19 +1,20 @@ { "name": "communibase-connector-js", "description": "communibase-connector-js --- a Node.js connector for the Communibase service", - "version": "2.0.5", + "version": "2.0.3", "dependencies": { "@types/async": "^2.0.49", "@types/bluebird": "^3.5.20", "@types/lru-cache": "^4.1.0", - "@types/node": "^12.20.7", + "@types/node": "^12.12.28", "@types/socket.io-client": "^1.4.32", "async": "^2.5.0", "axios": "^0.19.2", "bluebird": "^3.5.1", "lru-cache": "^4.1.2", "moment": "^2.22.1", - "socket.io-client": "^2.1.0" + "socket.io-client": "^2.4.0", + "winston": "^2.4.2" }, "devDependencies": { "Communibase": "git+ssh://git@bitbucket.org/communibase/api.git",