chore(deps): update pino

This commit is contained in:
renovate[bot] 2023-10-04 22:56:47 +00:00 committed by GitHub
parent c98aedb6de
commit 3c04787877
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 16 deletions

28
package-lock.json generated
View file

@ -56,7 +56,7 @@
"passport-spotify": "2.0.0",
"pg": "8.11.3",
"pg-boss": "9.0.3",
"pino": "8.15.4",
"pino": "8.15.5",
"pino-http": "8.5.0",
"reflect-metadata": "0.1.13",
"rimraf": "5.0.5",
@ -88,7 +88,7 @@
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "29.7.0",
"pino-pretty": "10.2.2",
"pino-pretty": "10.2.3",
"prettier": "3.0.3",
"supertest": "6.3.3",
"ts-jest": "29.1.1",
@ -10106,9 +10106,9 @@
}
},
"node_modules/pino": {
"version": "8.15.4",
"resolved": "https://registry.npmjs.org/pino/-/pino-8.15.4.tgz",
"integrity": "sha512-3s+SfSxeugMt8QeBVXprIJAgXuGDeGuHBfquXKEXKnpghlXzMGMjoa8tOSyzz00iBfQX3xlZvm2yJQ+d6SrVsg==",
"version": "8.15.5",
"resolved": "https://registry.npmjs.org/pino/-/pino-8.15.5.tgz",
"integrity": "sha512-KoTDSVRLiCWIJXTeAHNaflEXqsqCmyZkxfL09y+wT+NRo7j2Ieq30jBEC+GpE4HTQCQQyt3pDRhmwvCKjqzxfQ==",
"dependencies": {
"atomic-sleep": "^1.0.0",
"fast-redact": "^3.1.1",
@ -10193,9 +10193,9 @@
}
},
"node_modules/pino-pretty": {
"version": "10.2.2",
"resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-10.2.2.tgz",
"integrity": "sha512-RvAdCQAU51MdVsJdvXX4Bipb52wwldXtOzlva1NT8q2d7tmgYWFIMLhoSnfx2Sr+Hi7BLGpR/n8wgrcq5G/ykA==",
"version": "10.2.3",
"resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-10.2.3.tgz",
"integrity": "sha512-4jfIUc8TC1GPUfDyMSlW1STeORqkoxec71yhxIpLDQapUu8WOuoz2TTCoidrIssyz78LZC69whBMPIKCMbi3cw==",
"dev": true,
"dependencies": {
"colorette": "^2.0.7",
@ -20499,9 +20499,9 @@
"devOptional": true
},
"pino": {
"version": "8.15.4",
"resolved": "https://registry.npmjs.org/pino/-/pino-8.15.4.tgz",
"integrity": "sha512-3s+SfSxeugMt8QeBVXprIJAgXuGDeGuHBfquXKEXKnpghlXzMGMjoa8tOSyzz00iBfQX3xlZvm2yJQ+d6SrVsg==",
"version": "8.15.5",
"resolved": "https://registry.npmjs.org/pino/-/pino-8.15.5.tgz",
"integrity": "sha512-KoTDSVRLiCWIJXTeAHNaflEXqsqCmyZkxfL09y+wT+NRo7j2Ieq30jBEC+GpE4HTQCQQyt3pDRhmwvCKjqzxfQ==",
"requires": {
"atomic-sleep": "^1.0.0",
"fast-redact": "^3.1.1",
@ -20568,9 +20568,9 @@
}
},
"pino-pretty": {
"version": "10.2.2",
"resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-10.2.2.tgz",
"integrity": "sha512-RvAdCQAU51MdVsJdvXX4Bipb52wwldXtOzlva1NT8q2d7tmgYWFIMLhoSnfx2Sr+Hi7BLGpR/n8wgrcq5G/ykA==",
"version": "10.2.3",
"resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-10.2.3.tgz",
"integrity": "sha512-4jfIUc8TC1GPUfDyMSlW1STeORqkoxec71yhxIpLDQapUu8WOuoz2TTCoidrIssyz78LZC69whBMPIKCMbi3cw==",
"dev": true,
"requires": {
"colorette": "^2.0.7",

View file

@ -73,7 +73,7 @@
"passport-spotify": "2.0.0",
"pg": "8.11.3",
"pg-boss": "9.0.3",
"pino": "8.15.4",
"pino": "8.15.5",
"pino-http": "8.5.0",
"reflect-metadata": "0.1.13",
"rimraf": "5.0.5",
@ -105,7 +105,7 @@
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "29.7.0",
"pino-pretty": "10.2.2",
"pino-pretty": "10.2.3",
"prettier": "3.0.3",
"supertest": "6.3.3",
"ts-jest": "29.1.1",