Skip to content

Commit

Permalink
bump serverless-express dependency to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
yousif-bugsnag committed Oct 1, 2024
1 parent 25097bc commit 5e919ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const Bugsnag = require('@bugsnag/js')
const BugsnagPluginAwsLambda = require('@bugsnag/plugin-aws-lambda')
const BugsnagPluginExpress = require('@bugsnag/plugin-express')
const serverlessExpress = require('@vendia/serverless-express')
const serverlessExpress = require('@codegenie/serverless-express')

Bugsnag.start({
apiKey: process.env.BUGSNAG_API_KEY,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "serverless-express-app",
"version": "1.2.3",
"dependencies": {
"@vendia/serverless-express": "^4.3.3",
"@codegenie/serverless-express": "^4.15.0",
"express": "^4.17.1",

"@bugsnag/core": "bugsnag-core.tgz",
Expand Down

0 comments on commit 5e919ec

Please sign in to comment.