From 744bdb555f527126562b0aa8858aef8c69792eae Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Nov 2023 14:13:19 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-SOCKETIOPARSER-1056752 - https://snyk.io/vuln/SNYK-JS-SOCKETIOPARSER-3091012 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/npm:base64url:20180511 - https://snyk.io/vuln/npm:parsejson:20170908 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 12b384b..95761d5 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "crypto": "0.0.3", "errorhandler": "1.4.2", "express": "4.13.3", - "googleapis": "2.1.6", + "googleapis": "25.0.0", "lodash": "4.17.16", "method-override": "2.3.5", "moment": "2.10.6", @@ -23,9 +23,9 @@ "node-twitter-api": "1.6.2", "q": "1.4.1", "qs": "5.2.0", - "request": "2.67.0", + "request": "2.80.0", "rpc.js": "0.4.3", - "socket.io": "1.3.7" + "socket.io": "2.0.0" }, "devDependencies": { "grunt": "0.4.5",