Skip to content

Commit dba5766

Browse files
build(deps): bump ora from 5.4.1 to 8.1.1
Bumps [ora](https://github.com/sindresorhus/ora) from 5.4.1 to 8.1.1. - [Release notes](https://github.com/sindresorhus/ora/releases) - [Commits](sindresorhus/ora@v5.4.1...v8.1.1) --- updated-dependencies: - dependency-name: ora dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 72b00f4 commit dba5766

File tree

3 files changed

+111
-21
lines changed

3 files changed

+111
-21
lines changed

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"minimatch": "3.0.4",
8787
"mini-css-extract-plugin": "^2.4.2",
8888
"node-libs-browser": "^2.2.1",
89-
"ora": "^5.3.0",
89+
"ora": "^8.1.1",
9090
"postcss": "^8.1.0",
9191
"process": "^0.11.10",
9292
"react-dev-utils": "^12.0.0-next.47",

packages/create-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"fs-extra": "9.1.0",
3737
"handlebars": "^4.7.3",
3838
"inquirer": "^7.0.4",
39-
"ora": "^5.3.0",
39+
"ora": "^8.1.1",
4040
"recursive-readdir": "^2.2.2"
4141
},
4242
"devDependencies": {

yarn.lock

Lines changed: 109 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11088,6 +11088,11 @@ chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2:
1108811088
ansi-styles "^4.1.0"
1108911089
supports-color "^7.1.0"
1109011090

11091+
chalk@^5.3.0:
11092+
version "5.4.1"
11093+
resolved "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz#1b48bf0963ec158dce2aacf69c093ae2dd2092d8"
11094+
integrity sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==
11095+
1109111096
change-case-all@1.0.14:
1109211097
version "1.0.14"
1109311098
resolved "https://registry.npmjs.org/change-case-all/-/change-case-all-1.0.14.tgz#bac04da08ad143278d0ac3dda7eccd39280bfba1"
@@ -11323,10 +11328,17 @@ cli-cursor@^3.1.0:
1132311328
dependencies:
1132411329
restore-cursor "^3.1.0"
1132511330

11326-
cli-spinners@^2.5.0:
11327-
version "2.5.0"
11328-
resolved "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.5.0.tgz#12763e47251bf951cb75c201dfa58ff1bcb2d047"
11329-
integrity sha512-PC+AmIuK04E6aeSs/pUccSujsTzBhu4HzC2dL+CfJB/Jcc2qTRbEwZQDfIUpt2Xl8BodYBEq8w4fc0kU2I9DjQ==
11331+
cli-cursor@^5.0.0:
11332+
version "5.0.0"
11333+
resolved "https://registry.npmjs.org/cli-cursor/-/cli-cursor-5.0.0.tgz#24a4831ecf5a6b01ddeb32fb71a4b2088b0dce38"
11334+
integrity sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw==
11335+
dependencies:
11336+
restore-cursor "^5.0.0"
11337+
11338+
cli-spinners@^2.5.0, cli-spinners@^2.9.2:
11339+
version "2.9.2"
11340+
resolved "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.2.tgz#1773a8f4b9c4d6ac31563df53b3fc1d79462fe41"
11341+
integrity sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==
1133011342

1133111343
cli-table3@0.6.0, cli-table3@~0.6.0:
1133211344
version "0.6.0"
@@ -13637,6 +13649,11 @@ emittery@^0.7.1:
1363713649
resolved "https://registry.npmjs.org/emittery/-/emittery-0.7.1.tgz#c02375a927a40948c0345cc903072597f5270451"
1363813650
integrity sha512-d34LN4L6h18Bzz9xpoku2nPwKxCPlPMr3EEKTkoEBi+1/+b0lcRkRJ1UVyyZaKNeqGR3swcGl6s390DNO4YVgQ==
1363913651

13652+
emoji-regex@^10.3.0:
13653+
version "10.4.0"
13654+
resolved "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.4.0.tgz#03553afea80b3975749cfcb36f776ca268e413d4"
13655+
integrity sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==
13656+
1364013657
emoji-regex@^7.0.1:
1364113658
version "7.0.3"
1364213659
resolved "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156"
@@ -15557,6 +15574,11 @@ get-caller-file@^2.0.1, get-caller-file@^2.0.5:
1555715574
resolved "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
1555815575
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
1555915576

15577+
get-east-asian-width@^1.0.0:
15578+
version "1.3.0"
15579+
resolved "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.3.0.tgz#21b4071ee58ed04ee0db653371b55b4299875389"
15580+
integrity sha512-vpeMIQKxczTD/0s2CdEWHcb0eeJe6TFjxb+J5xgX7hScxqrGuyjmv4c1D4A/gelKfyox0gJJwIHF+fLjeaM8kQ==
15581+
1556015582
get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@^1.1.1:
1556115583
version "1.1.1"
1556215584
resolved "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz#15f59f376f855c446963948f0d24cd3637b4abc6"
@@ -17520,6 +17542,11 @@ is-interactive@^1.0.0:
1752017542
resolved "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz#cea6e6ae5c870a7b0a0004070b7b587e0252912e"
1752117543
integrity sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==
1752217544

17545+
is-interactive@^2.0.0:
17546+
version "2.0.0"
17547+
resolved "https://registry.npmjs.org/is-interactive/-/is-interactive-2.0.0.tgz#40c57614593826da1100ade6059778d597f16e90"
17548+
integrity sha512-qP1vozQRI+BMOPcjFzrjXuQvdak2pHNUMZoeG2eRbiSqyvbEf/wQtEOTOX1guk6E3t36RkaqiSt8A/6YElNxLQ==
17549+
1752317550
is-ip@^3.1.0:
1752417551
version "3.1.0"
1752517552
resolved "https://registry.npmjs.org/is-ip/-/is-ip-3.1.0.tgz#2ae5ddfafaf05cb8008a62093cf29734f657c5d8"
@@ -17827,6 +17854,16 @@ is-unicode-supported@^0.1.0:
1782717854
resolved "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#3f26c76a809593b52bfa2ecb5710ed2779b522a7"
1782817855
integrity sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==
1782917856

17857+
is-unicode-supported@^1.3.0:
17858+
version "1.3.0"
17859+
resolved "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-1.3.0.tgz#d824984b616c292a2e198207d4a609983842f714"
17860+
integrity sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==
17861+
17862+
is-unicode-supported@^2.0.0:
17863+
version "2.1.0"
17864+
resolved "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-2.1.0.tgz#09f0ab0de6d3744d48d265ebb98f65d11f2a9b3a"
17865+
integrity sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==
17866+
1783017867
is-upper-case@^2.0.2:
1783117868
version "2.0.2"
1783217869
resolved "https://registry.npmjs.org/is-upper-case/-/is-upper-case-2.0.2.tgz#f1105ced1fe4de906a5f39553e7d3803fd804649"
@@ -19794,6 +19831,14 @@ log-symbols@^4.0.0, log-symbols@^4.1.0:
1979419831
chalk "^4.1.0"
1979519832
is-unicode-supported "^0.1.0"
1979619833

19834+
log-symbols@^6.0.0:
19835+
version "6.0.0"
19836+
resolved "https://registry.npmjs.org/log-symbols/-/log-symbols-6.0.0.tgz#bb95e5f05322651cac30c0feb6404f9f2a8a9439"
19837+
integrity sha512-i24m8rpwhmPIS4zscNzK6MSEhk0DUWa/8iYQWxhffV8jkI4Phvs3F+quL5xvS0gdQR0FyTCMMH33Y78dDTzzIw==
19838+
dependencies:
19839+
chalk "^5.3.0"
19840+
is-unicode-supported "^1.3.0"
19841+
1979719842
log-update@^2.3.0:
1979819843
version "2.3.0"
1979919844
resolved "https://registry.npmjs.org/log-update/-/log-update-2.3.0.tgz#88328fd7d1ce7938b29283746f0b1bc126b24708"
@@ -20801,6 +20846,11 @@ mimic-fn@^2.1.0:
2080120846
resolved "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
2080220847
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
2080320848

20849+
mimic-function@^5.0.0:
20850+
version "5.0.1"
20851+
resolved "https://registry.npmjs.org/mimic-function/-/mimic-function-5.0.1.tgz#acbe2b3349f99b9deaca7fb70e48b83e94e67076"
20852+
integrity sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==
20853+
2080420854
mimic-response@^1.0.0, mimic-response@^1.0.1:
2080520855
version "1.0.1"
2080620856
resolved "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz#4923538878eef42063cb8a3e3b0798781487ab1b"
@@ -21982,6 +22032,13 @@ onetime@^5.1.0, onetime@^5.1.2:
2198222032
dependencies:
2198322033
mimic-fn "^2.1.0"
2198422034

22035+
onetime@^7.0.0:
22036+
version "7.0.0"
22037+
resolved "https://registry.npmjs.org/onetime/-/onetime-7.0.0.tgz#9f16c92d8c9ef5120e3acd9dd9957cceecc1ab60"
22038+
integrity sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==
22039+
dependencies:
22040+
mimic-function "^5.0.0"
22041+
2198522042
open@^7.0.2, open@^7.0.3:
2198622043
version "7.3.1"
2198722044
resolved "https://registry.npmjs.org/open/-/open-7.3.1.tgz#111119cb919ca1acd988f49685c4fdd0f4755356"
@@ -22044,7 +22101,7 @@ optionator@^0.9.1:
2204422101
type-check "^0.4.0"
2204522102
word-wrap "^1.2.3"
2204622103

22047-
ora@^5.3.0, ora@^5.4.1:
22104+
ora@^5.4.1:
2204822105
version "5.4.1"
2204922106
resolved "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz#1b2678426af4ac4a509008e5e4ac9e9959db9e18"
2205022107
integrity sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==
@@ -22059,6 +22116,21 @@ ora@^5.3.0, ora@^5.4.1:
2205922116
strip-ansi "^6.0.0"
2206022117
wcwidth "^1.0.1"
2206122118

22119+
ora@^8.1.1:
22120+
version "8.1.1"
22121+
resolved "https://registry.npmjs.org/ora/-/ora-8.1.1.tgz#8efc8865e44c87e4b55468a47e80a03e678b0e54"
22122+
integrity sha512-YWielGi1XzG1UTvOaCFaNgEnuhZVMSHYkW/FQ7UX8O26PtlpdM84c0f7wLPlkvx2RfiQmnzd61d/MGxmpQeJPw==
22123+
dependencies:
22124+
chalk "^5.3.0"
22125+
cli-cursor "^5.0.0"
22126+
cli-spinners "^2.9.2"
22127+
is-interactive "^2.0.0"
22128+
is-unicode-supported "^2.0.0"
22129+
log-symbols "^6.0.0"
22130+
stdin-discarder "^0.2.2"
22131+
string-width "^7.2.0"
22132+
strip-ansi "^7.1.0"
22133+
2206222134
os-browserify@^0.3.0:
2206322135
version "0.3.0"
2206422136
resolved "https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz#854373c7f5c2315914fc9bfc6bd8238fdda1ec27"
@@ -25235,6 +25307,14 @@ restore-cursor@^3.1.0:
2523525307
onetime "^5.1.0"
2523625308
signal-exit "^3.0.2"
2523725309

25310+
restore-cursor@^5.0.0:
25311+
version "5.1.0"
25312+
resolved "https://registry.npmjs.org/restore-cursor/-/restore-cursor-5.1.0.tgz#0766d95699efacb14150993f55baf0953ea1ebe7"
25313+
integrity sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA==
25314+
dependencies:
25315+
onetime "^7.0.0"
25316+
signal-exit "^4.1.0"
25317+
2523825318
ret@~0.1.10:
2523925319
version "0.1.15"
2524025320
resolved "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc"
@@ -25892,6 +25972,11 @@ signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3:
2589225972
resolved "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c"
2589325973
integrity sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==
2589425974

25975+
signal-exit@^4.1.0:
25976+
version "4.1.0"
25977+
resolved "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04"
25978+
integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==
25979+
2589525980
signedsource@^1.0.0:
2589625981
version "1.0.0"
2589725982
resolved "https://registry.npmjs.org/signedsource/-/signedsource-1.0.0.tgz#1ddace4981798f93bd833973803d80d52e93ad6a"
@@ -26451,6 +26536,11 @@ statuses@^2.0.0:
2645126536
resolved "https://registry.npmjs.org/statuses/-/statuses-2.0.0.tgz#aa7b107e018eb33e08e8aee2e7337e762dda1028"
2645226537
integrity sha512-w9jNUUQdpuVoYqXxnyOakhckBbOxRaoYqJscyIBYCS5ixyCnO7nQn7zBZvP9zf5QOPZcz2DLUpE3KsNPbJBOFA==
2645326538

26539+
stdin-discarder@^0.2.2:
26540+
version "0.2.2"
26541+
resolved "https://registry.npmjs.org/stdin-discarder/-/stdin-discarder-0.2.2.tgz#390037f44c4ae1a1ae535c5fe38dc3aba8d997be"
26542+
integrity sha512-UhDfHmA92YAlNnCfhmq0VeNL5bDbiZGg7sZ2IvPsXubGkiNa9EC+tUTsjBRsYUAz87btI6/1wf4XoVvQ3uRnmQ==
26543+
2645426544
stealthy-require@^1.1.1:
2645526545
version "1.1.1"
2645626546
resolved "https://registry.npmjs.org/stealthy-require/-/stealthy-require-1.1.1.tgz#35b09875b4ff49f26a777e509b3090a3226bf24b"
@@ -26598,16 +26688,7 @@ string-width@^3.0.0:
2659826688
is-fullwidth-code-point "^2.0.0"
2659926689
strip-ansi "^5.1.0"
2660026690

26601-
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0:
26602-
version "4.2.0"
26603-
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.0.tgz#952182c46cc7b2c313d1596e623992bd163b72b5"
26604-
integrity sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==
26605-
dependencies:
26606-
emoji-regex "^8.0.0"
26607-
is-fullwidth-code-point "^3.0.0"
26608-
strip-ansi "^6.0.0"
26609-
26610-
string-width@^4.2.3:
26691+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
2661126692
version "4.2.3"
2661226693
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
2661326694
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -26616,6 +26697,15 @@ string-width@^4.2.3:
2661626697
is-fullwidth-code-point "^3.0.0"
2661726698
strip-ansi "^6.0.1"
2661826699

26700+
string-width@^7.2.0:
26701+
version "7.2.0"
26702+
resolved "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz#b5bb8e2165ce275d4d43476dd2700ad9091db6dc"
26703+
integrity sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==
26704+
dependencies:
26705+
emoji-regex "^10.3.0"
26706+
get-east-asian-width "^1.0.0"
26707+
strip-ansi "^7.1.0"
26708+
2661926709
"string.prototype.matchall@^4.0.0 || ^3.0.1", string.prototype.matchall@^4.0.6:
2662026710
version "4.0.6"
2662126711
resolved "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.6.tgz#5abb5dabc94c7b0ea2380f65ba610b3a544b15fa"
@@ -26720,10 +26810,10 @@ strip-ansi@^6.0.0, strip-ansi@^6.0.1:
2672026810
dependencies:
2672126811
ansi-regex "^5.0.1"
2672226812

26723-
strip-ansi@^7.0.0:
26724-
version "7.0.1"
26725-
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.0.1.tgz#61740a08ce36b61e50e65653f07060d000975fb2"
26726-
integrity sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==
26813+
strip-ansi@^7.0.0, strip-ansi@^7.1.0:
26814+
version "7.1.0"
26815+
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
26816+
integrity sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==
2672726817
dependencies:
2672826818
ansi-regex "^6.0.1"
2672926819

0 commit comments

Comments
 (0)