Skip to content

Commit 8959be6

Browse files
renovate-botfilipesilva
authored andcommitted
build: update ora to version 4.0.5
1 parent 65272a9 commit 8959be6

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

packages/angular_devkit/schematics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"dependencies": {
1616
"@angular-devkit/core": "0.0.0",
17-
"ora": "4.0.4",
17+
"ora": "4.0.5",
1818
"rxjs": "6.6.0"
1919
}
2020
}

yarn.lock

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9709,7 +9709,21 @@ optionator@^0.8.1:
97099709
type-check "~0.3.2"
97109710
word-wrap "~1.2.3"
97119711

9712-
ora@4.0.4, ora@^4.0.2:
9712+
ora@4.0.5:
9713+
version "4.0.5"
9714+
resolved "https://registry.yarnpkg.com/ora/-/ora-4.0.5.tgz#7410b5cc2d99fa637fd5099bbb9f02bfbb5a361e"
9715+
integrity sha512-jCDgm9DqvRcNIAEv2wZPrh7E5PcQiDUnbnWbAfu4NGAE2ZNqPFbDixmWldy1YG2QfLeQhuiu6/h5VRrk6cG50w==
9716+
dependencies:
9717+
chalk "^3.0.0"
9718+
cli-cursor "^3.1.0"
9719+
cli-spinners "^2.2.0"
9720+
is-interactive "^1.0.0"
9721+
log-symbols "^3.0.0"
9722+
mute-stream "0.0.8"
9723+
strip-ansi "^6.0.0"
9724+
wcwidth "^1.0.1"
9725+
9726+
ora@^4.0.2:
97139727
version "4.0.4"
97149728
resolved "https://registry.yarnpkg.com/ora/-/ora-4.0.4.tgz#e8da697cc5b6a47266655bf68e0fb588d29a545d"
97159729
integrity sha512-77iGeVU1cIdRhgFzCK8aw1fbtT1B/iZAvWjS+l/o1x0RShMgxHUZaD2yDpWsNCPwXg9z1ZA78Kbdvr8kBmG/Ww==

0 commit comments

Comments
 (0)