From 22b53add1ef88783a8bc736ef8ac905b9395cd34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Lenon?= Date: Thu, 31 Mar 2022 10:01:57 -0300 Subject: [PATCH] feat: update @athenna/http to v1.0.8 --- package-lock.json | 14 +++++++------- package.json | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) 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"