Skip to content

Commit

Permalink
Bump pino from 8.14.1 to 8.15.1
Browse files Browse the repository at this point in the history
Bumps [pino](https://github.com/pinojs/pino) from 8.14.1 to 8.15.1.
- [Release notes](https://github.com/pinojs/pino/releases)
- [Commits](pinojs/pino@v8.14.1...v8.15.1)

---
updated-dependencies:
- dependency-name: pino
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 11, 2023
1 parent a71a148 commit 82c8abd
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 14 deletions.
2 changes: 1 addition & 1 deletion examples/javascript-pino/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"url": "https://github.com/rstiller/slf4ts"
},
"dependencies": {
"pino": "^8.14.1",
"pino": "^8.15.1",
"slf4ts-api": "workspace:^1.4.0",
"slf4ts-pino": "workspace:^1.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript-pino/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"url": "https://github.com/rstiller/slf4ts"
},
"dependencies": {
"pino": "^8.14.1",
"pino": "^8.15.1",
"slf4ts-api": "workspace:^1.4.0",
"slf4ts-pino": "workspace:^1.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/slf4ts-pino/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"slf4ts-api": ">=1.1.3"
},
"dependencies": {
"pino": "^8.14.1",
"pino": "^8.15.1",
"slf4ts-api": "workspace:^1.4.0",
"source-map-support": "^0.5.21"
},
Expand Down
27 changes: 16 additions & 11 deletions pnpm-lock.yaml

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

0 comments on commit 82c8abd

Please sign in to comment.