Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
fern committed Dec 30, 2024
1 parent 215f4b4 commit 576ecc9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions servers/fdr-deploy/sophos-lambda/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"dependencies": {
"@aws-sdk/client-s3": "^3.x",
"aws-lambda": "^1.0.7",
"uuid": "^9.x",
"@types/uuid": "^10.0.0",
"@types/aws-lambda": "^8.10.146"
}
}
"dependencies": {
"@aws-sdk/client-s3": "^3.x",
"@types/aws-lambda": "^8.10.146",
"@types/uuid": "^10.0.0",
"aws-lambda": "^1.0.7",
"uuid": "^9.x"
}
}

0 comments on commit 576ecc9

Please sign in to comment.