diff --git a/package-lock.json b/package-lock.json index d591cba..92b9cb7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "debug": "^4.3.2", "express": "~4.17.1", "keycloak-connect": "^15.0.2", - "pino": "^7.5.1", + "pino": "^7.6.0", "pino-debug": "^2.0.0", "pino-pretty": "^7.2.0" }, @@ -3599,6 +3599,7 @@ "version": "2.0.5", "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "dev": true, "engines": { "node": "6.* || 8.* || >= 10.*" } @@ -6585,13 +6586,12 @@ } }, "node_modules/pino": { - "version": "7.5.1", - "resolved": "https://registry.npmjs.org/pino/-/pino-7.5.1.tgz", - "integrity": "sha512-Wzo2G7CLaRHKOz3+Ex006LC5Xi0xEUm+mwm/h0NKzuKZONdekcbmjXg7vWDoO8hVTGX+1RuUy2fwlzvZ24EI5A==", + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/pino/-/pino-7.6.0.tgz", + "integrity": "sha512-CCCdryvM/chT0CDt9jQ1//z62RpSXPrzUFUpY4b8eKCVq3T2T3UF6DomoczkPze9d6VFiTyVF6Y8A6F9iAyAxg==", "dependencies": { "fast-redact": "^3.0.0", "fastify-warning": "^0.2.0", - "get-caller-file": "^2.0.5", "on-exit-leak-free": "^0.2.0", "pino-abstract-transport": "v0.5.0", "pino-std-serializers": "^4.0.0", @@ -11437,7 +11437,8 @@ "get-caller-file": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", - "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==" + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "dev": true }, "get-intrinsic": { "version": "1.1.1", @@ -13663,13 +13664,12 @@ "dev": true }, "pino": { - "version": "7.5.1", - "resolved": "https://registry.npmjs.org/pino/-/pino-7.5.1.tgz", - "integrity": "sha512-Wzo2G7CLaRHKOz3+Ex006LC5Xi0xEUm+mwm/h0NKzuKZONdekcbmjXg7vWDoO8hVTGX+1RuUy2fwlzvZ24EI5A==", + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/pino/-/pino-7.6.0.tgz", + "integrity": "sha512-CCCdryvM/chT0CDt9jQ1//z62RpSXPrzUFUpY4b8eKCVq3T2T3UF6DomoczkPze9d6VFiTyVF6Y8A6F9iAyAxg==", "requires": { "fast-redact": "^3.0.0", "fastify-warning": "^0.2.0", - "get-caller-file": "^2.0.5", "on-exit-leak-free": "^0.2.0", "pino-abstract-transport": "v0.5.0", "pino-std-serializers": "^4.0.0", diff --git a/package.json b/package.json index 7ff0dd2..9aff17a 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "debug": "^4.3.2", "express": "~4.17.1", "keycloak-connect": "^15.0.2", - "pino": "^7.5.1", + "pino": "^7.6.0", "pino-debug": "^2.0.0", "pino-pretty": "^7.2.0" }