Skip to content

Commit

Permalink
Merge pull request #227 from AthennaIO/develop
Browse files Browse the repository at this point in the history
chore(npm): update dependencies
  • Loading branch information
jlenon7 committed May 18, 2024
2 parents a12f334 + 4c0190d commit ea3c5a0
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 84 deletions.
151 changes: 70 additions & 81 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@athenna/core",
"version": "4.39.0",
"version": "4.40.0",
"description": "One foundation for multiple applications.",
"license": "MIT",
"author": "João Lenon <[email protected]>",
Expand Down Expand Up @@ -86,8 +86,8 @@
"@athenna/test": "^4.24.0",
"@athenna/tsconfig": "^4.14.0",
"@athenna/view": "^4.23.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.57.0",
Expand Down
1 change: 1 addition & 0 deletions src/applications/Http.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ export class Http {
await kernel.registerExceptionHandler(options.exceptionHandlerPath)
await kernel.registerCors()
await kernel.registerHelmet()
await kernel.registerStatic()
await kernel.registerSwagger()
await kernel.registerRateLimit()
await kernel.registerRTracer(options.trace)
Expand Down

0 comments on commit ea3c5a0

Please sign in to comment.