diff --git a/package-lock.json b/package-lock.json index 528852f..e7567ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "@athenna/test", - "version": "1.2.2", + "version": "1.2.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@athenna/test", - "version": "1.2.2", + "version": "1.2.4", "license": "MIT", "dependencies": { - "@athenna/core": "1.8.9", + "@athenna/core": "1.9.1", "@japa/assert": "1.3.4", "@japa/runner": "2.0.7", "@secjs/utils": "1.9.9" @@ -96,9 +96,9 @@ } }, "node_modules/@athenna/core": { - "version": "1.8.9", - "resolved": "https://registry.npmjs.org/@athenna/core/-/core-1.8.9.tgz", - "integrity": "sha512-cWhg8fkKa+AVLZJg+DOKeTlF2WeO4B8wzAbk28eBNjxGweI/9TDravRyoyxd/Xav7kYU9JJiOA9j5e31bETu1g==", + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/@athenna/core/-/core-1.9.1.tgz", + "integrity": "sha512-f8LyRofYJ7cD8qwqWRGnmvtPUyanTtR8GeUXZk0ankIgvv5wZN9oVRNGif+RLACKQ3yvvrEjg1UJ91Z0xxYm9A==", "dependencies": { "@athenna/artisan": "1.5.0", "@athenna/config": "1.1.4", @@ -8787,9 +8787,9 @@ } }, "@athenna/core": { - "version": "1.8.9", - "resolved": "https://registry.npmjs.org/@athenna/core/-/core-1.8.9.tgz", - "integrity": "sha512-cWhg8fkKa+AVLZJg+DOKeTlF2WeO4B8wzAbk28eBNjxGweI/9TDravRyoyxd/Xav7kYU9JJiOA9j5e31bETu1g==", + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/@athenna/core/-/core-1.9.1.tgz", + "integrity": "sha512-f8LyRofYJ7cD8qwqWRGnmvtPUyanTtR8GeUXZk0ankIgvv5wZN9oVRNGif+RLACKQ3yvvrEjg1UJ91Z0xxYm9A==", "requires": { "@athenna/artisan": "1.5.0", "@athenna/config": "1.1.4", diff --git a/package.json b/package.json index c4d5c42..aa39e79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@athenna/test", - "version": "1.2.3", + "version": "1.2.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.9.0", + "@athenna/core": "1.9.1", "@japa/assert": "1.3.4", "@japa/runner": "2.0.7", "@secjs/utils": "1.9.9"