From 4fc105520419f81f83283d71780e36c545ebfb4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 08:14:21 +0000 Subject: [PATCH] Bump pino-pretty from 11.2.0 to 11.2.1 Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 11.2.0 to 11.2.1. - [Release notes](https://github.com/pinojs/pino-pretty/releases) - [Commits](https://github.com/pinojs/pino-pretty/compare/v11.2.0...v11.2.1) --- updated-dependencies: - dependency-name: pino-pretty dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5d993cea..504806e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,6 @@ "@distube/soundcloud": "^2.0.1", "@distube/spotify": "^2.0.1", "@distube/yt-dlp": "^2.0.1", - "@distube/ytdl-core": "^4.13.4", "captcha-canvas": "^2.3.1", "discord-gamecord": "^4.4.2", "discord.js": "^14.15.3", @@ -35,7 +34,7 @@ "i18next": "^23.11.5", "i18next-fs-backend": "^2.3.1", "pino": "^9.1.0", - "pino-pretty": "^11.2.0", + "pino-pretty": "^11.2.1", "sodium-native": "^4.1.1", "systeminformation": "^5.22.10" }, @@ -3292,9 +3291,9 @@ } }, "node_modules/pino-pretty": { - "version": "11.2.0", - "resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-11.2.0.tgz", - "integrity": "sha512-k6VHtZBcfLDB1mB8TWPE19OyLygfNdqOgX/uACqBbVMaUK2JeXHBUTINvJ/QPs5Vazwfq4gWIDpTYDnhkfy7Jw==", + "version": "11.2.1", + "resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-11.2.1.tgz", + "integrity": "sha512-O05NuD9tkRasFRWVaF/uHLOvoRDFD7tb5VMertr78rbsYFjYp48Vg3477EshVAF5eZaEw+OpDl/tu+B0R5o+7g==", "dependencies": { "colorette": "^2.0.7", "dateformat": "^4.6.3", diff --git a/package.json b/package.json index 70239c45..284d401d 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "i18next": "^23.11.5", "i18next-fs-backend": "^2.3.1", "pino": "^9.1.0", - "pino-pretty": "^11.2.0", + "pino-pretty": "^11.2.1", "sodium-native": "^4.1.1", "systeminformation": "^5.22.10" },