From 6aea2f52e08c9ce39d4b22c15dd4d87f24ae5af2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Lenon?= Date: Fri, 8 Apr 2022 15:28:13 -0300 Subject: [PATCH] chore: update dependencies --- package-lock.json | 18 +++++++++--------- package.json | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 67c5c76..bbbf4f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,16 @@ { "name": "@athenna/core", - "version": "1.2.5", + "version": "1.2.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@athenna/core", - "version": "1.2.5", + "version": "1.2.6", "license": "MIT", "dependencies": { "@athenna/config": "1.0.8", - "@athenna/http": "1.2.2", + "@athenna/http": "1.2.3", "@athenna/ioc": "1.1.2", "@athenna/logger": "1.1.6", "@secjs/utils": "1.8.3", @@ -71,9 +71,9 @@ } }, "node_modules/@athenna/http": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/@athenna/http/-/http-1.2.2.tgz", - "integrity": "sha512-UgGwwF3GdoEBXVQkV6IEpDao/vMRbdG4YVH77I+zQL+/usul6WQ3RBv9NMbPdUIqFnPobB1eLv6UDwpd449wrw==", + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/@athenna/http/-/http-1.2.3.tgz", + "integrity": "sha512-nCPyvUF5r4AKRXmpjZAd6MPVAN6M0rETu74OIAPLK5LjQ6o1e5JnG1LJq1teo01mfLE9n3cJ3Y5jt6tYjYJwQA==", "dependencies": { "@athenna/config": "1.0.8", "@athenna/ioc": "1.1.2", @@ -13465,9 +13465,9 @@ } }, "@athenna/http": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/@athenna/http/-/http-1.2.2.tgz", - "integrity": "sha512-UgGwwF3GdoEBXVQkV6IEpDao/vMRbdG4YVH77I+zQL+/usul6WQ3RBv9NMbPdUIqFnPobB1eLv6UDwpd449wrw==", + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/@athenna/http/-/http-1.2.3.tgz", + "integrity": "sha512-nCPyvUF5r4AKRXmpjZAd6MPVAN6M0rETu74OIAPLK5LjQ6o1e5JnG1LJq1teo01mfLE9n3cJ3Y5jt6tYjYJwQA==", "requires": { "@athenna/config": "1.0.8", "@athenna/ioc": "1.1.2", diff --git a/package.json b/package.json index 29ca825..7a839df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@athenna/core", - "version": "1.2.5", + "version": "1.2.6", "description": "", "license": "MIT", "author": "João Lenon ", @@ -161,7 +161,7 @@ "@athenna/config": "1.0.8", "@athenna/ioc": "1.1.2", "@athenna/logger": "1.1.6", - "@athenna/http": "1.2.2", + "@athenna/http": "1.2.3", "@secjs/utils": "1.8.3", "reflect-metadata": "0.1.13", "tscpaths": "0.0.9"