From 6f6bf5917ac843af7d1ce55cba23d4c14ed72765 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 Jul 2020 03:08:44 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-567746 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 89ceb754c0..9d37e48493 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "license": "BSD-3-Clause", "dependencies": { "apn": "^1.7.5", - "aws-sdk": "~2.2.33", + "aws-sdk": "~2.38.0", "babel-polyfill": "^6.5.0", "babel-runtime": "^6.5.0", "bcrypt-nodejs": "0.0.3", @@ -33,7 +33,7 @@ "mime": "^1.3.4", "mongodb": "~2.1.0", "multer": "^1.1.0", - "node-gcm": "^0.14.0", + "node-gcm": "^1.0.0", "parse": "^1.7.0", "request": "^2.65.0", "winston": "^2.1.1"