diff --git a/package-lock.json b/package-lock.json index acf704c..0d4781a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,16 @@ { "name": "@athenna/core", - "version": "1.0.4", + "version": "1.0.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@athenna/core", - "version": "1.0.4", + "version": "1.0.6", "license": "MIT", "dependencies": { "@athenna/config": "1.0.5", - "@athenna/http": "1.0.6", + "@athenna/http": "1.0.7", "@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.6", - "resolved": "https://registry.npmjs.org/@athenna/http/-/http-1.0.6.tgz", - "integrity": "sha512-VbvBYl6bYZNz4gKhTQf4CKh2edG/MiqUWySCvjPRGkqzFnhp5fIwIX+aQ+hGISlbiAcQVIBLjpCJpDE2I/rB7A==", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/@athenna/http/-/http-1.0.7.tgz", + "integrity": "sha512-JjkWsgOiuiqbQ/YE4tyJFG8XG9LfwgTb7+VJ5tCXxPjV8C8qmAMzRcGiEUvCspLDonG6HfXYzAa5P+SWCxRwDA==", "dependencies": { "@athenna/config": "1.0.5", "@athenna/ioc": "1.0.6", @@ -13504,9 +13504,9 @@ } }, "@athenna/http": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/@athenna/http/-/http-1.0.6.tgz", - "integrity": "sha512-VbvBYl6bYZNz4gKhTQf4CKh2edG/MiqUWySCvjPRGkqzFnhp5fIwIX+aQ+hGISlbiAcQVIBLjpCJpDE2I/rB7A==", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/@athenna/http/-/http-1.0.7.tgz", + "integrity": "sha512-JjkWsgOiuiqbQ/YE4tyJFG8XG9LfwgTb7+VJ5tCXxPjV8C8qmAMzRcGiEUvCspLDonG6HfXYzAa5P+SWCxRwDA==", "requires": { "@athenna/config": "1.0.5", "@athenna/ioc": "1.0.6", diff --git a/package.json b/package.json index 1e069d7..0c055d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@athenna/core", - "version": "1.0.5", + "version": "1.0.6", "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.6", + "@athenna/http": "1.0.7", "@secjs/utils": "1.8.0", "reflect-metadata": "0.1.13", "tscpaths": "0.0.9"