diff --git a/package-lock.json b/package-lock.json index 0d4781a..d5b829b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@athenna/config": "1.0.5", - "@athenna/http": "1.0.7", + "@athenna/http": "1.0.8", "@athenna/ioc": "1.0.6", "@athenna/logger": "1.0.4", "@secjs/utils": "1.8.0", @@ -71,9 +71,9 @@ } }, "node_modules/@athenna/http": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/@athenna/http/-/http-1.0.7.tgz", - "integrity": "sha512-JjkWsgOiuiqbQ/YE4tyJFG8XG9LfwgTb7+VJ5tCXxPjV8C8qmAMzRcGiEUvCspLDonG6HfXYzAa5P+SWCxRwDA==", + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/@athenna/http/-/http-1.0.8.tgz", + "integrity": "sha512-iqBI/0JZVMNrtCvCNsL3O/SRfxjhAXsU0fTVSkq8RlH7kykdK8PPJjMyfwbSnc+lWku27whbVRvDKTJ7R5R3jA==", "dependencies": { "@athenna/config": "1.0.5", "@athenna/ioc": "1.0.6", @@ -13504,9 +13504,9 @@ } }, "@athenna/http": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/@athenna/http/-/http-1.0.7.tgz", - "integrity": "sha512-JjkWsgOiuiqbQ/YE4tyJFG8XG9LfwgTb7+VJ5tCXxPjV8C8qmAMzRcGiEUvCspLDonG6HfXYzAa5P+SWCxRwDA==", + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/@athenna/http/-/http-1.0.8.tgz", + "integrity": "sha512-iqBI/0JZVMNrtCvCNsL3O/SRfxjhAXsU0fTVSkq8RlH7kykdK8PPJjMyfwbSnc+lWku27whbVRvDKTJ7R5R3jA==", "requires": { "@athenna/config": "1.0.5", "@athenna/ioc": "1.0.6", diff --git a/package.json b/package.json index 0c055d8..38f3dca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@athenna/core", - "version": "1.0.6", + "version": "1.0.7", "description": "", "license": "MIT", "author": "João Lenon ", @@ -164,7 +164,7 @@ "@athenna/config": "1.0.5", "@athenna/ioc": "1.0.6", "@athenna/logger": "1.0.4", - "@athenna/http": "1.0.7", + "@athenna/http": "1.0.8", "@secjs/utils": "1.8.0", "reflect-metadata": "0.1.13", "tscpaths": "0.0.9"