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"