Skip to content

Commit ff47c93

Browse files
mtrezzadblythy
authored andcommitted
fix: security upgrade parse push adapter from 4.1.0 to 4.1.2 (parse-community#7893)
1 parent 5ddc459 commit ff47c93

File tree

2 files changed

+240
-20
lines changed

2 files changed

+240
-20
lines changed

package-lock.json

Lines changed: 232 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,14 @@
1919
],
2020
"license": "Apache-2.0",
2121
"dependencies": {
22-
"@apollo/server": "4.11.2",
23-
"@babel/eslint-parser": "7.25.9",
24-
"@graphql-tools/merge": "9.0.14",
25-
"@graphql-tools/schema": "10.0.13",
26-
"@graphql-tools/utils": "10.6.3",
27-
"@parse/fs-files-adapter": "3.0.0",
28-
"@parse/push-adapter": "6.8.0",
22+
"@apollo/client": "3.5.8",
23+
"@apollographql/graphql-playground-html": "1.6.29",
24+
"@graphql-tools/links": "8.2.2",
25+
"@graphql-tools/stitch": "6.2.4",
26+
"@graphql-tools/utils": "6.2.4",
27+
"@parse/fs-files-adapter": "1.2.1",
28+
"@parse/push-adapter": "4.1.2",
29+
"apollo-server-express": "2.25.2",
2930
"bcryptjs": "2.4.3",
3031
"body-parser": "1.20.3",
3132
"commander": "12.1.0",

0 commit comments

Comments
 (0)