From 7cafd5345a0a297f29a23ac613fa4902904a151a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Apr 2022 13:02:31 +0000 Subject: [PATCH] chore(deps): bump pino from 7.10.0 to 7.11.0 Bumps [pino](https://github.com/pinojs/pino) from 7.10.0 to 7.11.0. - [Release notes](https://github.com/pinojs/pino/releases) - [Commits](https://github.com/pinojs/pino/compare/v7.10.0...v7.11.0) --- updated-dependencies: - dependency-name: pino dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7a5e9a31..b0d10889 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,9 +14,9 @@ "next": "12.1.5", "next-offline": "5.0.5", "node-fetch": "2.6.2", - "pino": "7.10.0", - "react": "latest", - "react-dom": "latest" + "pino": "7.11.0", + "react": "*", + "react-dom": "*" }, "devDependencies": { "@babel/cli": "7.17.6", @@ -30101,9 +30101,9 @@ } }, "node_modules/pino": { - "version": "7.10.0", - "resolved": "https://registry.npmjs.org/pino/-/pino-7.10.0.tgz", - "integrity": "sha512-T6R92jy/APDElEuOk0gqa4nds3ZgqFbHde2X0g8XorlyPlVGlr9T5KQphtp72a3ByKOdZMg/gM/0IprpGQfTWg==", + "version": "7.11.0", + "resolved": "https://registry.npmjs.org/pino/-/pino-7.11.0.tgz", + "integrity": "sha512-dMACeu63HtRLmCG8VKdy4cShCPKaYDR4youZqoSWLxl5Gu99HUw8bw75thbPv9Nip+H+QYX8o3ZJbTdVZZ2TVg==", "dependencies": { "atomic-sleep": "^1.0.0", "fast-redact": "^3.0.0", @@ -60528,9 +60528,9 @@ "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=" }, "pino": { - "version": "7.10.0", - "resolved": "https://registry.npmjs.org/pino/-/pino-7.10.0.tgz", - "integrity": "sha512-T6R92jy/APDElEuOk0gqa4nds3ZgqFbHde2X0g8XorlyPlVGlr9T5KQphtp72a3ByKOdZMg/gM/0IprpGQfTWg==", + "version": "7.11.0", + "resolved": "https://registry.npmjs.org/pino/-/pino-7.11.0.tgz", + "integrity": "sha512-dMACeu63HtRLmCG8VKdy4cShCPKaYDR4youZqoSWLxl5Gu99HUw8bw75thbPv9Nip+H+QYX8o3ZJbTdVZZ2TVg==", "requires": { "atomic-sleep": "^1.0.0", "fast-redact": "^3.0.0", diff --git a/package.json b/package.json index 7d85d5b7..9002d7c4 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "next": "12.1.5", "next-offline": "5.0.5", "node-fetch": "2.6.2", - "pino": "7.10.0", + "pino": "7.11.0", "react": "latest", "react-dom": "latest" },