build(deps): bump node-gcm from 1.0.4 to 1.0.5 (#13473)

Bumps [node-gcm](https://github.com/ToothlessGear/node-gcm) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/ToothlessGear/node-gcm/releases)
- [Changelog](https://github.com/ToothlessGear/node-gcm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ToothlessGear/node-gcm/commits)

---
updated-dependencies:
- dependency-name: node-gcm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-09-01 18:03:31 -05:00 committed by GitHub
parent 56337bd7d4
commit 09ad76e4bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -10125,12 +10125,12 @@
"integrity": "sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA=="
},
"node-gcm": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/node-gcm/-/node-gcm-1.0.4.tgz",
"integrity": "sha512-g12XH5LoJQnNFK0LQcxcJlT44Zye6Vc8tVLCC0ou0OFRv4xn9QW+30Db0HHouWX5rrew62tgh6MiN5fmEGFAsA==",
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/node-gcm/-/node-gcm-1.0.5.tgz",
"integrity": "sha512-yTN0q31xUxA3MwStkvT4UIgHw1khg8rrKywMdSEVjmMpK/aWIHVVZ4ia3P41+ppPH3O8+teMHs/bk3xZ8C4n1A==",
"requires": {
"debug": "^3.1.0",
"lodash": "^4.17.20",
"lodash": "^4.17.21",
"request": "^2.88.0"
},
"dependencies": {

View file

@ -52,7 +52,7 @@
"mongoose": "^5.13.7",
"morgan": "^1.10.0",
"nconf": "^0.11.3",
"node-gcm": "^1.0.4",
"node-gcm": "^1.0.5",
"on-headers": "^1.0.2",
"passport": "^0.4.1",
"passport-facebook": "^3.0.0",