From 43ad6d9a8fb25410dc76086d23705cc6358eaf39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Lenon?= Date: Mon, 5 Sep 2022 12:03:42 -0300 Subject: [PATCH] chore(npm): update dependencies --- package-lock.json | 34 +++++++++++++++++----------------- package.json | 4 ++-- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8e2fd22..6dfa071 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "@athenna/test", - "version": "1.1.3", + "version": "1.1.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@athenna/test", - "version": "1.1.3", + "version": "1.1.4", "license": "MIT", "dependencies": { - "@athenna/core": "1.8.0", + "@athenna/core": "1.8.1", "@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.0", - "resolved": "https://registry.npmjs.org/@athenna/core/-/core-1.8.0.tgz", - "integrity": "sha512-REmYWGx0J8qDKCmYKmLbSDOlMmltLfChciw1YS1iWqupIcjHzS7WfGWPr0DRryEpu9zP1ZdcegPL5xbtP5RBfA==", + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/@athenna/core/-/core-1.8.1.tgz", + "integrity": "sha512-12QYJsyahq0z1JYORoKziGk7WxtcACJKMQ9fV+LMFwkPsdZAMnDT9jtNLqRq/RFeYCBG8WMGrqZzQ6Riey8PCw==", "dependencies": { "@athenna/artisan": "1.4.3", "@athenna/config": "1.1.3", - "@athenna/http": "1.5.9", + "@athenna/http": "1.6.0", "@athenna/ioc": "1.2.3", "@athenna/logger": "1.2.8", "@secjs/utils": "1.9.7" } }, "node_modules/@athenna/http": { - "version": "1.5.9", - "resolved": "https://registry.npmjs.org/@athenna/http/-/http-1.5.9.tgz", - "integrity": "sha512-JqOng8e0LiK5VK1fBoPL4EfclBebA506PmvChusbxKdF+tAXYDob9DopJFn8TQOeUuZ80+YirVCHU6bdaCUn3A==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@athenna/http/-/http-1.6.0.tgz", + "integrity": "sha512-YBtnvW4XnR9pmA2xtjjSG0odiXZd6A7vTdewhedaMOVygi5SK7gmk4GlTedOsEmn3u8+rFjCIMYumWhnmEBkdQ==", "dependencies": { "@athenna/artisan": "1.4.3", "@athenna/ioc": "1.2.3", @@ -9283,22 +9283,22 @@ } }, "@athenna/core": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/@athenna/core/-/core-1.8.0.tgz", - "integrity": "sha512-REmYWGx0J8qDKCmYKmLbSDOlMmltLfChciw1YS1iWqupIcjHzS7WfGWPr0DRryEpu9zP1ZdcegPL5xbtP5RBfA==", + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/@athenna/core/-/core-1.8.1.tgz", + "integrity": "sha512-12QYJsyahq0z1JYORoKziGk7WxtcACJKMQ9fV+LMFwkPsdZAMnDT9jtNLqRq/RFeYCBG8WMGrqZzQ6Riey8PCw==", "requires": { "@athenna/artisan": "1.4.3", "@athenna/config": "1.1.3", - "@athenna/http": "1.5.9", + "@athenna/http": "1.6.0", "@athenna/ioc": "1.2.3", "@athenna/logger": "1.2.8", "@secjs/utils": "1.9.7" } }, "@athenna/http": { - "version": "1.5.9", - "resolved": "https://registry.npmjs.org/@athenna/http/-/http-1.5.9.tgz", - "integrity": "sha512-JqOng8e0LiK5VK1fBoPL4EfclBebA506PmvChusbxKdF+tAXYDob9DopJFn8TQOeUuZ80+YirVCHU6bdaCUn3A==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@athenna/http/-/http-1.6.0.tgz", + "integrity": "sha512-YBtnvW4XnR9pmA2xtjjSG0odiXZd6A7vTdewhedaMOVygi5SK7gmk4GlTedOsEmn3u8+rFjCIMYumWhnmEBkdQ==", "requires": { "@athenna/artisan": "1.4.3", "@athenna/ioc": "1.2.3", diff --git a/package.json b/package.json index 8cf2c0b..1bbfdf7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@athenna/test", - "version": "1.1.3", + "version": "1.1.4", "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.0", + "@athenna/core": "1.8.1", "@japa/runner": "2.0.7", "@japa/assert": "1.3.4", "@secjs/utils": "1.9.7"