From 572da8a7beac286c75b5cb97ae1d8597a42e7e87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 01:30:59 +0100 Subject: [PATCH] Bump listr2 from 8.0.0 to 8.0.1 (#20826) Bumps [listr2](https://github.com/listr2/listr2) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/listr2/listr2/releases) - [Changelog](https://github.com/listr2/listr2/blob/master/release.config.cjs) - [Commits](https://github.com/listr2/listr2/compare/listr2@8.0.0...listr2@8.0.1) --- updated-dependencies: - dependency-name: listr2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 8 ++++---- tests/blackbox/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a85a5d4472..0136af711e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2060,8 +2060,8 @@ importers: specifier: 3.1.0 version: 3.1.0(mysql@2.18.1)(pg@8.11.3)(sqlite3@5.1.6)(tedious@16.6.1) listr2: - specifier: 8.0.0 - version: 8.0.0 + specifier: 8.0.1 + version: 8.0.1 lodash-es: specifier: 4.17.21 version: 4.17.21 @@ -13493,8 +13493,8 @@ packages: commander: 10.0.1 dev: false - /listr2@8.0.0: - resolution: {integrity: sha512-u8cusxAcyqAiQ2RhYvV7kRKNLgUvtObIbhOX2NCXqvp1UU32xIg5CT22ykS2TPKJXZWJwtK3IKLiqAGlGNE+Zg==} + /listr2@8.0.1: + resolution: {integrity: sha512-ovJXBXkKGfq+CwmKTjluEqFi3p4h8xvkxGQQAQan22YCgef4KZ1mKGjzfGh6PL6AW5Csw0QiQPNuQyH+6Xk3hA==} engines: {node: '>=18.0.0'} dependencies: cli-truncate: 4.0.0 diff --git a/tests/blackbox/package.json b/tests/blackbox/package.json index 7f9b4bbb6d..609a2516f5 100644 --- a/tests/blackbox/package.json +++ b/tests/blackbox/package.json @@ -26,7 +26,7 @@ "js-yaml": "4.1.0", "json-to-graphql-query": "2.2.5", "knex": "3.1.0", - "listr2": "8.0.0", + "listr2": "8.0.1", "lodash-es": "4.17.21", "seedrandom": "3.0.5", "supertest": "6.3.3",