Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/nestjs/core-10.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jan 8, 2024
2 parents 2676744 + 748e61d commit 7c4d117
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 40 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
- "9"
- "10"
nodejs-version:
- 16
- 18
- 20
include:
Expand Down
86 changes: 49 additions & 37 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"jest": "29.7.0",
"memorystream": "^0.3.1",
"pino": "^8.15.0",
"pino-http": "^8.4.0",
"pino-http": "^9.0.0",
"prettier": "^3.0.2",
"reflect-metadata": "^0.1.13",
"rimraf": "^5.0.1",
Expand All @@ -73,6 +73,6 @@
},
"peerDependencies": {
"@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0",
"pino-http": "^6.4.0 || ^7.0.0 || ^8.0.0"
"pino-http": "^6.4.0 || ^7.0.0 || ^8.0.0 || ^9.0.0"
}
}

0 comments on commit 7c4d117

Please sign in to comment.