diff --git a/package-lock.json b/package-lock.json index ebb55b9..80c9dd7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@athenna/core", - "version": "3.9.0", + "version": "3.10.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@athenna/core", - "version": "3.9.0", + "version": "3.10.0", "license": "MIT", "dependencies": { "pretty-repl": "^3.1.1", @@ -16,7 +16,7 @@ "@athenna/artisan": "^3.9.0", "@athenna/common": "^3.6.0", "@athenna/config": "^3.7.1", - "@athenna/http": "^3.10.0", + "@athenna/http": "^3.11.0", "@athenna/ioc": "^3.4.0", "@athenna/logger": "^3.4.0", "@athenna/test": "^3.6.0", @@ -442,9 +442,9 @@ } }, "node_modules/@athenna/http": { - "version": "3.10.0", - "resolved": "https://registry.npmjs.org/@athenna/http/-/http-3.10.0.tgz", - "integrity": "sha512-tPleZyOzJDQ22/uKHtZbSFGaaJp8zqgF9pIyg4WkQfS5GK6l7TCAsagIyJGqHbkVOtnoEcmjZME7Wm1346HzHQ==", + "version": "3.11.0", + "resolved": "https://registry.npmjs.org/@athenna/http/-/http-3.11.0.tgz", + "integrity": "sha512-BZdAtbZFtJXfOo1IfNENKs35+e6mxcCdOcd2n/gx8Z6cdB3CE9Lfq2/bGbF8tkyWtCHHmhuLG08FiZe43gMbqA==", "dev": true, "dependencies": { "fastify": "^4.15.0" @@ -10285,9 +10285,9 @@ } }, "@athenna/http": { - "version": "3.10.0", - "resolved": "https://registry.npmjs.org/@athenna/http/-/http-3.10.0.tgz", - "integrity": "sha512-tPleZyOzJDQ22/uKHtZbSFGaaJp8zqgF9pIyg4WkQfS5GK6l7TCAsagIyJGqHbkVOtnoEcmjZME7Wm1346HzHQ==", + "version": "3.11.0", + "resolved": "https://registry.npmjs.org/@athenna/http/-/http-3.11.0.tgz", + "integrity": "sha512-BZdAtbZFtJXfOo1IfNENKs35+e6mxcCdOcd2n/gx8Z6cdB3CE9Lfq2/bGbF8tkyWtCHHmhuLG08FiZe43gMbqA==", "dev": true, "requires": { "fastify": "^4.15.0" diff --git a/package.json b/package.json index 447b2eb..676a0df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@athenna/core", - "version": "3.9.0", + "version": "3.10.0", "description": "The plug and play Node.js framework.", "license": "MIT", "author": "João Lenon ", @@ -65,7 +65,7 @@ "@athenna/artisan": "^3.9.0", "@athenna/common": "^3.6.0", "@athenna/config": "^3.7.1", - "@athenna/http": "^3.10.0", + "@athenna/http": "^3.11.0", "@athenna/ioc": "^3.4.0", "@athenna/logger": "^3.4.0", "@athenna/test": "^3.6.0",