Update @parse/push-adapter to the latest version 🚀 (#5869)

* fix(package): update @parse/push-adapter to version 3.0.9

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-07-30 22:18:58 +00:00
committed by peril-parse-community[bot]
parent 6080dbc4f9
commit c70401857c
2 changed files with 15 additions and 15 deletions

28
package-lock.json generated
View File

@@ -1203,26 +1203,16 @@
}
},
"@parse/push-adapter": {
"version": "3.0.8",
"resolved": "https://registry.npmjs.org/@parse/push-adapter/-/push-adapter-3.0.8.tgz",
"integrity": "sha512-Z92EUVqw3GoJjfWxXy5SUI47OoOrmaNGBunErAKW6wpwIKVHyt/ExYIim+uDyutDyJvTaxGUAw+QmcIqkd5qcg==",
"version": "3.0.9",
"resolved": "https://registry.npmjs.org/@parse/push-adapter/-/push-adapter-3.0.9.tgz",
"integrity": "sha512-J+YW09/vZRuK2/04SykW31xgMTtA/XTm4mSaLoJ79EW31SWstNUzfti9seu0MdWRafgdmRzUn+qCJ/MqXvQZRg==",
"requires": {
"@parse/node-gcm": "^1.0.0",
"apn": "github:parse-community/node-apn#538d09480adfa4dddac644ee1f4bef443b674721",
"apn": "github:parse-community/node-apn#semver:^v3.0.2-parse",
"npmlog": "^4.0.2",
"parse": "^1.11.1"
},
"dependencies": {
"apn": {
"version": "github:parse-community/node-apn#538d09480adfa4dddac644ee1f4bef443b674721",
"from": "github:parse-community/node-apn#538d09480adfa4dddac644ee1f4bef443b674721",
"requires": {
"debug": "^3.1.0",
"jsonwebtoken": "^8.1.0",
"node-forge": "^0.7.1",
"verror": "^1.10.0"
}
},
"parse": {
"version": "1.11.1",
"resolved": "https://registry.npmjs.org/parse/-/parse-1.11.1.tgz",
@@ -1676,6 +1666,16 @@
}
}
},
"apn": {
"version": "github:parse-community/node-apn#3bc4fb20b68d53d3f3b7057cadf5a37ba6a45dc0",
"from": "github:parse-community/node-apn#semver:^v3.0.2-parse",
"requires": {
"debug": "^3.1.0",
"jsonwebtoken": "^8.1.0",
"node-forge": "^0.7.1",
"verror": "^1.10.0"
}
},
"apollo-cache": {
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/apollo-cache/-/apollo-cache-1.3.2.tgz",

View File

@@ -21,7 +21,7 @@
"dependencies": {
"@apollographql/graphql-playground-html": "1.6.24",
"@parse/fs-files-adapter": "1.0.1",
"@parse/push-adapter": "3.0.8",
"@parse/push-adapter": "3.0.9",
"@parse/s3-files-adapter": "1.2.3",
"@parse/simple-mailgun-adapter": "1.1.0",
"apollo-server-express": "2.8.0",