Merge pull request #4630 from freesewing/dependabot/npm_and_yarn/ora-7.0.1
chore(deps): bump ora from 7.0.0 to 7.0.1
This commit is contained in:
commit
050c703b07
4 changed files with 23 additions and 8 deletions
|
@ -104,7 +104,7 @@ new-design:
|
|||
'chalk': '5.0.1'
|
||||
'execa': '7.2.0'
|
||||
'mustache': '4.2.0'
|
||||
'ora': '7.0.0'
|
||||
'ora': '7.0.1'
|
||||
'prompts': '2.4.2'
|
||||
'recursive-readdir': '2.2.3'
|
||||
noble:
|
||||
|
@ -383,7 +383,7 @@ shared:
|
|||
'lodash.get': *_get
|
||||
'mdast-util-toc': '7.0.0'
|
||||
'mermaid': '10.3.0'
|
||||
'ora': '7.0.0'
|
||||
'ora': '7.0.1'
|
||||
'pdfkit': '0.13.0'
|
||||
'postcss-for': '2.1.1'
|
||||
'react': *react
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
"chalk": "5.0.1",
|
||||
"execa": "7.2.0",
|
||||
"mustache": "4.2.0",
|
||||
"ora": "7.0.0",
|
||||
"ora": "7.0.1",
|
||||
"prompts": "2.4.2",
|
||||
"recursive-readdir": "2.2.3"
|
||||
},
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
"lodash.get": "4.4.2",
|
||||
"mdast-util-toc": "7.0.0",
|
||||
"mermaid": "10.3.0",
|
||||
"ora": "7.0.0",
|
||||
"ora": "7.0.1",
|
||||
"pdfkit": "0.13.0",
|
||||
"postcss-for": "2.1.1",
|
||||
"react": "18.2.0",
|
||||
|
|
23
yarn.lock
23
yarn.lock
|
@ -7241,6 +7241,11 @@ emittery@^1.0.1:
|
|||
resolved "https://registry.yarnpkg.com/emittery/-/emittery-1.0.1.tgz#e0cf36e2d7eef94dbd025969f642d57ae50a56cd"
|
||||
integrity sha512-2ID6FdrMD9KDLldGesP6317G78K7km/kMcwItRtVFva7I/cSEOIaLpewaUb+YLXVwdAp3Ctfxh/V5zIl1sj7dQ==
|
||||
|
||||
emoji-regex@^10.2.1:
|
||||
version "10.2.1"
|
||||
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-10.2.1.tgz#a41c330d957191efd3d9dfe6e1e8e1e9ab048b3f"
|
||||
integrity sha512-97g6QgOk8zlDRdgq1WxwgTMgEWGVAQvB5Fdpgc1MkNy56la5SKP9GsMXKDOdqwn90/41a8yPwIGk1Y6WVbeMQA==
|
||||
|
||||
emoji-regex@^8.0.0:
|
||||
version "8.0.0"
|
||||
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
|
||||
|
@ -13086,10 +13091,10 @@ optionator@^0.9.3:
|
|||
prelude-ls "^1.2.1"
|
||||
type-check "^0.4.0"
|
||||
|
||||
ora@7.0.0:
|
||||
version "7.0.0"
|
||||
resolved "https://registry.yarnpkg.com/ora/-/ora-7.0.0.tgz#7c48955ba40ae487054d2153c2a72c670f9c6697"
|
||||
integrity sha512-jYSRKdGWCA69vNIcpuJwf8zJ8n1wlEyYmT+P5ljsQHAn1stHi+HGXJQWKtCOybQ+7oOekPgIhTdj0xexo2F/Sg==
|
||||
ora@7.0.1:
|
||||
version "7.0.1"
|
||||
resolved "https://registry.yarnpkg.com/ora/-/ora-7.0.1.tgz#cdd530ecd865fe39e451a0e7697865669cb11930"
|
||||
integrity sha512-0TUxTiFJWv+JnjWm4o9yvuskpEJLXTcng8MJuKd+SzAzp2o+OP3HWqNhB4OdJRt1Vsd9/mR0oyaEYlOnL7XIRw==
|
||||
dependencies:
|
||||
chalk "^5.3.0"
|
||||
cli-cursor "^4.0.0"
|
||||
|
@ -13098,6 +13103,7 @@ ora@7.0.0:
|
|||
is-unicode-supported "^1.3.0"
|
||||
log-symbols "^5.1.0"
|
||||
stdin-discarder "^0.1.0"
|
||||
string-width "^6.1.0"
|
||||
strip-ansi "^7.1.0"
|
||||
|
||||
ora@^5.4.1:
|
||||
|
@ -16297,6 +16303,15 @@ string-width@^5.0.0, string-width@^5.0.1, string-width@^5.1.2:
|
|||
emoji-regex "^9.2.2"
|
||||
strip-ansi "^7.0.1"
|
||||
|
||||
string-width@^6.1.0:
|
||||
version "6.1.0"
|
||||
resolved "https://registry.yarnpkg.com/string-width/-/string-width-6.1.0.tgz#96488d6ed23f9ad5d82d13522af9e4c4c3fd7518"
|
||||
integrity sha512-k01swCJAgQmuADB0YIc+7TuatfNvTBVOoaUWJjTB9R4VJzR5vNWzf5t42ESVZFPS8xTySF7CAdV4t/aaIm3UnQ==
|
||||
dependencies:
|
||||
eastasianwidth "^0.2.0"
|
||||
emoji-regex "^10.2.1"
|
||||
strip-ansi "^7.0.1"
|
||||
|
||||
string.prototype.matchall@^4.0.8:
|
||||
version "4.0.8"
|
||||
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz#3bf85722021816dcd1bf38bb714915887ca79fd3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue