From e25f6903e9e51750c2424672d097ecfe38fa004d Mon Sep 17 00:00:00 2001 From: jlenon7 Date: Sat, 6 Jan 2024 20:31:51 +0000 Subject: [PATCH 1/5] chore(npm): update dependencies --- package-lock.json | 12 ++++++------ package.json | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d3aef44..6388308 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,18 +1,18 @@ { "name": "@athenna/cli", - "version": "4.6.0", + "version": "4.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@athenna/cli", - "version": "4.6.0", + "version": "4.7.0", "license": "MIT", "dependencies": { "@athenna/artisan": "^4.25.0", "@athenna/common": "^4.24.0", "@athenna/config": "^4.10.0", - "@athenna/core": "^4.17.0", + "@athenna/core": "^4.18.0", "@athenna/ioc": "^4.11.0", "@athenna/logger": "^4.12.0", "@athenna/view": "^4.9.0", @@ -174,9 +174,9 @@ } }, "node_modules/@athenna/core": { - "version": "4.17.0", - "resolved": "https://registry.npmjs.org/@athenna/core/-/core-4.17.0.tgz", - "integrity": "sha512-OgSiw9KlC8vQE4pxdh8iwn9E7ui4Z0Srl93OpeTLonkk20FnR6JPQxXBGcH2O2dptao4nuIlY9pdrQ0qBT6+Fg==", + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@athenna/core/-/core-4.18.0.tgz", + "integrity": "sha512-ZwjGuUmoQJD/zPfhbgHUayvAQiReS1sfLbueuELET3RLbEd7ZB6hOoNvuYx4v7fgcRubCGMnkv3ZaiOX27/MrA==", "dependencies": { "pretty-repl": "^3.1.2", "semver": "^7.5.4" diff --git a/package.json b/package.json index 0d40c7f..972f0ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@athenna/cli", - "version": "4.6.0", + "version": "4.7.0", "description": "Athenna CLI to create new Athenna projects.", "license": "MIT", "author": "João Lenon ", @@ -52,7 +52,7 @@ "@athenna/artisan": "^4.25.0", "@athenna/common": "^4.24.0", "@athenna/config": "^4.10.0", - "@athenna/core": "^4.17.0", + "@athenna/core": "^4.18.0", "@athenna/ioc": "^4.11.0", "@athenna/logger": "^4.12.0", "@athenna/view": "^4.9.0", From fef235ba255884357f946b2d497a93878aef228d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Lenon?= Date: Sat, 6 Jan 2024 20:32:14 +0000 Subject: [PATCH 2/5] [Snyk] Upgrade reflect-metadata from 0.1.14 to 0.2.1 (#94) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade reflect-metadata from 0.1.14 to 0.2.1.

:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
- The recommended version is **3 versions** ahead of your current version. - The recommended version was released **23 days ago**, on 2023-12-14.
Release notes
Package name: reflect-metadata from reflect-metadata GitHub release notes
Commit messages
Package name: reflect-metadata
  • 5c2589f 0.2.1
  • 1e66739 Fix stack overflow crash in isProviderFor
  • 68fd019 Merge pull request #149 from rbuckton/lite-mode-no-dynamic-eval
  • 85d168f Remove dynamic execution from lite-mode
  • 893db5d Drop prerelease from version
  • 6ef3aed Merge pull request #144 from rbuckton/lite-mode
  • 7391602 Merge branch 'main' into lite-mode
  • f16259f Update ci.yml
  • 4e604aa Create ci.yml
  • ad6f84b Mark as prerelease for testing purposes
  • b53ea48 Fix fallback handling, better tests, remove process.env reference
  • 31dde5f Add shared registry for use when multiple versions are loaded
  • 6227ddf drop dual CJS/ESM implementation
  • 977503c /no-conflict only defers to global Reflect if it hasn't already been used
  • bdab024 package.json cleanup
  • 83fc28b Add fallback to no-conflict version
  • 359e1f6 Fix Set.entries()
  • 39dda64 Fix Set.entries()
  • aa18f01 Use SameValueZero in Map polyfill
  • 63083c4 Bump patch version
  • c8c06cc Bypass webpack process.env inlining
Compare

**Note:** *You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.* For more information: 🧐 [View latest project report](https://app.snyk.io/org/jlenon7/project/1bb41e1e-9fbd-4814-b8ed-6670f10959a8?utm_source=github&utm_medium=referral&page=upgrade-pr) 🛠 [Adjust upgrade PR settings](https://app.snyk.io/org/jlenon7/project/1bb41e1e-9fbd-4814-b8ed-6670f10959a8/settings/integration?utm_source=github&utm_medium=referral&page=upgrade-pr) 🔕 [Ignore this dependency or unsubscribe from future upgrade PRs](https://app.snyk.io/org/jlenon7/project/1bb41e1e-9fbd-4814-b8ed-6670f10959a8/settings/integration?pkg=reflect-metadata&utm_source=github&utm_medium=referral&page=upgrade-pr#auto-dep-upgrades) Co-authored-by: snyk-bot --- package-lock.json | 14 ++++++++++---- package.json | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6388308..c5f9891 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@athenna/ioc": "^4.11.0", "@athenna/logger": "^4.12.0", "@athenna/view": "^4.9.0", - "reflect-metadata": "^0.1.14", + "reflect-metadata": "^0.2.1", "source-map-support": "^0.5.21" }, "bin": { @@ -239,6 +239,12 @@ "typescript": "^5.2.2" } }, + "node_modules/@athenna/tsconfig/node_modules/reflect-metadata": { + "version": "0.1.14", + "resolved": "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.1.14.tgz", + "integrity": "sha512-ZhYeb6nRaXCfhnndflDK8qI6ZQ/YcWZCISRAWICW9XYqMUwjZM9Z0DveWX/ABN01oxSHwVxKQmxeYZSsm0jh5A==", + "dev": true + }, "node_modules/@athenna/view": { "version": "4.9.0", "resolved": "https://registry.npmjs.org/@athenna/view/-/view-4.9.0.tgz", @@ -7288,9 +7294,9 @@ } }, "node_modules/reflect-metadata": { - "version": "0.1.14", - "resolved": "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.1.14.tgz", - "integrity": "sha512-ZhYeb6nRaXCfhnndflDK8qI6ZQ/YcWZCISRAWICW9XYqMUwjZM9Z0DveWX/ABN01oxSHwVxKQmxeYZSsm0jh5A==" + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.2.1.tgz", + "integrity": "sha512-i5lLI6iw9AU3Uu4szRNPPEkomnkjRTaVt9hy/bn5g/oSzekBSMeLZblcjP74AW0vBabqERLLIrz+gR8QYR54Tw==" }, "node_modules/regexp.prototype.flags": { "version": "1.5.1", diff --git a/package.json b/package.json index 972f0ae..0218c07 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@athenna/ioc": "^4.11.0", "@athenna/logger": "^4.12.0", "@athenna/view": "^4.9.0", - "reflect-metadata": "^0.1.14", + "reflect-metadata": "^0.2.1", "source-map-support": "^0.5.21" }, "devDependencies": { From d5d969537b4e165152993e3ff35087683cd3fc2b Mon Sep 17 00:00:00 2001 From: jlenon7 Date: Sat, 6 Jan 2024 21:06:50 +0000 Subject: [PATCH 3/5] chore(npm): update dependencies --- 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", From 2cce99b5301ec726ba2362d8dcfe6a9405e17605 Mon Sep 17 00:00:00 2001 From: jlenon7 Date: Sun, 7 Jan 2024 14:43:58 +0000 Subject: [PATCH 4/5] chore(npm): update dependencies --- package-lock.json | 8 ++++---- package.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 38bf07b..bb19e6f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@athenna/artisan": "^4.27.0", "@athenna/common": "^4.26.0", "@athenna/config": "^4.11.0", - "@athenna/core": "^4.19.0", + "@athenna/core": "^4.22.0", "@athenna/ioc": "^4.12.0", "@athenna/logger": "^4.13.0", "@athenna/view": "^4.10.0", @@ -174,9 +174,9 @@ } }, "node_modules/@athenna/core": { - "version": "4.19.0", - "resolved": "https://registry.npmjs.org/@athenna/core/-/core-4.19.0.tgz", - "integrity": "sha512-yXDTeGpwa4Y5ss7eO3ofryrxTKZzF9t54ZzVHjLD3UFWBErcSBNTUZLot+JM1in4i8+RZkyhDRn/bNCP20c8Eg==", + "version": "4.22.0", + "resolved": "https://registry.npmjs.org/@athenna/core/-/core-4.22.0.tgz", + "integrity": "sha512-ycqqaUtndbHQKxUs7vQ9BID2qk9yTYPcH7aEMADwu6R4HT0xR+HvTinc72oAqg6U+nP0HgAcItIsTjbCEl6+ZA==", "dependencies": { "pretty-repl": "^3.1.2", "semver": "^7.5.4" diff --git a/package.json b/package.json index 9cf7336..6bdae5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@athenna/cli", - "version": "4.8.0", + "version": "4.9.0", "description": "Athenna CLI to create new Athenna projects.", "license": "MIT", "author": "João Lenon ", @@ -52,7 +52,7 @@ "@athenna/artisan": "^4.27.0", "@athenna/common": "^4.26.0", "@athenna/config": "^4.11.0", - "@athenna/core": "^4.19.0", + "@athenna/core": "^4.22.0", "@athenna/ioc": "^4.12.0", "@athenna/logger": "^4.13.0", "@athenna/view": "^4.10.0", From 493680a39f275ec465acbfdea3dd7ed886a44db4 Mon Sep 17 00:00:00 2001 From: jlenon7 Date: Tue, 9 Jan 2024 22:15:26 +0000 Subject: [PATCH 5/5] chore(npm): update dependencies --- package-lock.json | 70 +++++++++++++++++++++++------------------------ package.json | 18 ++++++------ 2 files changed, 44 insertions(+), 44 deletions(-) diff --git a/package-lock.json b/package-lock.json index bb19e6f..f06fe32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,21 +1,21 @@ { "name": "@athenna/cli", - "version": "4.8.0", + "version": "4.10.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@athenna/cli", - "version": "4.8.0", + "version": "4.10.0", "license": "MIT", "dependencies": { - "@athenna/artisan": "^4.27.0", - "@athenna/common": "^4.26.0", - "@athenna/config": "^4.11.0", - "@athenna/core": "^4.22.0", - "@athenna/ioc": "^4.12.0", - "@athenna/logger": "^4.13.0", - "@athenna/view": "^4.10.0", + "@athenna/artisan": "^4.28.0", + "@athenna/common": "^4.27.0", + "@athenna/config": "^4.12.0", + "@athenna/core": "^4.23.0", + "@athenna/ioc": "^4.13.0", + "@athenna/logger": "^4.14.0", + "@athenna/view": "^4.11.0", "reflect-metadata": "^0.2.1", "source-map-support": "^0.5.21" }, @@ -23,7 +23,7 @@ "athenna": "bin/main.js" }, "devDependencies": { - "@athenna/test": "^4.17.0", + "@athenna/test": "^4.18.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.27.0", - "resolved": "https://registry.npmjs.org/@athenna/artisan/-/artisan-4.27.0.tgz", - "integrity": "sha512-5WWAinUVo7A0UrW0yGvNCZlpW3ovdmDOTeHxFEN2f8Fgtut63bG9zjDt6iWUlHzK/Xq2rdNgGPKJ+z4CCONsSQ==", + "version": "4.28.0", + "resolved": "https://registry.npmjs.org/@athenna/artisan/-/artisan-4.28.0.tgz", + "integrity": "sha512-TnmFTSs+JbKIvPe0+NVSlQ+LgnDCiOE8mR6b7GwR8GPq5QRTKwCVDprfufHfhmUd4TzDTOUFVTFT8KdFvK/lJA==", "dependencies": { "chalk-rainbow": "^1.0.0", "cli-boxes": "^3.0.0", @@ -111,9 +111,9 @@ } }, "node_modules/@athenna/common": { - "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==", + "version": "4.27.0", + "resolved": "https://registry.npmjs.org/@athenna/common/-/common-4.27.0.tgz", + "integrity": "sha512-/3nmLppFUj9qZiWgC2m60ctV677cSr1w1qsJDP7i8uMsaDUgobCa90+5odP7FUryIXGqgvriI1fUQMSaEcDuUw==", "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.25.0", + "fastify": "^4.25.1", "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.11.0", - "resolved": "https://registry.npmjs.org/@athenna/config/-/config-4.11.0.tgz", - "integrity": "sha512-n98HrUJ8/8bK6L4jLS924Z35zAUZyzNbDo7V1wOXNGXF4yEWVZ15M/lSrfsrczXGlKvwC40BR9JPmSPNosl//Q==", + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/@athenna/config/-/config-4.12.0.tgz", + "integrity": "sha512-55eLPAIi3eoNsih5gRqqnR0Wr5WlYCEchOd9U8UZYe0LbbhVl1+sWuGqmhBI29KHrZ4g32KhwqAzXiB0dwkHsg==", "dependencies": { "dotenv": "^16.3.1", "magicast": "^0.3.2", @@ -174,9 +174,9 @@ } }, "node_modules/@athenna/core": { - "version": "4.22.0", - "resolved": "https://registry.npmjs.org/@athenna/core/-/core-4.22.0.tgz", - "integrity": "sha512-ycqqaUtndbHQKxUs7vQ9BID2qk9yTYPcH7aEMADwu6R4HT0xR+HvTinc72oAqg6U+nP0HgAcItIsTjbCEl6+ZA==", + "version": "4.23.0", + "resolved": "https://registry.npmjs.org/@athenna/core/-/core-4.23.0.tgz", + "integrity": "sha512-weE9c45kj+joa8IUfULWapT/vIXiXeuvLUQYrV15SrIJYcCyrrDt8hYi210SjV8LO+FoKiyHa4KSj5hSzIiG8Q==", "dependencies": { "pretty-repl": "^3.1.2", "semver": "^7.5.4" @@ -186,9 +186,9 @@ } }, "node_modules/@athenna/ioc": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/@athenna/ioc/-/ioc-4.12.0.tgz", - "integrity": "sha512-Avg785spk2qG9pBr/jZv+jqExV2cKESECWTQOAzeCFGljsRsWjMB4K8tGiVyUejEIlc8aAcqSFXZDUGOdCz6zg==", + "version": "4.13.0", + "resolved": "https://registry.npmjs.org/@athenna/ioc/-/ioc-4.13.0.tgz", + "integrity": "sha512-bLv8ZKXRdi7POFK9Ui1GqsA/AQsKuP2BSww1g7YUjfpunsSSKQXP/iRGWTBuDidWapaTNScwb5jTeFCPMh31pQ==", "dependencies": { "awilix": "^7.0.3" }, @@ -197,9 +197,9 @@ } }, "node_modules/@athenna/logger": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/@athenna/logger/-/logger-4.13.0.tgz", - "integrity": "sha512-7QVvaGnyReXKQcbuaojkHzbshTGAAsFCP2wGawSaD8ErADD2kkBSolsCtw+3/FYyyf/x0vDo/+y8bJP56L0y5A==", + "version": "4.14.0", + "resolved": "https://registry.npmjs.org/@athenna/logger/-/logger-4.14.0.tgz", + "integrity": "sha512-yXCd2nmDtLbXxHC6bhPduKwYnBwxE+s6zt0sWYTw11oY9ZL8QByv01f6Z+EVRjpSJDXqlYVzFs8195Og2GPfeQ==", "dependencies": { "cls-rtracer": "^2.6.3", "telegraf": "^4.15.3" @@ -209,9 +209,9 @@ } }, "node_modules/@athenna/test": { - "version": "4.17.0", - "resolved": "https://registry.npmjs.org/@athenna/test/-/test-4.17.0.tgz", - "integrity": "sha512-NRYXxjDf8+owgUZmrp217L68E4oVI7lnHEAohsAtKuwjPvqXtTxDKLYO8AviB+QOPo0zUFr6X0mMkNVGLH5MCA==", + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@athenna/test/-/test-4.18.0.tgz", + "integrity": "sha512-HpW6XFZ5GqAd31mj2FB9H7eiBe+Wx/3DAEbiFcaf9JhGoi20GstbS2Bno4YAKv84NxsaLJgJxMZExjonu/uSuw==", "dev": true, "dependencies": { "@japa/assert": "^2.1.0", @@ -246,9 +246,9 @@ "dev": true }, "node_modules/@athenna/view": { - "version": "4.10.0", - "resolved": "https://registry.npmjs.org/@athenna/view/-/view-4.10.0.tgz", - "integrity": "sha512-QZRbJaH2d+D8SOsm5RUMhw+BtAX1l02j309s7nowruDcUK5tBoqYVFECRPa4cKeIb87X8IFSquz1jNM26HW3KA==", + "version": "4.11.0", + "resolved": "https://registry.npmjs.org/@athenna/view/-/view-4.11.0.tgz", + "integrity": "sha512-RC1pz2KitX1Ig99zcHlu3DxVT6LTZ94K1zL6TubRbwi7DM/WPUwyG7UiLefAaG3rM4mWozt/vE/lBj8yaRkiuA==", "dependencies": { "edge.js": "^5.5.1" }, diff --git a/package.json b/package.json index 6bdae5c..2b2a5f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@athenna/cli", - "version": "4.9.0", + "version": "4.10.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.27.0", - "@athenna/common": "^4.26.0", - "@athenna/config": "^4.11.0", - "@athenna/core": "^4.22.0", - "@athenna/ioc": "^4.12.0", - "@athenna/logger": "^4.13.0", - "@athenna/view": "^4.10.0", + "@athenna/artisan": "^4.28.0", + "@athenna/common": "^4.27.0", + "@athenna/config": "^4.12.0", + "@athenna/core": "^4.23.0", + "@athenna/ioc": "^4.13.0", + "@athenna/logger": "^4.14.0", + "@athenna/view": "^4.11.0", "reflect-metadata": "^0.2.1", "source-map-support": "^0.5.21" }, "devDependencies": { - "@athenna/test": "^4.17.0", + "@athenna/test": "^4.18.0", "@athenna/tsconfig": "^4.12.0", "@typescript-eslint/eslint-plugin": "^6.7.4", "@typescript-eslint/parser": "^6.7.4",