diff --git a/package-lock.json b/package-lock.json index d463cb0..195c9fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,17 +1,17 @@ { "name": "@athenna/core", - "version": "1.8.0", + "version": "1.8.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@athenna/core", - "version": "1.8.0", + "version": "1.8.1", "license": "MIT", "dependencies": { "@athenna/artisan": "1.4.3", "@athenna/config": "1.1.3", - "@athenna/http": "1.5.9", + "@athenna/http": "1.6.0", "@athenna/ioc": "1.2.3", "@athenna/logger": "1.2.8", "@secjs/utils": "1.9.7" @@ -104,9 +104,9 @@ } }, "node_modules/@athenna/http": { - "version": "1.5.9", - "resolved": "https://registry.npmjs.org/@athenna/http/-/http-1.5.9.tgz", - "integrity": "sha512-JqOng8e0LiK5VK1fBoPL4EfclBebA506PmvChusbxKdF+tAXYDob9DopJFn8TQOeUuZ80+YirVCHU6bdaCUn3A==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@athenna/http/-/http-1.6.0.tgz", + "integrity": "sha512-YBtnvW4XnR9pmA2xtjjSG0odiXZd6A7vTdewhedaMOVygi5SK7gmk4GlTedOsEmn3u8+rFjCIMYumWhnmEBkdQ==", "dependencies": { "@athenna/artisan": "1.4.3", "@athenna/ioc": "1.2.3", @@ -9402,9 +9402,9 @@ } }, "@athenna/http": { - "version": "1.5.9", - "resolved": "https://registry.npmjs.org/@athenna/http/-/http-1.5.9.tgz", - "integrity": "sha512-JqOng8e0LiK5VK1fBoPL4EfclBebA506PmvChusbxKdF+tAXYDob9DopJFn8TQOeUuZ80+YirVCHU6bdaCUn3A==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@athenna/http/-/http-1.6.0.tgz", + "integrity": "sha512-YBtnvW4XnR9pmA2xtjjSG0odiXZd6A7vTdewhedaMOVygi5SK7gmk4GlTedOsEmn3u8+rFjCIMYumWhnmEBkdQ==", "requires": { "@athenna/artisan": "1.4.3", "@athenna/ioc": "1.2.3", diff --git a/package.json b/package.json index 9e4aea5..118a207 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@athenna/core", - "version": "1.8.0", + "version": "1.8.1", "description": "The plug and play Node.js framework.", "license": "MIT", "author": "João Lenon ", @@ -40,7 +40,7 @@ "dependencies": { "@athenna/artisan": "1.4.3", "@athenna/config": "1.1.3", - "@athenna/http": "1.5.9", + "@athenna/http": "1.6.0", "@athenna/ioc": "1.2.3", "@athenna/logger": "1.2.8", "@secjs/utils": "1.9.7"