diff --git a/bin/test.ts b/bin/test.ts index 12e8514..e71cf67 100644 --- a/bin/test.ts +++ b/bin/test.ts @@ -15,7 +15,6 @@ EnvHelper.resolveFilePath(Path.pwd('.env')) await Runner.setTsEnv() .addAssertPlugin() - .addSpecReporter() .addPath('tests/unit/**/*.ts') .setCliArgs(process.argv.slice(2)) .setGlobalTimeout(30000) diff --git a/package-lock.json b/package-lock.json index 1c8d632..11b286a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,23 +1,23 @@ { "name": "@athenna/logger", - "version": "4.9.0", + "version": "4.10.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@athenna/logger", - "version": "4.9.0", + "version": "4.10.0", "license": "MIT", "dependencies": { "cls-rtracer": "^2.6.3", "telegraf": "^4.15.0" }, "devDependencies": { - "@athenna/common": "^4.21.0", - "@athenna/config": "^4.8.0", - "@athenna/ioc": "^4.8.0", - "@athenna/test": "^4.13.0", - "@athenna/tsconfig": "^4.9.1", + "@athenna/common": "^4.23.0", + "@athenna/config": "^4.9.0", + "@athenna/ioc": "^4.10.0", + "@athenna/test": "^4.14.0", + "@athenna/tsconfig": "^4.12.0", "@typescript-eslint/eslint-plugin": "^6.7.4", "@typescript-eslint/parser": "^6.7.4", "commitizen": "^4.2.6", @@ -92,9 +92,9 @@ "dev": true }, "node_modules/@athenna/common": { - "version": "4.21.0", - "resolved": "https://registry.npmjs.org/@athenna/common/-/common-4.21.0.tgz", - "integrity": "sha512-1FCgoWxFzKHyC72UMa49VRaQMxbZS6PpagBE4pxAN0YqQ3hYQM8XDToVHc9NP/4geVyb2p5Qz3N06M/GpJn3jA==", + "version": "4.23.0", + "resolved": "https://registry.npmjs.org/@athenna/common/-/common-4.23.0.tgz", + "integrity": "sha512-MS5d53x138Id5CY1Zj9kUHoSJzmZl8kkjaiHtXzR4LW3RFrD3Mpi2RoA078DdYlxhB0y3ch0d6i/saKpJdjHGw==", "dev": true, "dependencies": { "@fastify/formbody": "^7.4.0", @@ -104,7 +104,7 @@ "change-case": "^4.1.2", "collect.js": "^4.36.1", "execa": "^8.0.1", - "fastify": "^4.24.0", + "fastify": "^4.24.3", "got": "^12.6.1", "http-status-codes": "^2.2.0", "is-wsl": "^2.2.0", @@ -123,7 +123,7 @@ "youch-terminal": "^2.2.2" }, "engines": { - "node": ">=21.0.0" + "node": ">=20.0.0" } }, "node_modules/@athenna/common/node_modules/argparse": { @@ -145,13 +145,13 @@ } }, "node_modules/@athenna/config": { - "version": "4.8.0", - "resolved": "https://registry.npmjs.org/@athenna/config/-/config-4.8.0.tgz", - "integrity": "sha512-pTRNivg1fmViJ45237qhBiVAQU2R7iWTA28MPsJgePt0Jve0z6unhwPSBAaH/oI1KO/Ki9N3jKkwICehyT62sg==", + "version": "4.9.0", + "resolved": "https://registry.npmjs.org/@athenna/config/-/config-4.9.0.tgz", + "integrity": "sha512-Si0brNW90ILWdlMJ/pkGZr03nuMfSjjjXBQpJju8zNsTSVLVbYRuTkKNxfpx+hKQhSz9TWmWFiKfIA1DLo07Jw==", "dev": true, "dependencies": { "dotenv": "^16.3.1", - "magicast": "^0.3.0", + "magicast": "^0.3.2", "syntax-error": "^1.4.0" }, "engines": { @@ -159,9 +159,9 @@ } }, "node_modules/@athenna/ioc": { - "version": "4.9.0", - "resolved": "https://registry.npmjs.org/@athenna/ioc/-/ioc-4.9.0.tgz", - "integrity": "sha512-oJPWF6u0INBwuW4rAEVN5hHXIgKCA6ywvTnuWhRJnUPDU1T+4yWAxbENesydbhJpiP7ID9JSoEDA/NV9+V5wOg==", + "version": "4.10.0", + "resolved": "https://registry.npmjs.org/@athenna/ioc/-/ioc-4.10.0.tgz", + "integrity": "sha512-pT/CRDMtslNo/WvHSHqpP0a9YAgwnlZs+aP1xqZFqkC+7uxZkBHkDeZHamKVQut8tz5w9cc7tNXQoOa+l43uzA==", "dev": true, "dependencies": { "awilix": "^7.0.3" @@ -189,9 +189,9 @@ } }, "node_modules/@athenna/tsconfig": { - "version": "4.9.1", - "resolved": "https://registry.npmjs.org/@athenna/tsconfig/-/tsconfig-4.9.1.tgz", - "integrity": "sha512-NHF/qDOXxsvSsMZ9+gFDlTcas7CzS7njcAnNq4Om8s5P0gUIb7dWvYtihAdrd5e3o3g2z6DlQqyRo3gvqtt1NA==", + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/@athenna/tsconfig/-/tsconfig-4.12.0.tgz", + "integrity": "sha512-LO4fQZhp19iRsQTKYv0rzg1FcftRhXwHWdPQH+svUtGiaIGe/3GWCadea4ER9AGVvBx5M/2lEm65RFQGZPl76A==", "dev": true, "dependencies": { "copyfiles": "^2.4.1", diff --git a/package.json b/package.json index d7f20f4..4fbe68e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@athenna/logger", - "version": "4.9.0", + "version": "4.10.0", "description": "The Athenna logging solution. Log in stdout, files and buckets.", "license": "MIT", "author": "João Lenon ", @@ -65,11 +65,11 @@ "cls-rtracer": "^2.6.3" }, "devDependencies": { - "@athenna/common": "^4.21.0", - "@athenna/config": "^4.8.0", - "@athenna/ioc": "^4.8.0", - "@athenna/test": "^4.13.0", - "@athenna/tsconfig": "^4.9.1", + "@athenna/common": "^4.23.0", + "@athenna/config": "^4.9.0", + "@athenna/ioc": "^4.10.0", + "@athenna/test": "^4.14.0", + "@athenna/tsconfig": "^4.12.0", "@typescript-eslint/eslint-plugin": "^6.7.4", "@typescript-eslint/parser": "^6.7.4", "commitizen": "^4.2.6",