diff --git a/package.json b/package.json index fb87c8217..1ff0912cf 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "commander": "9.3.0", "consolidate": "0.16.0", "execa": "5.1.1", - "figures": "4.0.1", + "figures": "6.0.1", "fs-extra": "11.1.0", "handlebars": "4.7.7", "handlebars-helpers": "0.10.0", diff --git a/packages/cli-core/package.json b/packages/cli-core/package.json index bdd43221f..743dae29f 100644 --- a/packages/cli-core/package.json +++ b/packages/cli-core/package.json @@ -44,7 +44,7 @@ "create-frame": "1.0.0", "enquirer": "2.3.6", "execa": "5.1.1", - "figures": "4.0.1", + "figures": "6.0.1", "filedirname": "2.7.0", "fs-extra": "11.1.0", "globby": "11.1.0", diff --git a/yarn.lock b/yarn.lock index 5db62f263..ce9a98026 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7985,11 +7985,6 @@ escape-string-regexp@^4.0.0: resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz" integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== -escape-string-regexp@^5.0.0: - version "5.0.0" - resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz" - integrity sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw== - eslint-config-prettier@8.5.0: version "8.5.0" resolved "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.5.0.tgz" @@ -8556,13 +8551,12 @@ figgy-pudding@^3.5.1: resolved "https://registry.npmjs.org/figgy-pudding/-/figgy-pudding-3.5.2.tgz" integrity sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw== -figures@*, figures@4.0.1: - version "4.0.1" - resolved "https://registry.npmjs.org/figures/-/figures-4.0.1.tgz" - integrity sha512-rElJwkA/xS04Vfg+CaZodpso7VqBknOYbzi6I76hI4X80RUjkSxO2oAyPmGbuXUppywjqndOrQDl817hDnI++w== +figures@*, figures@6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/figures/-/figures-6.0.1.tgz#75a2baf3ca8c63e2ea253179e9f1157833587ea4" + integrity sha512-0oY/olScYD4IhQ8u//gCPA4F3mlTn2dacYmiDm/mbDQvpmLjV4uH+zhsQ5IyXRyvqkvtUkXkNdGvg5OFJTCsuQ== dependencies: - escape-string-regexp "^5.0.0" - is-unicode-supported "^1.2.0" + is-unicode-supported "^2.0.0" figures@3.2.0, figures@^3.0.0, figures@^3.2.0: version "3.2.0" @@ -10743,10 +10737,10 @@ is-unicode-supported@^0.1.0: resolved "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz" integrity sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw== -is-unicode-supported@^1.2.0: - version "1.2.0" - resolved "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-1.2.0.tgz" - integrity sha512-wH+U77omcRzevfIG8dDhTS0V9zZyweakfD01FULl97+0EHiJTTZtJqxPSkIIo/SDPv/i07k/C9jAPY+jwLLeUQ== +is-unicode-supported@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-2.0.0.tgz#fdf32df9ae98ff6ab2cedc155a5a6e895701c451" + integrity sha512-FRdAyx5lusK1iHG0TWpVtk9+1i+GjrzRffhDg4ovQ7mcidMQ6mj+MhKPmvh7Xwyv5gIS06ns49CA7Sqg7lC22Q== is-weakref@^1.0.2: version "1.0.2"