From 7dce43cc4e5e9aad3ac8f9be755ac24a4d7953fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 03:21:17 +0000 Subject: [PATCH] Bump listr2 from 6.6.1 to 7.0.2 Bumps [listr2](https://github.com/listr2/listr2) from 6.6.1 to 7.0.2. - [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/commits/listr2@7.0.2) --- updated-dependencies: - dependency-name: listr2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 +++++++--------------- package.json | 2 +- 2 files changed, 8 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index ae61190..f2f913e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@types/mustache": "^4.2.1", "@types/node": "^20.6.0", "listr-inquirer": "^0.1.0", - "listr2": "^6.6.1", + "listr2": "^7.0.2", "mustache": "^4.2.0", "terser": "^5.15.1", "typescript": "^5.0.2" @@ -394,9 +394,9 @@ } }, "node_modules/listr2": { - "version": "6.6.1", - "resolved": "https://registry.npmjs.org/listr2/-/listr2-6.6.1.tgz", - "integrity": "sha512-+rAXGHh0fkEWdXBmX+L6mmfmXmXvDGEKzkjxO+8mP3+nI/r/CWznVBvsibXdxda9Zz0OW2e2ikphN3OwCT/jSg==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/listr2/-/listr2-7.0.2.tgz", + "integrity": "sha512-rJysbR9GKIalhTbVL2tYbF2hVyDnrf7pFUZBwjPaMIdadYHmeT+EVi/Bu3qd7ETQPahTotg2WRCatXwRBW554g==", "dev": true, "dependencies": { "cli-truncate": "^3.1.0", @@ -408,14 +408,6 @@ }, "engines": { "node": ">=16.0.0" - }, - "peerDependencies": { - "enquirer": ">= 2.3.0 < 3" - }, - "peerDependenciesMeta": { - "enquirer": { - "optional": true - } } }, "node_modules/lodash": { @@ -1188,9 +1180,9 @@ } }, "listr2": { - "version": "6.6.1", - "resolved": "https://registry.npmjs.org/listr2/-/listr2-6.6.1.tgz", - "integrity": "sha512-+rAXGHh0fkEWdXBmX+L6mmfmXmXvDGEKzkjxO+8mP3+nI/r/CWznVBvsibXdxda9Zz0OW2e2ikphN3OwCT/jSg==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/listr2/-/listr2-7.0.2.tgz", + "integrity": "sha512-rJysbR9GKIalhTbVL2tYbF2hVyDnrf7pFUZBwjPaMIdadYHmeT+EVi/Bu3qd7ETQPahTotg2WRCatXwRBW554g==", "dev": true, "requires": { "cli-truncate": "^3.1.0", diff --git a/package.json b/package.json index c5f243c..2516c5f 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@types/mustache": "^4.2.1", "@types/node": "^20.6.0", "listr-inquirer": "^0.1.0", - "listr2": "^6.6.1", + "listr2": "^7.0.2", "mustache": "^4.2.0", "terser": "^5.15.1", "typescript": "^5.0.2"