diff --git a/package-lock.json b/package-lock.json index 121e318..67c5c76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,16 @@ { "name": "@athenna/core", - "version": "1.2.2", + "version": "1.2.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@athenna/core", - "version": "1.2.2", + "version": "1.2.5", "license": "MIT", "dependencies": { "@athenna/config": "1.0.8", - "@athenna/http": "1.2.1", + "@athenna/http": "1.2.2", "@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.1", - "resolved": "https://registry.npmjs.org/@athenna/http/-/http-1.2.1.tgz", - "integrity": "sha512-pKKop8j4A4Dkcd5yd7ISyTILxS7SklGA70PoPrM8sJCRPSjRawnxzqTq8AAZ+t4y6YuAlgCEzreVjNNrBgBxGA==", + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/@athenna/http/-/http-1.2.2.tgz", + "integrity": "sha512-UgGwwF3GdoEBXVQkV6IEpDao/vMRbdG4YVH77I+zQL+/usul6WQ3RBv9NMbPdUIqFnPobB1eLv6UDwpd449wrw==", "dependencies": { "@athenna/config": "1.0.8", "@athenna/ioc": "1.1.2", @@ -13465,9 +13465,9 @@ } }, "@athenna/http": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@athenna/http/-/http-1.2.1.tgz", - "integrity": "sha512-pKKop8j4A4Dkcd5yd7ISyTILxS7SklGA70PoPrM8sJCRPSjRawnxzqTq8AAZ+t4y6YuAlgCEzreVjNNrBgBxGA==", + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/@athenna/http/-/http-1.2.2.tgz", + "integrity": "sha512-UgGwwF3GdoEBXVQkV6IEpDao/vMRbdG4YVH77I+zQL+/usul6WQ3RBv9NMbPdUIqFnPobB1eLv6UDwpd449wrw==", "requires": { "@athenna/config": "1.0.8", "@athenna/ioc": "1.1.2", diff --git a/package.json b/package.json index bf4c260..29ca825 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@athenna/core", - "version": "1.2.4", + "version": "1.2.5", "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.1", + "@athenna/http": "1.2.2", "@secjs/utils": "1.8.3", "reflect-metadata": "0.1.13", "tscpaths": "0.0.9"