Upgrade @parse/push-adapter to 3.4.0 (#6959)

This commit is contained in:
Antonio Davi Macedo Coelho de Castro
2020-10-21 07:43:33 -07:00
committed by GitHub
parent 9f375b573d
commit 2cdef25a96
2 changed files with 14 additions and 35 deletions

47
package-lock.json generated
View File

@@ -3132,9 +3132,9 @@
"dev": true
},
"@parse/node-apn": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/@parse/node-apn/-/node-apn-3.2.0.tgz",
"integrity": "sha512-Xa2paSzLY18k0ekvVAa9YbwwxGjzFnnAu7fqwlrFhaWCv1IaQ9u7r/TGuLml1zWbvhFTdy4XXB4soDS1pek3uA==",
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/@parse/node-apn/-/node-apn-4.0.0.tgz",
"integrity": "sha512-/Zhz7+AfwuMeBn9kpENF5qbWDG1+0xLBOlAb7O34BhR9R5BSjAKkMxqWmTz3R3nvlsod4XrZ8NuRMUOXVrCCFQ==",
"requires": {
"debug": "3.1.0",
"jsonwebtoken": "8.1.0",
@@ -3185,35 +3185,14 @@
}
},
"@parse/push-adapter": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/@parse/push-adapter/-/push-adapter-3.3.0.tgz",
"integrity": "sha512-PQlgP5ydplSZlC2jCx79j/5A8FVD1i7yl3796RL/zC4dj9TZ4Hocc/IVjru4aFHB129zwXQeyJBmtByySP95uw==",
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/@parse/push-adapter/-/push-adapter-3.4.0.tgz",
"integrity": "sha512-ZYf6DKQHpUoi806SIDiuVhstL3BRQC4brcCyTnoLih/u08Cg60Pbkz2B95JU+6xMcM211A2AvPDudEmsMahq7w==",
"requires": {
"@parse/node-apn": "3.2.0",
"@parse/node-apn": "4.0.0",
"@parse/node-gcm": "1.0.2",
"npmlog": "4.0.2",
"parse": "2.16.0"
},
"dependencies": {
"parse": {
"version": "2.16.0",
"resolved": "https://registry.npmjs.org/parse/-/parse-2.16.0.tgz",
"integrity": "sha512-MJRGCYZGawOs9FOn/i/ag7IFF9NHe5OG+XvNta45pSMzre6nvqUqcvQpTDj0tC+h0C4eMuLoI39SQ07PIwnRTw==",
"requires": {
"@babel/runtime": "7.11.2",
"@babel/runtime-corejs3": "7.11.2",
"crypto-js": "4.0.0",
"react-native-crypto-js": "1.0.0",
"uuid": "3.4.0",
"ws": "7.3.1",
"xmlhttprequest": "1.8.0"
}
},
"uuid": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
"integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A=="
}
"npmlog": "4.1.2",
"parse": "2.17.0"
}
},
"@parse/s3-files-adapter": {
@@ -9892,13 +9871,13 @@
}
},
"npmlog": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.0.2.tgz",
"integrity": "sha1-0DlQ4OeM4VJ7om0qdZLpNIrD518=",
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz",
"integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==",
"requires": {
"are-we-there-yet": "~1.1.2",
"console-control-strings": "~1.1.0",
"gauge": "~2.7.1",
"gauge": "~2.7.3",
"set-blocking": "~2.0.0"
}
},

View File

@@ -24,7 +24,7 @@
"@graphql-tools/stitch": "6.2.4",
"@graphql-tools/utils": "6.2.3",
"@parse/fs-files-adapter": "1.0.1",
"@parse/push-adapter": "3.3.0",
"@parse/push-adapter": "3.4.0",
"@parse/s3-files-adapter": "1.6.0",
"@parse/simple-mailgun-adapter": "1.1.0",
"apollo-server-express": "2.18.1",