From 81c963a9fdc27d69a96416e5bfbe5c7c289967b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jun 2022 13:25:34 +0000 Subject: [PATCH] Bump inquirer from 8.2.0 to 8.2.4 Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js) from 8.2.0 to 8.2.4. - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@8.2.0...inquirer@8.2.4) --- updated-dependencies: - dependency-name: inquirer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/cli/create-strapi-app/package.json | 2 +- .../cli/create-strapi-starter/package.json | 2 +- packages/core/strapi/package.json | 2 +- packages/generators/app/package.json | 2 +- yarn.lock | 33 ++++--------------- 5 files changed, 11 insertions(+), 30 deletions(-) diff --git a/packages/cli/create-strapi-app/package.json b/packages/cli/create-strapi-app/package.json index 6aedaae508..6a390b6842 100644 --- a/packages/cli/create-strapi-app/package.json +++ b/packages/cli/create-strapi-app/package.json @@ -40,7 +40,7 @@ "dependencies": { "@strapi/generate-new": "4.2.2", "commander": "6.1.0", - "inquirer": "8.2.0" + "inquirer": "8.2.4" }, "engines": { "node": ">=14.19.1 <=16.x.x", diff --git a/packages/cli/create-strapi-starter/package.json b/packages/cli/create-strapi-starter/package.json index 57646fa6e3..2dee086536 100644 --- a/packages/cli/create-strapi-starter/package.json +++ b/packages/cli/create-strapi-starter/package.json @@ -44,7 +44,7 @@ "commander": "7.1.0", "execa": "5.1.1", "fs-extra": "10.0.0", - "inquirer": "8.2.0", + "inquirer": "8.2.4", "ora": "5.4.0" }, "engines": { diff --git a/packages/core/strapi/package.json b/packages/core/strapi/package.json index 2d59c80650..4bc7e7e2e3 100644 --- a/packages/core/strapi/package.json +++ b/packages/core/strapi/package.json @@ -105,7 +105,7 @@ "fs-extra": "10.0.0", "glob": "7.2.0", "http-errors": "1.8.1", - "inquirer": "8.2.0", + "inquirer": "8.2.4", "is-docker": "2.2.1", "koa": "2.13.3", "koa-body": "4.2.0", diff --git a/packages/generators/app/package.json b/packages/generators/app/package.json index a4721daec7..a8b8a3e5bd 100644 --- a/packages/generators/app/package.json +++ b/packages/generators/app/package.json @@ -40,7 +40,7 @@ "chalk": "^4.1.1", "execa": "^1.0.0", "fs-extra": "10.0.0", - "inquirer": "8.2.0", + "inquirer": "8.2.4", "lodash": "4.17.21", "node-fetch": "^2.6.1", "node-machine-id": "^1.1.10", diff --git a/yarn.lock b/yarn.lock index 03fa1fde3e..8203ab79f9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13646,10 +13646,10 @@ inline-style-parser@0.1.1: resolved "https://registry.yarnpkg.com/inline-style-parser/-/inline-style-parser-0.1.1.tgz#ec8a3b429274e9c0a1f1c4ffa9453a7fef72cea1" integrity sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q== -inquirer@8.2.0: - version "8.2.0" - resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-8.2.0.tgz#f44f008dd344bbfc4b30031f45d984e034a3ac3a" - integrity sha512-0crLweprevJ02tTuA6ThpoAERAGyVILC4sS74uib58Xf/zSr1/ZWtmm7D5CI+bSQEaA04f0K7idaHpQbSWgiVQ== +inquirer@8.2.4, inquirer@^8.2.0: + version "8.2.4" + resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-8.2.4.tgz#ddbfe86ca2f67649a67daa6f1051c128f684f0b4" + integrity sha512-nn4F01dxU8VeKfq192IjLsxu0/OmMZ4Lg3xKAns148rCaXP6ntAoEkVYZThWjwON8AlzdZZi6oqnhNbxUG9hVg== dependencies: ansi-escapes "^4.2.1" chalk "^4.1.1" @@ -13661,10 +13661,11 @@ inquirer@8.2.0: mute-stream "0.0.8" ora "^5.4.1" run-async "^2.4.0" - rxjs "^7.2.0" + rxjs "^7.5.5" string-width "^4.1.0" strip-ansi "^6.0.0" through "^2.3.6" + wrap-ansi "^7.0.0" inquirer@^7.1.0, inquirer@^7.3.3: version "7.3.3" @@ -13685,26 +13686,6 @@ inquirer@^7.1.0, inquirer@^7.3.3: strip-ansi "^6.0.0" through "^2.3.6" -inquirer@^8.2.0: - version "8.2.2" - resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-8.2.2.tgz#1310517a87a0814d25336c78a20b44c3d9b7629d" - integrity sha512-pG7I/si6K/0X7p1qU+rfWnpTE1UIkTONN1wxtzh0d+dHXtT/JG6qBgLxoyHVsQa8cFABxAPh0pD6uUUHiAoaow== - dependencies: - ansi-escapes "^4.2.1" - chalk "^4.1.1" - cli-cursor "^3.1.0" - cli-width "^3.0.0" - external-editor "^3.0.3" - figures "^3.0.0" - lodash "^4.17.21" - mute-stream "0.0.8" - ora "^5.4.1" - run-async "^2.4.0" - rxjs "^7.5.5" - string-width "^4.1.0" - strip-ansi "^6.0.0" - through "^2.3.6" - internal-slot@^1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.3.tgz#7347e307deeea2faac2ac6205d4bc7d34967f59c" @@ -20658,7 +20639,7 @@ rxjs@^6.4.0, rxjs@^6.6.0: dependencies: tslib "^1.9.0" -rxjs@^7.2.0, rxjs@^7.5.1, rxjs@^7.5.5: +rxjs@^7.5.1, rxjs@^7.5.5: version "7.5.5" resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.5.5.tgz#2ebad89af0f560f460ad5cc4213219e1f7dd4e9f" integrity sha512-sy+H0pQofO95VDmFLzyaw9xNJU4KTRSwQIGM6+iG3SypAtCiLDzpeG8sJrNCWn2Up9km+KhkvTdbkrdy+yzZdw==