mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Fix pino deprecation warning (#7230)
This commit is contained in:
@@ -128,9 +128,9 @@
|
||||
"openapi3-ts": "^2.0.0",
|
||||
"ora": "^5.4.0",
|
||||
"otplib": "^12.0.1",
|
||||
"pino": "^6.11.3",
|
||||
"pino": "6.13.0",
|
||||
"pino-colada": "^2.1.0",
|
||||
"pino-http": "^5.5.0",
|
||||
"pino-http": "5.6.0",
|
||||
"prettier": "^2.3.1",
|
||||
"qs": "^6.9.4",
|
||||
"rate-limiter-flexible": "^2.2.2",
|
||||
|
||||
40
package-lock.json
generated
40
package-lock.json
generated
@@ -120,9 +120,9 @@
|
||||
"openapi3-ts": "^2.0.0",
|
||||
"ora": "^5.4.0",
|
||||
"otplib": "^12.0.1",
|
||||
"pino": "^6.11.3",
|
||||
"pino": "6.13.0",
|
||||
"pino-colada": "^2.1.0",
|
||||
"pino-http": "^5.5.0",
|
||||
"pino-http": "5.6.0",
|
||||
"prettier": "^2.3.1",
|
||||
"qs": "^6.9.4",
|
||||
"rate-limiter-flexible": "^2.2.2",
|
||||
@@ -36418,19 +36418,19 @@
|
||||
}
|
||||
},
|
||||
"node_modules/pino-http": {
|
||||
"version": "5.5.0",
|
||||
"resolved": "https://registry.npmjs.org/pino-http/-/pino-http-5.5.0.tgz",
|
||||
"integrity": "sha512-ZXhWeYhUisf9oZdS54XaBTrNVzZ7p61/sw0RpwCdU1vI/qdGWvSG4QUA5qU5Y5ya47ch3kM3HTcZf/QB5SCtNw==",
|
||||
"version": "5.6.0",
|
||||
"resolved": "https://registry.npmjs.org/pino-http/-/pino-http-5.6.0.tgz",
|
||||
"integrity": "sha512-sf1SsfkgsOb8UaK/DdXu9N036lxkeyOcHBMvHNbDAjfg8pFU0c6/SqrrY9OAK8VhW+Ej80KhA+rF8o8sArquxA==",
|
||||
"dependencies": {
|
||||
"fast-url-parser": "^1.1.3",
|
||||
"pino": "^6.0.0",
|
||||
"pino-std-serializers": "^2.4.0"
|
||||
"pino": "^6.13.0",
|
||||
"pino-std-serializers": "^4.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/pino-http/node_modules/pino-std-serializers": {
|
||||
"version": "2.5.0",
|
||||
"resolved": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-2.5.0.tgz",
|
||||
"integrity": "sha512-wXqbqSrIhE58TdrxxlfLwU9eDhrzppQDvGhBEr1gYbzzM4KKo3Y63gSjiDXRKLVS2UOXdPNR2v+KnQgNrs+xUg=="
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-4.0.0.tgz",
|
||||
"integrity": "sha512-cK0pekc1Kjy5w9V2/n+8MkZwusa6EyyxfeQCB799CQRhRt/CqYKiWs5adeu8Shve2ZNffvfC/7J64A2PJo1W/Q=="
|
||||
},
|
||||
"node_modules/pino-std-serializers": {
|
||||
"version": "3.2.0",
|
||||
@@ -75513,9 +75513,9 @@
|
||||
"ora": "^5.4.0",
|
||||
"otplib": "^12.0.1",
|
||||
"pg": "^8.6.0",
|
||||
"pino": "^6.11.3",
|
||||
"pino": "6.13.0",
|
||||
"pino-colada": "^2.1.0",
|
||||
"pino-http": "^5.5.0",
|
||||
"pino-http": "5.6.0",
|
||||
"prettier": "^2.3.1",
|
||||
"qs": "^6.9.4",
|
||||
"rate-limiter-flexible": "^2.2.2",
|
||||
@@ -89882,19 +89882,19 @@
|
||||
}
|
||||
},
|
||||
"pino-http": {
|
||||
"version": "5.5.0",
|
||||
"resolved": "https://registry.npmjs.org/pino-http/-/pino-http-5.5.0.tgz",
|
||||
"integrity": "sha512-ZXhWeYhUisf9oZdS54XaBTrNVzZ7p61/sw0RpwCdU1vI/qdGWvSG4QUA5qU5Y5ya47ch3kM3HTcZf/QB5SCtNw==",
|
||||
"version": "5.6.0",
|
||||
"resolved": "https://registry.npmjs.org/pino-http/-/pino-http-5.6.0.tgz",
|
||||
"integrity": "sha512-sf1SsfkgsOb8UaK/DdXu9N036lxkeyOcHBMvHNbDAjfg8pFU0c6/SqrrY9OAK8VhW+Ej80KhA+rF8o8sArquxA==",
|
||||
"requires": {
|
||||
"fast-url-parser": "^1.1.3",
|
||||
"pino": "^6.0.0",
|
||||
"pino-std-serializers": "^2.4.0"
|
||||
"pino": "^6.13.0",
|
||||
"pino-std-serializers": "^4.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"pino-std-serializers": {
|
||||
"version": "2.5.0",
|
||||
"resolved": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-2.5.0.tgz",
|
||||
"integrity": "sha512-wXqbqSrIhE58TdrxxlfLwU9eDhrzppQDvGhBEr1gYbzzM4KKo3Y63gSjiDXRKLVS2UOXdPNR2v+KnQgNrs+xUg=="
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-4.0.0.tgz",
|
||||
"integrity": "sha512-cK0pekc1Kjy5w9V2/n+8MkZwusa6EyyxfeQCB799CQRhRt/CqYKiWs5adeu8Shve2ZNffvfC/7J64A2PJo1W/Q=="
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user