From c6d5836d61bb26159f7b3b54db178a725ea4c5b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Lenon?= Date: Sat, 6 Jan 2024 21:09:50 +0000 Subject: [PATCH] update deps (#96) ## Proposed changes Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue. ## Types of changes What types of changes does your code introduce? _Put an `x` in the boxes that apply_ - [ ] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) ## Checklist _Put an `x` in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code._ - [ ] I have read the [CONTRIBUTING](https://github.com/AthennaIO/Cli/blob/master/CONTRIBUTING.md) documentation - [ ] Lint and unit tests pass locally with my changes - [ ] I have added tests that prove my fix is effective or that my feature works. - [ ] I have added necessary documentation (if appropriate) ## Further comments If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... --------- Co-authored-by: snyk-bot --- package-lock.json | 151 ++++++++++++++++++---------------------------- package.json | 18 +++--- 2 files changed, 67 insertions(+), 102 deletions(-) diff --git a/package-lock.json b/package-lock.json index c5f9891..38bf07b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,21 +1,21 @@ { "name": "@athenna/cli", - "version": "4.7.0", + "version": "4.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@athenna/cli", - "version": "4.7.0", + "version": "4.8.0", "license": "MIT", "dependencies": { - "@athenna/artisan": "^4.25.0", - "@athenna/common": "^4.24.0", - "@athenna/config": "^4.10.0", - "@athenna/core": "^4.18.0", - "@athenna/ioc": "^4.11.0", - "@athenna/logger": "^4.12.0", - "@athenna/view": "^4.9.0", + "@athenna/artisan": "^4.27.0", + "@athenna/common": "^4.26.0", + "@athenna/config": "^4.11.0", + "@athenna/core": "^4.19.0", + "@athenna/ioc": "^4.12.0", + "@athenna/logger": "^4.13.0", + "@athenna/view": "^4.10.0", "reflect-metadata": "^0.2.1", "source-map-support": "^0.5.21" }, @@ -23,7 +23,7 @@ "athenna": "bin/main.js" }, "devDependencies": { - "@athenna/test": "^4.16.0", + "@athenna/test": "^4.17.0", "@athenna/tsconfig": "^4.12.0", "@typescript-eslint/eslint-plugin": "^6.7.4", "@typescript-eslint/parser": "^6.7.4", @@ -92,9 +92,9 @@ "dev": true }, "node_modules/@athenna/artisan": { - "version": "4.25.0", - "resolved": "https://registry.npmjs.org/@athenna/artisan/-/artisan-4.25.0.tgz", - "integrity": "sha512-URq3M5+W2qrr7TgBI4pQdfquH5kSZ28CBzOKUxiKuyCVWlq1J7Fbt4qbS/u/2Xp+kKS7mK5IwWybX0V1yPjMAA==", + "version": "4.27.0", + "resolved": "https://registry.npmjs.org/@athenna/artisan/-/artisan-4.27.0.tgz", + "integrity": "sha512-5WWAinUVo7A0UrW0yGvNCZlpW3ovdmDOTeHxFEN2f8Fgtut63bG9zjDt6iWUlHzK/Xq2rdNgGPKJ+z4CCONsSQ==", "dependencies": { "chalk-rainbow": "^1.0.0", "cli-boxes": "^3.0.0", @@ -111,9 +111,9 @@ } }, "node_modules/@athenna/common": { - "version": "4.25.0", - "resolved": "https://registry.npmjs.org/@athenna/common/-/common-4.25.0.tgz", - "integrity": "sha512-obd58Iy82mUW6GALGDjCnQCoMKAUV2XGBz32AV2F0nTjcZo5vk3B5Ig0JhnbQ2lR9XZma6CruoC71+E1JIBhhw==", + "version": "4.26.0", + "resolved": "https://registry.npmjs.org/@athenna/common/-/common-4.26.0.tgz", + "integrity": "sha512-iU8lXqoiFJS6Iyh+oL8DL+72sZx6CS9PibZ/Bw+cKogaUULdF+wdWGFlaWrap61HzS1vFd3u1EZi3Y/49SsBGg==", "dependencies": { "@fastify/formbody": "^7.4.0", "bytes": "^3.1.2", @@ -122,7 +122,7 @@ "change-case": "^4.1.2", "collect.js": "^4.36.1", "execa": "^8.0.1", - "fastify": "^4.24.3", + "fastify": "^4.25.0", "got": "^12.6.1", "http-status-codes": "^2.2.0", "is-wsl": "^2.2.0", @@ -161,9 +161,9 @@ } }, "node_modules/@athenna/config": { - "version": "4.10.0", - "resolved": "https://registry.npmjs.org/@athenna/config/-/config-4.10.0.tgz", - "integrity": "sha512-0sNUqXyVJdfI6IyH1P5znXvIyaZJodHnt5kO0Ao5Kak/BD35pk4IHOfqjA6rH9eqWWP/BLXljbXXJUkppMn9Fw==", + "version": "4.11.0", + "resolved": "https://registry.npmjs.org/@athenna/config/-/config-4.11.0.tgz", + "integrity": "sha512-n98HrUJ8/8bK6L4jLS924Z35zAUZyzNbDo7V1wOXNGXF4yEWVZ15M/lSrfsrczXGlKvwC40BR9JPmSPNosl//Q==", "dependencies": { "dotenv": "^16.3.1", "magicast": "^0.3.2", @@ -174,9 +174,9 @@ } }, "node_modules/@athenna/core": { - "version": "4.18.0", - "resolved": "https://registry.npmjs.org/@athenna/core/-/core-4.18.0.tgz", - "integrity": "sha512-ZwjGuUmoQJD/zPfhbgHUayvAQiReS1sfLbueuELET3RLbEd7ZB6hOoNvuYx4v7fgcRubCGMnkv3ZaiOX27/MrA==", + "version": "4.19.0", + "resolved": "https://registry.npmjs.org/@athenna/core/-/core-4.19.0.tgz", + "integrity": "sha512-yXDTeGpwa4Y5ss7eO3ofryrxTKZzF9t54ZzVHjLD3UFWBErcSBNTUZLot+JM1in4i8+RZkyhDRn/bNCP20c8Eg==", "dependencies": { "pretty-repl": "^3.1.2", "semver": "^7.5.4" @@ -186,9 +186,9 @@ } }, "node_modules/@athenna/ioc": { - "version": "4.11.0", - "resolved": "https://registry.npmjs.org/@athenna/ioc/-/ioc-4.11.0.tgz", - "integrity": "sha512-gGCa3DOjzYDL/eY6FhNbE4+v2xhkzAn5fPeM6kkFMs/hVudnRSIasQTd9Lc0A0NpKSmeIZXtm2uY6UPmCvZyKQ==", + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/@athenna/ioc/-/ioc-4.12.0.tgz", + "integrity": "sha512-Avg785spk2qG9pBr/jZv+jqExV2cKESECWTQOAzeCFGljsRsWjMB4K8tGiVyUejEIlc8aAcqSFXZDUGOdCz6zg==", "dependencies": { "awilix": "^7.0.3" }, @@ -197,9 +197,9 @@ } }, "node_modules/@athenna/logger": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/@athenna/logger/-/logger-4.12.0.tgz", - "integrity": "sha512-a15L+9Y+m/MidwpOnSrjPCGl5xMmNhfsTQPw4DO5VTWb/NCCYSuGtG7XEIzOA+FXGIn2Bn6oMS9Roca76+Bong==", + "version": "4.13.0", + "resolved": "https://registry.npmjs.org/@athenna/logger/-/logger-4.13.0.tgz", + "integrity": "sha512-7QVvaGnyReXKQcbuaojkHzbshTGAAsFCP2wGawSaD8ErADD2kkBSolsCtw+3/FYyyf/x0vDo/+y8bJP56L0y5A==", "dependencies": { "cls-rtracer": "^2.6.3", "telegraf": "^4.15.3" @@ -209,15 +209,15 @@ } }, "node_modules/@athenna/test": { - "version": "4.16.0", - "resolved": "https://registry.npmjs.org/@athenna/test/-/test-4.16.0.tgz", - "integrity": "sha512-NK3HHivJP9ao9A0uGaIfdvfXdC9bM0N6vlR7WwQ7/LWndb3EQpLTpwOzH6a/n822NzVS+at/2eNFODLl3ger2w==", + "version": "4.17.0", + "resolved": "https://registry.npmjs.org/@athenna/test/-/test-4.17.0.tgz", + "integrity": "sha512-NRYXxjDf8+owgUZmrp217L68E4oVI7lnHEAohsAtKuwjPvqXtTxDKLYO8AviB+QOPo0zUFr6X0mMkNVGLH5MCA==", "dev": true, "dependencies": { "@japa/assert": "^2.1.0", "@japa/runner": "^3.1.1", "@types/sinon": "^10.0.20", - "c8": "^8.0.1", + "c8": "^9.0.0", "sinon": "^15.1.0" }, "engines": { @@ -246,9 +246,9 @@ "dev": true }, "node_modules/@athenna/view": { - "version": "4.9.0", - "resolved": "https://registry.npmjs.org/@athenna/view/-/view-4.9.0.tgz", - "integrity": "sha512-hQfgQZJqM0FluWonFGmE4Lyp3Khd+OU86ZHekcDhfWQnERDszsiA9lGUpuUlkaEBwpgqaUqg9Tx3kIwnfpvuaA==", + "version": "4.10.0", + "resolved": "https://registry.npmjs.org/@athenna/view/-/view-4.10.0.tgz", + "integrity": "sha512-QZRbJaH2d+D8SOsm5RUMhw+BtAX1l02j309s7nowruDcUK5tBoqYVFECRPa4cKeIb87X8IFSquz1jNM26HW3KA==", "dependencies": { "edge.js": "^5.5.1" }, @@ -2258,19 +2258,18 @@ } }, "node_modules/c8": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/c8/-/c8-8.0.1.tgz", - "integrity": "sha512-EINpopxZNH1mETuI0DzRA4MZpAUH+IFiRhnmFD3vFr3vdrgxqi3VfE3KL0AIL+zDq8rC9bZqwM/VDmmoe04y7w==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/c8/-/c8-9.0.0.tgz", + "integrity": "sha512-nFJhU2Cz6Frh2awk3IW7wwk3wx27/U2v8ojQCHGc1GWTCHS6aMu4lal327/ZnnYj7oSThGF1X3qUP1yzAJBcOQ==", "dev": true, "dependencies": { "@bcoe/v8-coverage": "^0.2.3", "@istanbuljs/schema": "^0.1.3", "find-up": "^5.0.0", - "foreground-child": "^2.0.0", + "foreground-child": "^3.1.1", "istanbul-lib-coverage": "^3.2.0", "istanbul-lib-report": "^3.0.1", "istanbul-reports": "^3.1.6", - "rimraf": "^3.0.2", "test-exclude": "^6.0.0", "v8-to-istanbul": "^9.0.0", "yargs": "^17.7.2", @@ -2280,22 +2279,7 @@ "c8": "bin/c8.js" }, "engines": { - "node": ">=12" - } - }, - "node_modules/c8/node_modules/rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "dev": true, - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" + "node": ">=14.14.0" } }, "node_modules/cacheable-lookup": { @@ -4345,24 +4329,21 @@ } }, "node_modules/foreground-child": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-2.0.0.tgz", - "integrity": "sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz", + "integrity": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==", "dev": true, "dependencies": { "cross-spawn": "^7.0.0", - "signal-exit": "^3.0.2" + "signal-exit": "^4.0.1" }, "engines": { - "node": ">=8.0.0" + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/foreground-child/node_modules/signal-exit": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", - "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", - "dev": true - }, "node_modules/form-data-encoder": { "version": "2.1.4", "resolved": "https://registry.npmjs.org/form-data-encoder/-/form-data-encoder-2.1.4.tgz", @@ -5527,9 +5508,9 @@ } }, "node_modules/istanbul-lib-coverage": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz", - "integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==", + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz", + "integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==", "dev": true, "engines": { "node": ">=8" @@ -7484,22 +7465,6 @@ "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/rimraf/node_modules/foreground-child": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz", - "integrity": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==", - "dev": true, - "dependencies": { - "cross-spawn": "^7.0.0", - "signal-exit": "^4.0.1" - }, - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, "node_modules/rimraf/node_modules/glob": { "version": "10.3.10", "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz", @@ -8696,9 +8661,9 @@ "dev": true }, "node_modules/v8-to-istanbul": { - "version": "9.1.3", - "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.1.3.tgz", - "integrity": "sha512-9lDD+EVI2fjFsMWXc6dy5JJzBsVTcQ2fVkfBvncZ6xJWG9wtBhOldG+mHkSL0+V1K/xgZz0JDO5UT5hFwHUghg==", + "version": "9.2.0", + "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.2.0.tgz", + "integrity": "sha512-/EH/sDgxU2eGxajKdwLCDmQ4FWq+kpi3uCmBGpw1xJtnAxEjlD8j8PEiGWpCIMIs3ciNAgH0d3TTJiUkYzyZjA==", "dev": true, "dependencies": { "@jridgewell/trace-mapping": "^0.3.12", @@ -8710,9 +8675,9 @@ } }, "node_modules/v8-to-istanbul/node_modules/@jridgewell/trace-mapping": { - "version": "0.3.19", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz", - "integrity": "sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw==", + "version": "0.3.20", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz", + "integrity": "sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q==", "dev": true, "dependencies": { "@jridgewell/resolve-uri": "^3.1.0", diff --git a/package.json b/package.json index 0218c07..9cf7336 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@athenna/cli", - "version": "4.7.0", + "version": "4.8.0", "description": "Athenna CLI to create new Athenna projects.", "license": "MIT", "author": "João Lenon ", @@ -49,18 +49,18 @@ "#tests": "./tests/index.js" }, "dependencies": { - "@athenna/artisan": "^4.25.0", - "@athenna/common": "^4.24.0", - "@athenna/config": "^4.10.0", - "@athenna/core": "^4.18.0", - "@athenna/ioc": "^4.11.0", - "@athenna/logger": "^4.12.0", - "@athenna/view": "^4.9.0", + "@athenna/artisan": "^4.27.0", + "@athenna/common": "^4.26.0", + "@athenna/config": "^4.11.0", + "@athenna/core": "^4.19.0", + "@athenna/ioc": "^4.12.0", + "@athenna/logger": "^4.13.0", + "@athenna/view": "^4.10.0", "reflect-metadata": "^0.2.1", "source-map-support": "^0.5.21" }, "devDependencies": { - "@athenna/test": "^4.16.0", + "@athenna/test": "^4.17.0", "@athenna/tsconfig": "^4.12.0", "@typescript-eslint/eslint-plugin": "^6.7.4", "@typescript-eslint/parser": "^6.7.4",