Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/types/jest-29.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jan 8, 2024
2 parents 785f62d + 1e96375 commit 01ab9a5
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 46 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
98 changes: 55 additions & 43 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 01ab9a5

Please sign in to comment.