From b16dfed87c4c7bbd986ca9e0df7fd37921fc5865 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 03:02:39 +0000 Subject: [PATCH] build(deps): bump pino from 7.2.0 to 7.5.0 Bumps [pino](https://github.com/pinojs/pino) from 7.2.0 to 7.5.0. - [Release notes](https://github.com/pinojs/pino/releases) - [Commits](https://github.com/pinojs/pino/compare/v7.2.0...v7.5.0) --- updated-dependencies: - dependency-name: pino dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7e5d166ca..bc9ad8185 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "node-poppler": "^5.1.0", "node-unrtf": "^2.0.5", "physical-cpu-count": "^2.0.0", - "pino": "^7.2.0", + "pino": "^7.5.0", "pino-pretty": "^7.2.0", "raw-body": "^2.4.2", "redoc": "^2.0.0-rc.57", @@ -8727,9 +8727,9 @@ "integrity": "sha512-0wVyH0cKohzBQ5Gi2V1BuxYpxWfxF3cSqfFXfPIpl5tl9XLS5z4ogqhUCD20AbHi0h9aJkqXNJnkVev6gwh2ag==" }, "node_modules/pino": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/pino/-/pino-7.2.0.tgz", - "integrity": "sha512-85EiMfTy2E7S+QSHgaN7oCfnfgxv/8PxG6Yf+CRXUZbRL+Rb9qHQAEATLubjJMSl3RvfrTKNkAP3D2hNNx41Aw==", + "version": "7.5.0", + "resolved": "https://registry.npmjs.org/pino/-/pino-7.5.0.tgz", + "integrity": "sha512-F/583dsETP+2fh9jE8rjN+sjrfP8EX2jAeZ1EyyPt+vuj4C59dhUcSDXke+8VLXxWoxUHc43MBG9eT5C2fba8A==", "dependencies": { "fast-redact": "^3.0.0", "fastify-warning": "^0.2.0", @@ -18245,9 +18245,9 @@ "integrity": "sha512-0wVyH0cKohzBQ5Gi2V1BuxYpxWfxF3cSqfFXfPIpl5tl9XLS5z4ogqhUCD20AbHi0h9aJkqXNJnkVev6gwh2ag==" }, "pino": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/pino/-/pino-7.2.0.tgz", - "integrity": "sha512-85EiMfTy2E7S+QSHgaN7oCfnfgxv/8PxG6Yf+CRXUZbRL+Rb9qHQAEATLubjJMSl3RvfrTKNkAP3D2hNNx41Aw==", + "version": "7.5.0", + "resolved": "https://registry.npmjs.org/pino/-/pino-7.5.0.tgz", + "integrity": "sha512-F/583dsETP+2fh9jE8rjN+sjrfP8EX2jAeZ1EyyPt+vuj4C59dhUcSDXke+8VLXxWoxUHc43MBG9eT5C2fba8A==", "requires": { "fast-redact": "^3.0.0", "fastify-warning": "^0.2.0", diff --git a/package.json b/package.json index e08071653..15aa7e464 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "node-poppler": "^5.1.0", "node-unrtf": "^2.0.5", "physical-cpu-count": "^2.0.0", - "pino": "^7.2.0", + "pino": "^7.5.0", "pino-pretty": "^7.2.0", "raw-body": "^2.4.2", "redoc": "^2.0.0-rc.57",