Skip to content

Commit

Permalink
update deps (#105)
Browse files Browse the repository at this point in the history
<!-- 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
jlenon7 and snyk-bot authored Jan 6, 2024
1 parent 039066f commit c77c7b7
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 45 deletions.
94 changes: 52 additions & 42 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@athenna/common",
"version": "4.25.0",
"version": "4.26.0",
"description": "The Athenna common helpers to use in any Node.js ESM project.",
"license": "MIT",
"author": "João Lenon <[email protected]>",
Expand Down Expand Up @@ -61,7 +61,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",
Expand All @@ -80,7 +80,7 @@
"youch-terminal": "^2.2.2"
},
"devDependencies": {
"@athenna/test": "^4.16.0",
"@athenna/test": "^4.17.0",
"@athenna/tsconfig": "^4.12.0",
"@types/bytes": "^3.1.1",
"@types/callsite": "^1.0.31",
Expand Down

0 comments on commit c77c7b7

Please sign in to comment.