Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pino-http from 10.3.0 to 10.4.0 in /api-gateway #532

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"pino": "^9.5.0",
"pino-http": "^10.2.0",
"pino-http": "^10.4.0",
"pino-pretty": "^13.0.0",
"query-string": "^9.1.0",
"redis": "^4.7.0",
Expand Down
10 changes: 5 additions & 5 deletions api-gateway/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2711,7 +2711,7 @@ __metadata:
passport: "npm:^0.7.0"
passport-local: "npm:^1.0.0"
pino: "npm:^9.5.0"
pino-http: "npm:^10.2.0"
pino-http: "npm:^10.4.0"
pino-pretty: "npm:^13.0.0"
prettier: "npm:^3.4.2"
query-string: "npm:^9.1.0"
Expand Down Expand Up @@ -3255,15 +3255,15 @@ __metadata:
languageName: node
linkType: hard

"pino-http@npm:^10.2.0":
version: 10.3.0
resolution: "pino-http@npm:10.3.0"
"pino-http@npm:^10.4.0":
version: 10.4.0
resolution: "pino-http@npm:10.4.0"
dependencies:
get-caller-file: "npm:^2.0.5"
pino: "npm:^9.0.0"
pino-std-serializers: "npm:^7.0.0"
process-warning: "npm:^4.0.0"
checksum: 10/495e7d4ea66ab47a3dc951def40eaf36c7f67555a590e6abd6a6f65152ad98a1fe74442d70f3ce8fefca53b455861d6ac7a8f918c56075bbbefa47b63d99394e
checksum: 10/2e9b865fd30eae50019e947d02e8630aea16f5495159fa984087d3d1e3f3fb0dc9a99cfeb86d04e2c48cc3e4ac90f4aaa87f1bb7752d8fc1f2b6b0d08993cceb
languageName: node
linkType: hard

Expand Down
Loading