refactor: Upgrade to @parse/push-adapter 6.4.1 (#9184)
This commit is contained in:
91
package-lock.json
generated
91
package-lock.json
generated
@@ -16,7 +16,7 @@
|
||||
"@graphql-tools/schema": "10.0.3",
|
||||
"@graphql-tools/utils": "8.12.0",
|
||||
"@parse/fs-files-adapter": "3.0.0",
|
||||
"@parse/push-adapter": "6.4.0",
|
||||
"@parse/push-adapter": "6.4.1",
|
||||
"bcryptjs": "2.4.3",
|
||||
"body-parser": "1.20.2",
|
||||
"commander": "12.0.0",
|
||||
@@ -3793,16 +3793,16 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@parse/push-adapter": {
|
||||
"version": "6.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@parse/push-adapter/-/push-adapter-6.4.0.tgz",
|
||||
"integrity": "sha512-u09vCm42iKJQiwG/uYDX/FROcP2jhkWRmU/fLllcMNizc77OR/Pvh+3AAsBCClZEB3RjEWwPebEPq6/AEKBS+Q==",
|
||||
"version": "6.4.1",
|
||||
"resolved": "https://registry.npmjs.org/@parse/push-adapter/-/push-adapter-6.4.1.tgz",
|
||||
"integrity": "sha512-0PcWvP1l0dqs8MhOIPDs4eNnHpOM5YGbDRR+VRvkazePDuLHnWWTRM2Kk2xojFLK/sOMSkuYh7zE3I1oo3Gb+w==",
|
||||
"dependencies": {
|
||||
"@parse/node-apn": "6.0.1",
|
||||
"@parse/node-gcm": "1.0.2",
|
||||
"expo-server-sdk": "3.10.0",
|
||||
"firebase-admin": "12.1.1",
|
||||
"npmlog": "7.0.1",
|
||||
"parse": "5.1.0",
|
||||
"parse": "5.2.0",
|
||||
"web-push": "3.6.7"
|
||||
},
|
||||
"engines": {
|
||||
@@ -3810,9 +3810,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@parse/push-adapter/node_modules/@babel/runtime-corejs3": {
|
||||
"version": "7.23.2",
|
||||
"resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.23.2.tgz",
|
||||
"integrity": "sha512-54cIh74Z1rp4oIjsHjqN+WM4fMyCBYe+LpZ9jWm51CZ1fbH3SkAzQD/3XLoNkjbJ7YEmjobLXyvQrFypRHOrXw==",
|
||||
"version": "7.24.6",
|
||||
"resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.24.6.tgz",
|
||||
"integrity": "sha512-tbC3o8uHK9xMgMsvUm9qGqxVpbv6yborMBLbDteHIc7JDNHsTV0vDMQ5j1O1NXvO+BDELtL9KgoWYaUVIVGt8w==",
|
||||
"dependencies": {
|
||||
"core-js-pure": "^3.30.2",
|
||||
"regenerator-runtime": "^0.14.0"
|
||||
@@ -3822,15 +3822,15 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@parse/push-adapter/node_modules/parse": {
|
||||
"version": "5.1.0",
|
||||
"resolved": "https://registry.npmjs.org/parse/-/parse-5.1.0.tgz",
|
||||
"integrity": "sha512-46gVRe1JHsh21Ht0/Ko6PeMDl6wELLMYxnZPFD6iZm2EWsWnzi2txNGE6PvnIv+G7yOufZIOD0BCZLYOFl3toA==",
|
||||
"version": "5.2.0",
|
||||
"resolved": "https://registry.npmjs.org/parse/-/parse-5.2.0.tgz",
|
||||
"integrity": "sha512-FoD3kcLAQCw/2J1984sl3GUBzbHE2tA9mUcyw/EBWZ46WVZTzV+kjnA5tttXyzN4uodt21wSluzjbGnyLqreKw==",
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.23.2",
|
||||
"@babel/runtime-corejs3": "7.24.6",
|
||||
"idb-keyval": "6.2.1",
|
||||
"react-native-crypto-js": "1.0.0",
|
||||
"uuid": "9.0.1",
|
||||
"ws": "8.16.0",
|
||||
"uuid": "10.0.0",
|
||||
"ws": "8.17.1",
|
||||
"xmlhttprequest": "1.8.0"
|
||||
},
|
||||
"engines": {
|
||||
@@ -3840,24 +3840,16 @@
|
||||
"crypto-js": "4.2.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@parse/push-adapter/node_modules/ws": {
|
||||
"version": "8.16.0",
|
||||
"resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz",
|
||||
"integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==",
|
||||
"engines": {
|
||||
"node": ">=10.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"bufferutil": "^4.0.1",
|
||||
"utf-8-validate": ">=5.0.2"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"bufferutil": {
|
||||
"optional": true
|
||||
},
|
||||
"utf-8-validate": {
|
||||
"optional": true
|
||||
}
|
||||
"node_modules/@parse/push-adapter/node_modules/uuid": {
|
||||
"version": "10.0.0",
|
||||
"resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
|
||||
"integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==",
|
||||
"funding": [
|
||||
"https://github.com/sponsors/broofa",
|
||||
"https://github.com/sponsors/ctavan"
|
||||
],
|
||||
"bin": {
|
||||
"uuid": "dist/bin/uuid"
|
||||
}
|
||||
},
|
||||
"node_modules/@protobufjs/aspromise": {
|
||||
@@ -22709,47 +22701,46 @@
|
||||
}
|
||||
},
|
||||
"@parse/push-adapter": {
|
||||
"version": "6.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@parse/push-adapter/-/push-adapter-6.4.0.tgz",
|
||||
"integrity": "sha512-u09vCm42iKJQiwG/uYDX/FROcP2jhkWRmU/fLllcMNizc77OR/Pvh+3AAsBCClZEB3RjEWwPebEPq6/AEKBS+Q==",
|
||||
"version": "6.4.1",
|
||||
"resolved": "https://registry.npmjs.org/@parse/push-adapter/-/push-adapter-6.4.1.tgz",
|
||||
"integrity": "sha512-0PcWvP1l0dqs8MhOIPDs4eNnHpOM5YGbDRR+VRvkazePDuLHnWWTRM2Kk2xojFLK/sOMSkuYh7zE3I1oo3Gb+w==",
|
||||
"requires": {
|
||||
"@parse/node-apn": "6.0.1",
|
||||
"@parse/node-gcm": "1.0.2",
|
||||
"expo-server-sdk": "3.10.0",
|
||||
"firebase-admin": "12.1.1",
|
||||
"npmlog": "7.0.1",
|
||||
"parse": "5.1.0",
|
||||
"parse": "5.2.0",
|
||||
"web-push": "3.6.7"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs3": {
|
||||
"version": "7.23.2",
|
||||
"resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.23.2.tgz",
|
||||
"integrity": "sha512-54cIh74Z1rp4oIjsHjqN+WM4fMyCBYe+LpZ9jWm51CZ1fbH3SkAzQD/3XLoNkjbJ7YEmjobLXyvQrFypRHOrXw==",
|
||||
"version": "7.24.6",
|
||||
"resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.24.6.tgz",
|
||||
"integrity": "sha512-tbC3o8uHK9xMgMsvUm9qGqxVpbv6yborMBLbDteHIc7JDNHsTV0vDMQ5j1O1NXvO+BDELtL9KgoWYaUVIVGt8w==",
|
||||
"requires": {
|
||||
"core-js-pure": "^3.30.2",
|
||||
"regenerator-runtime": "^0.14.0"
|
||||
}
|
||||
},
|
||||
"parse": {
|
||||
"version": "5.1.0",
|
||||
"resolved": "https://registry.npmjs.org/parse/-/parse-5.1.0.tgz",
|
||||
"integrity": "sha512-46gVRe1JHsh21Ht0/Ko6PeMDl6wELLMYxnZPFD6iZm2EWsWnzi2txNGE6PvnIv+G7yOufZIOD0BCZLYOFl3toA==",
|
||||
"version": "5.2.0",
|
||||
"resolved": "https://registry.npmjs.org/parse/-/parse-5.2.0.tgz",
|
||||
"integrity": "sha512-FoD3kcLAQCw/2J1984sl3GUBzbHE2tA9mUcyw/EBWZ46WVZTzV+kjnA5tttXyzN4uodt21wSluzjbGnyLqreKw==",
|
||||
"requires": {
|
||||
"@babel/runtime-corejs3": "7.23.2",
|
||||
"@babel/runtime-corejs3": "7.24.6",
|
||||
"crypto-js": "4.2.0",
|
||||
"idb-keyval": "6.2.1",
|
||||
"react-native-crypto-js": "1.0.0",
|
||||
"uuid": "9.0.1",
|
||||
"ws": "8.16.0",
|
||||
"uuid": "10.0.0",
|
||||
"ws": "8.17.1",
|
||||
"xmlhttprequest": "1.8.0"
|
||||
}
|
||||
},
|
||||
"ws": {
|
||||
"version": "8.16.0",
|
||||
"resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz",
|
||||
"integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==",
|
||||
"requires": {}
|
||||
"uuid": {
|
||||
"version": "10.0.0",
|
||||
"resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
|
||||
"integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ=="
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
"@graphql-tools/schema": "10.0.3",
|
||||
"@graphql-tools/utils": "8.12.0",
|
||||
"@parse/fs-files-adapter": "3.0.0",
|
||||
"@parse/push-adapter": "6.4.0",
|
||||
"@parse/push-adapter": "6.4.1",
|
||||
"bcryptjs": "2.4.3",
|
||||
"body-parser": "1.20.2",
|
||||
"commander": "12.0.0",
|
||||
|
||||
Reference in New Issue
Block a user