From 54e663e95c0983e8f0001063eb0ac9e9d2e047a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 22:46:06 +0000 Subject: [PATCH] chore(deps-dev): bump pino-pretty from 9.4.0 to 10.2.3 Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 9.4.0 to 10.2.3. - [Release notes](https://github.com/pinojs/pino-pretty/releases) - [Commits](https://github.com/pinojs/pino-pretty/compare/v9.4.0...v10.2.3) --- updated-dependencies: - dependency-name: pino-pretty dependency-type: direct:development update-type: version-update:semver-major ... 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 6febd2ae..afe9b7a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "jest": "^29.3.1", "nodemon": "^2.0.20", "npm-run-all": "^4.1.5", - "pino-pretty": "^9.1.1", + "pino-pretty": "^10.2.3", "pkg": "^5.5.2", "rimraf": "^4.0.7", "ts-jest": "^29.0.3", @@ -6570,9 +6570,9 @@ } }, "node_modules/pino-pretty": { - "version": "9.4.0", - "resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-9.4.0.tgz", - "integrity": "sha512-NIudkNLxnl7MGj1XkvsqVyRgo6meFP82ECXF2PlOI+9ghmbGuBUUqKJ7IZPIxpJw4vhhSva0IuiDSAuGh6TV9g==", + "version": "10.2.3", + "resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-10.2.3.tgz", + "integrity": "sha512-4jfIUc8TC1GPUfDyMSlW1STeORqkoxec71yhxIpLDQapUu8WOuoz2TTCoidrIssyz78LZC69whBMPIKCMbi3cw==", "dev": true, "dependencies": { "colorette": "^2.0.7", @@ -13650,9 +13650,9 @@ } }, "pino-pretty": { - "version": "9.4.0", - "resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-9.4.0.tgz", - "integrity": "sha512-NIudkNLxnl7MGj1XkvsqVyRgo6meFP82ECXF2PlOI+9ghmbGuBUUqKJ7IZPIxpJw4vhhSva0IuiDSAuGh6TV9g==", + "version": "10.2.3", + "resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-10.2.3.tgz", + "integrity": "sha512-4jfIUc8TC1GPUfDyMSlW1STeORqkoxec71yhxIpLDQapUu8WOuoz2TTCoidrIssyz78LZC69whBMPIKCMbi3cw==", "dev": true, "requires": { "colorette": "^2.0.7", diff --git a/package.json b/package.json index 3678ca7e..58dac95b 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "jest": "^29.3.1", "nodemon": "^2.0.20", "npm-run-all": "^4.1.5", - "pino-pretty": "^9.1.1", + "pino-pretty": "^10.2.3", "pkg": "^5.5.2", "rimraf": "^4.0.7", "ts-jest": "^29.0.3",