fix: security upgrade parse push adapter from 4.1.0 to 4.1.2 (#7893)

This commit is contained in:
Manuel
2022-03-27 15:17:48 +02:00
committed by Manuel Trezza
parent 58cd870a1e
commit 93667b4e84
2 changed files with 46 additions and 42 deletions

View File

@@ -19,13 +19,13 @@
],
"license": "BSD-3-Clause",
"dependencies": {
"@apollo/client": "3.5.8",
"@apollographql/graphql-playground-html": "1.6.29",
"@graphql-tools/links": "8.2.2",
"@apollo/client": "3.5.8",
"@graphql-tools/stitch": "6.2.4",
"@graphql-tools/utils": "6.2.4",
"@parse/fs-files-adapter": "1.2.1",
"@parse/push-adapter": "4.1.0",
"@parse/push-adapter": "4.1.2",
"apollo-server-express": "2.25.2",
"bcryptjs": "2.4.3",
"body-parser": "1.19.1",