refactor: upgrade @parse/push-adapter from 3.4.1 to 4.1.0 (#7810)

This commit is contained in:
Snyk bot
2022-02-13 12:14:57 +02:00
committed by GitHub
parent d678a43696
commit 82c3015dc0
2 changed files with 12 additions and 12 deletions

22
package-lock.json generated
View File

@@ -1836,9 +1836,9 @@
"dev": true
},
"@parse/node-apn": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/@parse/node-apn/-/node-apn-4.1.1.tgz",
"integrity": "sha512-stWlQE95w5T0vkVYscoq/S3eXPQ1qzdQbKKQ8GAdw4CSNxRWLWgOH50byUR30thnQ93RshLCH5ROkvXMqzzLtw==",
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/@parse/node-apn/-/node-apn-5.1.0.tgz",
"integrity": "sha512-WT3iVwr1Y/Jf4nq4RGNwBdLwm3gTodsb+g3IY98MPSJ7LCNf+R81Nj/nQO5r/twJfN1v5B8cAgfvPGs2rPelvg==",
"requires": {
"debug": "4.3.2",
"jsonwebtoken": "8.5.1",
@@ -1872,11 +1872,11 @@
}
},
"@parse/push-adapter": {
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/@parse/push-adapter/-/push-adapter-3.4.1.tgz",
"integrity": "sha512-iev69kbwhXbez5nfEwB2GkCWBLUmRlImQTmHPpLnHBJfATYKyXf/H41WQhBPuwwScZBVp9ABsIsjjKy8iKg3fw==",
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/@parse/push-adapter/-/push-adapter-4.1.0.tgz",
"integrity": "sha512-8SOU4zgIr3+wn6Hbge4X/zAYAcJR7puJ3aY2ri+8fqMARgBria4JkIeAyKaTG/mUMHw6Qy5DpYYRe0LjImjZNw==",
"requires": {
"@parse/node-apn": "4.1.1",
"@parse/node-apn": "5.1.0",
"@parse/node-gcm": "1.0.2",
"npmlog": "4.1.2",
"parse": "3.3.0"
@@ -16769,11 +16769,11 @@
"dev": true
},
"wide-align": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz",
"integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==",
"version": "1.1.5",
"resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz",
"integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==",
"requires": {
"string-width": "^1.0.2 || 2"
"string-width": "^1.0.2 || 2 || 3 || 4"
}
},
"winston": {

View File

@@ -25,7 +25,7 @@
"@graphql-tools/stitch": "6.2.4",
"@graphql-tools/utils": "6.2.4",
"@parse/fs-files-adapter": "1.2.1",
"@parse/push-adapter": "3.4.1",
"@parse/push-adapter": "4.1.0",
"apollo-server-express": "2.25.2",
"bcryptjs": "2.4.3",
"body-parser": "1.19.1",