diff --git a/package.json b/package.json index e781e9840c..3f000d548b 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "get-port": "5.1.1", "glob": "7.2.3", "husky": "8.0.2", - "inquirer": "8.2.4", + "inquirer": "8.2.5", "jest": "29.0.3", "jest-circus": "29.0.3", "jest-cli": "29.0.3", diff --git a/packages/cli/create-strapi-app/package.json b/packages/cli/create-strapi-app/package.json index 11369a654e..1957ab24ad 100644 --- a/packages/cli/create-strapi-app/package.json +++ b/packages/cli/create-strapi-app/package.json @@ -5,7 +5,7 @@ "dependencies": { "@strapi/generate-new": "4.6.0", "commander": "8.3.0", - "inquirer": "8.2.4" + "inquirer": "8.2.5" }, "keywords": [ "create-strapi-app", diff --git a/packages/cli/create-strapi-starter/package.json b/packages/cli/create-strapi-starter/package.json index c1c59e71dc..c3e232ece4 100644 --- a/packages/cli/create-strapi-starter/package.json +++ b/packages/cli/create-strapi-starter/package.json @@ -44,7 +44,7 @@ "commander": "8.3.0", "execa": "5.1.1", "fs-extra": "10.0.0", - "inquirer": "8.2.4", + "inquirer": "8.2.5", "ora": "5.4.1" }, "engines": { diff --git a/packages/core/strapi/package.json b/packages/core/strapi/package.json index e965b203f7..1982096ba6 100644 --- a/packages/core/strapi/package.json +++ b/packages/core/strapi/package.json @@ -109,7 +109,7 @@ "fs-extra": "10.0.0", "glob": "7.2.0", "http-errors": "1.8.1", - "inquirer": "8.2.4", + "inquirer": "8.2.5", "is-docker": "2.2.1", "koa": "2.13.4", "koa-body": "4.2.0", diff --git a/packages/generators/app/package.json b/packages/generators/app/package.json index f7c352e946..71d9ce7c48 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.4", + "inquirer": "8.2.5", "lodash": "4.17.21", "node-fetch": "^2.6.1", "node-machine-id": "^1.1.10", diff --git a/yarn.lock b/yarn.lock index 135595aabd..f757d3e9a8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13547,10 +13547,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.4, inquirer@^8.2.0, inquirer@^8.2.4: - version "8.2.4" - resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-8.2.4.tgz#ddbfe86ca2f67649a67daa6f1051c128f684f0b4" - integrity sha512-nn4F01dxU8VeKfq192IjLsxu0/OmMZ4Lg3xKAns148rCaXP6ntAoEkVYZThWjwON8AlzdZZi6oqnhNbxUG9hVg== +inquirer@8.2.5, inquirer@^8.2.0, inquirer@^8.2.4: + version "8.2.5" + resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-8.2.5.tgz#d8654a7542c35a9b9e069d27e2df4858784d54f8" + integrity sha512-QAgPDQMEgrDssk1XiwwHoOGYF9BAbUcc1+j+FhEvaOt8/cKRqyLn0U5qA6F74fGhTMGxf92pOvPBeh29jQJDTQ== dependencies: ansi-escapes "^4.2.1" chalk "^4.1.1"