generated from AthennaIO/Template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<!-- CLICK "Preview" FOR INSTRUCTIONS IN A MORE READABLE FORMAT --> ## 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/Common/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 <[email protected]>
- Loading branch information
Showing
5 changed files
with
71 additions
and
21 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@athenna/common", | ||
"version": "4.26.0", | ||
"version": "4.27.0", | ||
"description": "The Athenna common helpers to use in any Node.js ESM project.", | ||
"license": "MIT", | ||
"author": "João Lenon <[email protected]>", | ||
|
@@ -61,7 +61,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", | ||
|
@@ -80,7 +80,7 @@ | |
"youch-terminal": "^2.2.2" | ||
}, | ||
"devDependencies": { | ||
"@athenna/test": "^4.17.0", | ||
"@athenna/test": "^4.18.0", | ||
"@athenna/tsconfig": "^4.12.0", | ||
"@types/bytes": "^3.1.1", | ||
"@types/callsite": "^1.0.31", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters