Skip to content

Commit d57908e

Browse files
authored
fix: package.json & package-lock.json to reduce vulnerabilities (#6917)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PARSE-590110
1 parent 916f92b commit d57908e

File tree

2 files changed

+101
-81
lines changed

2 files changed

+101
-81
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@graphql-tools/stitch": "6.2.0",
2424
"@graphql-tools/utils": "6.2.0",
2525
"@parse/fs-files-adapter": "1.0.1",
26-
"@parse/push-adapter": "3.2.0",
26+
"@parse/push-adapter": "3.3.0",
2727
"@parse/s3-files-adapter": "1.4.0",
2828
"@parse/simple-mailgun-adapter": "1.1.0",
2929
"apollo-server-express": "2.17.0",

0 commit comments

Comments
 (0)