diff --git a/package-lock.json b/package-lock.json index c1ea3ab..5500897 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "jsonwebtoken": "8.5.1", "pg": "8.7.1", "pg-hstore": "2.3.4", - "pino": "7.6.0", + "pino": "7.6.1", "sequelize": "6.12.2", "uuid": "8.3.2" }, @@ -3371,9 +3371,9 @@ } }, "node_modules/pino": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/pino/-/pino-7.6.0.tgz", - "integrity": "sha512-CCCdryvM/chT0CDt9jQ1//z62RpSXPrzUFUpY4b8eKCVq3T2T3UF6DomoczkPze9d6VFiTyVF6Y8A6F9iAyAxg==", + "version": "7.6.1", + "resolved": "https://registry.npmjs.org/pino/-/pino-7.6.1.tgz", + "integrity": "sha512-elKmRwO2h3kamfFZmlBNgoZ8WKhKxbPuYOGXKEsPbIXqHnBU1M1haswvsUP9/iJ56Jo7vkqTu1RiU/r5Xtl8YA==", "dependencies": { "fast-redact": "^3.0.0", "fastify-warning": "^0.2.0", @@ -7236,9 +7236,9 @@ "dev": true }, "pino": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/pino/-/pino-7.6.0.tgz", - "integrity": "sha512-CCCdryvM/chT0CDt9jQ1//z62RpSXPrzUFUpY4b8eKCVq3T2T3UF6DomoczkPze9d6VFiTyVF6Y8A6F9iAyAxg==", + "version": "7.6.1", + "resolved": "https://registry.npmjs.org/pino/-/pino-7.6.1.tgz", + "integrity": "sha512-elKmRwO2h3kamfFZmlBNgoZ8WKhKxbPuYOGXKEsPbIXqHnBU1M1haswvsUP9/iJ56Jo7vkqTu1RiU/r5Xtl8YA==", "requires": { "fast-redact": "^3.0.0", "fastify-warning": "^0.2.0", diff --git a/package.json b/package.json index 8a2da87..bf2f8b7 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "jsonwebtoken": "8.5.1", "pg": "8.7.1", "pg-hstore": "2.3.4", - "pino": "7.6.0", + "pino": "7.6.1", "sequelize": "6.12.2", "uuid": "8.3.2" },