Skip to content

Commit cb18312

Browse files
authored
fix: package.json & package-lock.json to reduce vulnerabilities (#136)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AWSSDK-1059424
1 parent 2e4bb27 commit cb18312

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 3 additions & 3 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
@@ -25,7 +25,7 @@
2525
},
2626
"homepage": "https://github.com/parse-community/parse-server-s3-adapter#readme",
2727
"dependencies": {
28-
"aws-sdk": "2.801.0"
28+
"aws-sdk": "2.814.0"
2929
},
3030
"devDependencies": {
3131
"parse": "2.19.0",

0 commit comments

Comments
 (0)