mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
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:
parent
56337bd7d4
commit
09ad76e4bb
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue