diff --git a/package-lock.json b/package-lock.json index 51c9dfc..e0beb33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "@athenna/test", - "version": "1.1.5", + "version": "1.1.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@athenna/test", - "version": "1.1.5", + "version": "1.1.6", "license": "MIT", "dependencies": { - "@athenna/core": "1.8.2", + "@athenna/core": "1.8.3", "@japa/assert": "1.3.4", "@japa/runner": "2.0.7", "@secjs/utils": "1.9.7" @@ -96,22 +96,22 @@ } }, "node_modules/@athenna/core": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/@athenna/core/-/core-1.8.2.tgz", - "integrity": "sha512-7TpSumIqesABG1+MwisoKpeMXRUavlmEGGCpy9DQSDF18v/Kkwk0LozwODiYVOvfFYCzHN3k59VeKT8vZcAdMg==", + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/@athenna/core/-/core-1.8.3.tgz", + "integrity": "sha512-Mn/EZjXxkYeCSr5KLFnj/eaJeDVi5xUdI4EugvLEIzoDWg4cZc4ZpllIcNoVUiHN3S1RwAiOBuHTGDCcVNs8og==", "dependencies": { "@athenna/artisan": "1.4.4", "@athenna/config": "1.1.3", - "@athenna/http": "1.6.1", + "@athenna/http": "1.6.2", "@athenna/ioc": "1.2.3", "@athenna/logger": "1.2.8", "@secjs/utils": "1.9.7" } }, "node_modules/@athenna/http": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/@athenna/http/-/http-1.6.1.tgz", - "integrity": "sha512-1rw0orHw6wrJCnaqC1/L5zU+rxh6t387LKhBHjX8Smva+b7Z5aoqUfv63UFqHQTuCuqvi7IWBMpQJptPIWlowQ==", + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/@athenna/http/-/http-1.6.2.tgz", + "integrity": "sha512-9kB+mdKeZQNud8LE5rMxq/NocTycySW4jCE3z0l3xbTA4GkrgBBIlWK6HFG1ZwvW9SO1nh571gOe68WogA9VeQ==", "dependencies": { "@athenna/artisan": "1.4.4", "@athenna/ioc": "1.2.3", @@ -9283,22 +9283,22 @@ } }, "@athenna/core": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/@athenna/core/-/core-1.8.2.tgz", - "integrity": "sha512-7TpSumIqesABG1+MwisoKpeMXRUavlmEGGCpy9DQSDF18v/Kkwk0LozwODiYVOvfFYCzHN3k59VeKT8vZcAdMg==", + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/@athenna/core/-/core-1.8.3.tgz", + "integrity": "sha512-Mn/EZjXxkYeCSr5KLFnj/eaJeDVi5xUdI4EugvLEIzoDWg4cZc4ZpllIcNoVUiHN3S1RwAiOBuHTGDCcVNs8og==", "requires": { "@athenna/artisan": "1.4.4", "@athenna/config": "1.1.3", - "@athenna/http": "1.6.1", + "@athenna/http": "1.6.2", "@athenna/ioc": "1.2.3", "@athenna/logger": "1.2.8", "@secjs/utils": "1.9.7" } }, "@athenna/http": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/@athenna/http/-/http-1.6.1.tgz", - "integrity": "sha512-1rw0orHw6wrJCnaqC1/L5zU+rxh6t387LKhBHjX8Smva+b7Z5aoqUfv63UFqHQTuCuqvi7IWBMpQJptPIWlowQ==", + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/@athenna/http/-/http-1.6.2.tgz", + "integrity": "sha512-9kB+mdKeZQNud8LE5rMxq/NocTycySW4jCE3z0l3xbTA4GkrgBBIlWK6HFG1ZwvW9SO1nh571gOe68WogA9VeQ==", "requires": { "@athenna/artisan": "1.4.4", "@athenna/ioc": "1.2.3", diff --git a/package.json b/package.json index 09759e7..7396114 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@athenna/test", - "version": "1.1.5", + "version": "1.1.6", "description": "The Athenna test runner. Built on top of Japa.", "license": "MIT", "author": "João Lenon ", @@ -39,7 +39,7 @@ "#tests/*": "./tests/*.js" }, "dependencies": { - "@athenna/core": "1.8.2", + "@athenna/core": "1.8.3", "@japa/runner": "2.0.7", "@japa/assert": "1.3.4", "@secjs/utils": "1.9.7"