diff --git a/package-lock.json b/package-lock.json index adecc1da17..1f36d30156 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9348,9 +9348,9 @@ "integrity": "sha512-G6RlQt5Sb4GMBzXvhfkeFmbqR6MzhtnT7VTHuLadjkii3rdYHNdw0m8zA4BTxVIh68FicCQ2NSUANpsqkr9jvQ==" }, "node-gcm": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/node-gcm/-/node-gcm-1.0.2.tgz", - "integrity": "sha512-NEVb5jB06I/e9ZfJGWhHsRhJQLk1zO5iZjbQJ7su8j9vhHrpxc7KJHyBxWbv28+4uWFZ0AfTVHoMIyRpEVISUQ==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/node-gcm/-/node-gcm-1.0.3.tgz", + "integrity": "sha512-l2eafjYM75U1NamF5kLfeMRKR8eyKtNIVS2LRl+mnxfTk0kgwstm/cdjQUWfalswZDMTc6EJWquNclkSXIvDjA==", "requires": { "debug": "^3.1.0", "lodash": "^4.17.10", diff --git a/package.json b/package.json index 8eae1846bc..fe9760aafa 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "mongoose": "^5.9.21", "morgan": "^1.10.0", "nconf": "^0.10.0", - "node-gcm": "^1.0.2", + "node-gcm": "^1.0.3", "on-headers": "^1.0.2", "passport": "^0.4.1", "passport-facebook": "^3.0.0",