Skip to content

Commit

Permalink
fix(lambda): upgrade lambda dependencies to fix vulnerabilities (#8074)
Browse files Browse the repository at this point in the history
  • Loading branch information
NamanJain8 authored Oct 8, 2021
1 parent 4a716ad commit 81977e4
Show file tree
Hide file tree
Showing 6 changed files with 2,009 additions and 2,122 deletions.
1 change: 1 addition & 0 deletions lambda/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ module.exports = {
"transform": {
"^.+\\.(ts|tsx)$": "ts-jest"
},
"setupFilesAfterEnv": ['./jest.setup.js']
}
1 change: 1 addition & 0 deletions lambda/jest.setup.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
jest.setTimeout(30000)
Loading

0 comments on commit 81977e4

Please sign in to comment.