Skip to content

Commit

Permalink
chore(npm): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Aug 25, 2024
1 parent b0479cc commit edf90b3
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 29 deletions.
44 changes: 22 additions & 22 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@athenna/http",
"version": "4.40.0",
"version": "4.41.0",
"description": "The Athenna Http server. Built on top of fastify.",
"license": "MIT",
"author": "João Lenon <[email protected]>",
Expand Down Expand Up @@ -74,13 +74,13 @@
},
"devDependencies": {
"@athenna/artisan": "^4.45.0",
"@athenna/common": "^4.45.0",
"@athenna/config": "^4.26.0",
"@athenna/ioc": "^4.25.0",
"@athenna/logger": "^4.27.0",
"@athenna/common": "^4.46.0",
"@athenna/config": "^4.27.0",
"@athenna/ioc": "^4.27.0",
"@athenna/logger": "^4.29.0",
"@athenna/test": "^4.30.0",
"@athenna/tsconfig": "^4.19.0",
"@athenna/view": "^4.30.0",
"@athenna/view": "^4.33.0",
"@fastify/cors": "^8.5.0",
"@fastify/helmet": "^11.1.1",
"@fastify/rate-limit": "^8.1.1",
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/server/ServerTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default class ServerTest {

@Test()
public async shouldBeAbleToGetTheFastifyVersionFromTheHttpServer({ assert }: Context) {
assert.equal(Server.getFastifyVersion(), '4.27.0')
assert.equal(Server.getFastifyVersion(), '4.28.1')
}

@Test()
Expand Down

0 comments on commit edf90b3

Please sign in to comment.