Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Commit 828dc83

Browse files
dependabot-preview[bot]Nargonath
authored andcommitted
feat(deps): bump ora from 3.4.0 to 4.0.1 (#69)
BREAKING CHANGE: Bumps [ora](https://github.com/sindresorhus/ora) from 3.4.0 to 4.0.1. - [Release notes](https://github.com/sindresorhus/ora/releases) - [Commits](sindresorhus/ora@v3.4.0...v4.0.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 0c29278 commit 828dc83

File tree

2 files changed

+33
-19
lines changed

2 files changed

+33
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"html-webpack-plugin": "^3.2.0",
7979
"import-cwd": "3.0.0",
8080
"meow": "5.0.0",
81-
"ora": "3.4.0",
81+
"ora": "4.0.1",
8282
"semver": "^6.3.0"
8383
}
8484
}

yarn.lock

Lines changed: 32 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1116,10 +1116,17 @@ cli-cursor@^2.0.0, cli-cursor@^2.1.0:
11161116
dependencies:
11171117
restore-cursor "^2.0.0"
11181118

1119-
cli-spinners@^2.0.0:
1120-
version "2.1.0"
1121-
resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.1.0.tgz#22c34b4d51f573240885b201efda4e4ec9fff3c7"
1122-
integrity sha512-8B00fJOEh1HPrx4fo5eW16XmE1PcL1tGpGrxy63CXGP9nHdPBN63X75hA1zhvQuhVztJWLqV58Roj2qlNM7cAA==
1119+
cli-cursor@^3.1.0:
1120+
version "3.1.0"
1121+
resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-3.1.0.tgz#264305a7ae490d1d03bf0c9ba7c925d1753af307"
1122+
integrity sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==
1123+
dependencies:
1124+
restore-cursor "^3.1.0"
1125+
1126+
cli-spinners@^2.2.0:
1127+
version "2.2.0"
1128+
resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.2.0.tgz#e8b988d9206c692302d8ee834e7a85c0144d8f77"
1129+
integrity sha512-tgU3fKwzYjiLEQgPMD9Jt+JjHVL9kW93FiIMX/l7rivvOD4/LL0Mf7gda3+4U2KJBloybwgj5KEoQgGRioMiKQ==
11231130

11241131
cli-truncate@^0.2.1:
11251132
version "0.2.1"
@@ -2811,6 +2818,11 @@ is-glob@^4.0.0, is-glob@^4.0.1:
28112818
dependencies:
28122819
is-extglob "^2.1.1"
28132820

2821+
is-interactive@^1.0.0:
2822+
version "1.0.0"
2823+
resolved "https://registry.yarnpkg.com/is-interactive/-/is-interactive-1.0.0.tgz#cea6e6ae5c870a7b0a0004070b7b587e0252912e"
2824+
integrity sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==
2825+
28142826
is-number@^3.0.0:
28152827
version "3.0.0"
28162828
resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195"
@@ -3726,13 +3738,6 @@ log-symbols@^1.0.2:
37263738
dependencies:
37273739
chalk "^1.0.0"
37283740

3729-
log-symbols@^2.2.0:
3730-
version "2.2.0"
3731-
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a"
3732-
integrity sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg==
3733-
dependencies:
3734-
chalk "^2.0.1"
3735-
37363741
log-symbols@^3.0.0:
37373742
version "3.0.0"
37383743
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-3.0.0.tgz#f3a08516a5dea893336a7dee14d18a1cfdab77c4"
@@ -4264,15 +4269,16 @@ optionator@^0.8.1, optionator@^0.8.2:
42644269
type-check "~0.3.2"
42654270
wordwrap "~1.0.0"
42664271

4267-
ora@3.4.0:
4268-
version "3.4.0"
4269-
resolved "https://registry.yarnpkg.com/ora/-/ora-3.4.0.tgz#bf0752491059a3ef3ed4c85097531de9fdbcd318"
4270-
integrity sha512-eNwHudNbO1folBP3JsZ19v9azXWtQZjICdr3Q0TDPIaeBQ3mXLrh54wM+er0+hSp+dWKf+Z8KM58CYzEyIYxYg==
4272+
4273+
version "4.0.1"
4274+
resolved "https://registry.yarnpkg.com/ora/-/ora-4.0.1.tgz#e0ddf8fcdcf28cf714f742f06a493cc84819621c"
4275+
integrity sha512-yQv2q0GO8rqP2wzdOxpu0FxUmRg4z/Lw0m6uSpukPJXoOMaQzrIpl+STKHzjryFP5ExQC56+y8+yXPar2iezaw==
42714276
dependencies:
42724277
chalk "^2.4.2"
4273-
cli-cursor "^2.1.0"
4274-
cli-spinners "^2.0.0"
4275-
log-symbols "^2.2.0"
4278+
cli-cursor "^3.1.0"
4279+
cli-spinners "^2.2.0"
4280+
is-interactive "^1.0.0"
4281+
log-symbols "^3.0.0"
42764282
strip-ansi "^5.2.0"
42774283
wcwidth "^1.0.1"
42784284

@@ -4943,6 +4949,14 @@ restore-cursor@^2.0.0:
49434949
onetime "^2.0.0"
49444950
signal-exit "^3.0.2"
49454951

4952+
restore-cursor@^3.1.0:
4953+
version "3.1.0"
4954+
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-3.1.0.tgz#39f67c54b3a7a58cea5236d95cf0034239631f7e"
4955+
integrity sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==
4956+
dependencies:
4957+
onetime "^5.1.0"
4958+
signal-exit "^3.0.2"
4959+
49464960
ret@~0.1.10:
49474961
version "0.1.15"
49484962
resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc"

0 commit comments

Comments
 (0)