diff --git a/package-lock.json b/package-lock.json index 4205593..643918c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@digicatapult/wasp-authentication-service", - "version": "0.1.77", + "version": "0.1.78", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@digicatapult/wasp-authentication-service", - "version": "0.1.77", + "version": "0.1.78", "license": "Apache-2.0", "dependencies": { "bcrypt": "^5.1.1", @@ -20,7 +20,7 @@ "knex": "^3.0.1", "moment": "^2.29.4", "pg": "^8.11.3", - "pino": "^8.16.0", + "pino": "^8.16.1", "pino-http": "^8.5.0", "swagger-ui-express": "^5.0.0", "uuid": "^9.0.1", @@ -4900,9 +4900,9 @@ } }, "node_modules/pino": { - "version": "8.16.0", - "resolved": "https://registry.npmjs.org/pino/-/pino-8.16.0.tgz", - "integrity": "sha512-UUmvQ/7KTZt/vHjhRrnyS7h+J7qPBQnpG80V56xmIC+o9IqYmQOw/UIny9S9zYDfRBR0ClouCr464EkBMIT7Fw==", + "version": "8.16.1", + "resolved": "https://registry.npmjs.org/pino/-/pino-8.16.1.tgz", + "integrity": "sha512-3bKsVhBmgPjGV9pyn4fO/8RtoVDR8ssW1ev819FsRXlRNgW8gR/9Kx+gCK4UPWd4JjrRDLWpzd/pb1AyWm3MGA==", "dependencies": { "atomic-sleep": "^1.0.0", "fast-redact": "^3.1.1", @@ -10077,9 +10077,9 @@ "dev": true }, "pino": { - "version": "8.16.0", - "resolved": "https://registry.npmjs.org/pino/-/pino-8.16.0.tgz", - "integrity": "sha512-UUmvQ/7KTZt/vHjhRrnyS7h+J7qPBQnpG80V56xmIC+o9IqYmQOw/UIny9S9zYDfRBR0ClouCr464EkBMIT7Fw==", + "version": "8.16.1", + "resolved": "https://registry.npmjs.org/pino/-/pino-8.16.1.tgz", + "integrity": "sha512-3bKsVhBmgPjGV9pyn4fO/8RtoVDR8ssW1ev819FsRXlRNgW8gR/9Kx+gCK4UPWd4JjrRDLWpzd/pb1AyWm3MGA==", "requires": { "atomic-sleep": "^1.0.0", "fast-redact": "^3.1.1", diff --git a/package.json b/package.json index c695ac5..f27a36f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@digicatapult/wasp-authentication-service", - "version": "0.1.77", + "version": "0.1.78", "description": "Authentication Service for WASP", "main": "app/index.js", "type": "module", @@ -40,7 +40,7 @@ "knex": "^3.0.1", "moment": "^2.29.4", "pg": "^8.11.3", - "pino": "^8.16.0", + "pino": "^8.16.1", "pino-http": "^8.5.0", "swagger-ui-express": "^5.0.0", "uuid": "^9.0.1",