Skip to content

Commit edcfede

Browse files
committed
fix: security upgrade parse push adapter from 4.1.0 to 4.1.2 (#7893)
1 parent 349e2f5 commit edcfede

File tree

2 files changed

+46
-42
lines changed

2 files changed

+46
-42
lines changed

Diff for: package-lock.json

+44-40
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
],
2020
"license": "BSD-3-Clause",
2121
"dependencies": {
22+
"@apollo/client": "3.5.8",
2223
"@apollographql/graphql-playground-html": "1.6.29",
2324
"@graphql-tools/links": "8.2.2",
24-
"@apollo/client": "3.5.8",
2525
"@graphql-tools/stitch": "6.2.4",
2626
"@graphql-tools/utils": "6.2.4",
2727
"@parse/fs-files-adapter": "1.2.1",
28-
"@parse/push-adapter": "4.1.0",
28+
"@parse/push-adapter": "4.1.2",
2929
"apollo-server-express": "2.25.2",
3030
"bcryptjs": "2.4.3",
3131
"body-parser": "1.19.1",

0 commit comments

Comments
 (0)