chore(deps): update pino

This commit is contained in:
renovate[bot] 2023-12-27 13:56:29 +00:00 committed by GitHub
parent d2e2dd76ea
commit 7c64e8c2b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 21 deletions

33
package-lock.json generated
View file

@ -57,7 +57,7 @@
"pg": "8.11.3",
"pg-boss": "9.0.3",
"pino": "8.17.2",
"pino-http": "8.6.0",
"pino-http": "8.6.1",
"reflect-metadata": "0.1.14",
"rimraf": "5.0.5",
"rxjs": "7.8.1",
@ -88,7 +88,7 @@
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "29.7.0",
"pino-pretty": "10.3.0",
"pino-pretty": "10.3.1",
"prettier": "3.1.1",
"supertest": "6.3.3",
"ts-jest": "29.1.1",
@ -10222,20 +10222,20 @@
}
},
"node_modules/pino-http": {
"version": "8.6.0",
"resolved": "https://registry.npmjs.org/pino-http/-/pino-http-8.6.0.tgz",
"integrity": "sha512-SMkt0R7nzoX76BhTlmCWg0s2F0UYKGeln8y+thL2OUcCxZbbPB1AqgrEMuHAjHyc7oBefext3Af3ZT3k9ieETw==",
"version": "8.6.1",
"resolved": "https://registry.npmjs.org/pino-http/-/pino-http-8.6.1.tgz",
"integrity": "sha512-J0hiJgUExtBXP2BjrK4VB305tHXS31sCmWJ9XJo2wPkLHa1NFPuW4V9wjG27PAc2fmBCigiNhQKpvrx+kntBPA==",
"dependencies": {
"get-caller-file": "^2.0.5",
"pino": "^8.17.0",
"pino-std-serializers": "^6.0.0",
"process-warning": "^2.0.0"
"pino": "^8.17.1",
"pino-std-serializers": "^6.2.2",
"process-warning": "^3.0.0"
}
},
"node_modules/pino-pretty": {
"version": "10.3.0",
"resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-10.3.0.tgz",
"integrity": "sha512-JthvQW289q3454mhM3/38wFYGWPiBMR28T3CpDNABzoTQOje9UKS7XCJQSnjWF9LQGQkGd8D7h0oq+qwiM3jFA==",
"version": "10.3.1",
"resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-10.3.1.tgz",
"integrity": "sha512-az8JbIYeN/1iLj2t0jR9DV48/LQ3RC6hZPpapKPkb84Q+yTidMCpgWxIT3N0flnBDilyBQ1luWNpOeJptjdp/g==",
"dev": true,
"dependencies": {
"colorette": "^2.0.7",
@ -10311,11 +10311,6 @@
"resolved": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz",
"integrity": "sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA=="
},
"node_modules/pino/node_modules/process-warning": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/process-warning/-/process-warning-3.0.0.tgz",
"integrity": "sha512-mqn0kFRl0EoqhnL0GQ0veqFHyIN1yig9RHh/InzORTUiZHFRAur+aMtRkELNwGs9aNwKS6tg/An4NYBPGwvtzQ=="
},
"node_modules/pirates": {
"version": "4.0.6",
"resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz",
@ -10497,9 +10492,9 @@
"integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
},
"node_modules/process-warning": {
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/process-warning/-/process-warning-2.3.2.tgz",
"integrity": "sha512-n9wh8tvBe5sFmsqlg+XQhaQLumwpqoAUruLwjCopgTmUBjJ/fjtBsJzKleCaIGBOMXYEhp1YfKl4d7rJ5ZKJGA=="
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/process-warning/-/process-warning-3.0.0.tgz",
"integrity": "sha512-mqn0kFRl0EoqhnL0GQ0veqFHyIN1yig9RHh/InzORTUiZHFRAur+aMtRkELNwGs9aNwKS6tg/An4NYBPGwvtzQ=="
},
"node_modules/prompts": {
"version": "2.4.2",

View file

@ -74,7 +74,7 @@
"pg": "8.11.3",
"pg-boss": "9.0.3",
"pino": "8.17.2",
"pino-http": "8.6.0",
"pino-http": "8.6.1",
"reflect-metadata": "0.1.14",
"rimraf": "5.0.5",
"rxjs": "7.8.1",
@ -105,7 +105,7 @@
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "29.7.0",
"pino-pretty": "10.3.0",
"pino-pretty": "10.3.1",
"prettier": "3.1.1",
"supertest": "6.3.3",
"ts-jest": "29.1.1",