Skip to content
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 packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"humanize-string": "2.1.0",
"jsonwebtoken": "9.0.3",
"pascalcase": "1.0.0",
"pino": "9.7.0",
"pino": "9.14.0",
"title-case": "3.0.3"
},
"devDependencies": {
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2615,7 +2615,7 @@ __metadata:
jsonwebtoken: "npm:9.0.3"
memjs: "npm:1.3.2"
pascalcase: "npm:1.0.0"
pino: "npm:9.7.0"
pino: "npm:9.14.0"
publint: "npm:0.3.16"
redis: "npm:4.7.1"
split2: "npm:4.2.0"
Expand Down Expand Up @@ -9242,6 +9242,13 @@ __metadata:
languageName: node
linkType: hard

"@pinojs/redact@npm:^0.4.0":
version: 0.4.0
resolution: "@pinojs/redact@npm:0.4.0"
checksum: 10c0/4b311ba17ee0cf154ff9c39eb063ec04cd0d0017cb3750efcdf06c2d485df3e1095e13e872175993568c5568c23e4508dd877c981bbc9c5ae5e384d569efcdff
languageName: node
linkType: hard

"@pkgjs/parseargs@npm:^0.11.0":
version: 0.11.0
resolution: "@pkgjs/parseargs@npm:0.11.0"
Expand Down Expand Up @@ -18375,13 +18382,6 @@ __metadata:
languageName: node
linkType: hard

"fast-redact@npm:^3.1.1":
version: 3.2.0
resolution: "fast-redact@npm:3.2.0"
checksum: 10c0/a258a178ff8d2f760985be774e589a65df5a573ec12ebc1c72e090950aa860a2a6efb01f673d1be015e9f1170446903cd1ff402e8658b4a84635308dfcef164a
languageName: node
linkType: hard

"fast-uri@npm:^3.0.0, fast-uri@npm:^3.0.1":
version: 3.0.6
resolution: "fast-uri@npm:3.0.6"
Expand Down Expand Up @@ -26049,12 +26049,12 @@ __metadata:
languageName: node
linkType: hard

"pino@npm:9.7.0, pino@npm:^9.0.0":
version: 9.7.0
resolution: "pino@npm:9.7.0"
"pino@npm:9.14.0, pino@npm:^9.0.0":
version: 9.14.0
resolution: "pino@npm:9.14.0"
dependencies:
"@pinojs/redact": "npm:^0.4.0"
atomic-sleep: "npm:^1.0.0"
fast-redact: "npm:^3.1.1"
on-exit-leak-free: "npm:^2.1.0"
pino-abstract-transport: "npm:^2.0.0"
pino-std-serializers: "npm:^7.0.0"
Expand All @@ -26066,7 +26066,7 @@ __metadata:
thread-stream: "npm:^3.0.0"
bin:
pino: bin.js
checksum: 10c0/c7f8a83a9a9d728b4eff6d0f4b9367f031c91bcaa5806fbf0eedcc8e77faba593d59baf11a8fba0dd1c778bb17ca7ed01418ac1df4ec129faeedd4f3ecaff66f
checksum: 10c0/9a10d9bf820a585eae9bc270fb4e55c895e48280d54adbbb4063ec061694b22d8809c80203cf5fe9f920a54c832b0b8dfb67cb28a04baa13abebaf261a9c9f3e
languageName: node
linkType: hard

Expand Down
Loading