Skip to content

Commit 62865f7

Browse files
renovate-botclydin
authored andcommitted
build: update ora to version 5.3.0
1 parent 7b106dd commit 62865f7

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
"node-fetch": "^2.2.0",
183183
"npm-registry-client": "8.6.0",
184184
"open": "7.3.1",
185-
"ora": "5.2.0",
185+
"ora": "5.3.0",
186186
"pacote": "11.2.1",
187187
"parse5-html-rewriting-stream": "6.0.1",
188188
"pidtree": "^0.5.0",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"mini-css-extract-plugin": "1.3.4",
4545
"minimatch": "3.0.4",
4646
"open": "7.3.1",
47-
"ora": "5.2.0",
47+
"ora": "5.3.0",
4848
"parse5-html-rewriting-stream": "6.0.1",
4949
"pnp-webpack-plugin": "1.6.4",
5050
"postcss": "8.2.4",

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": "5.2.0",
17+
"ora": "5.3.0",
1818
"rxjs": "6.6.3"
1919
}
2020
}

yarn.lock

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8593,7 +8593,21 @@ optionator@^0.8.1:
85938593
type-check "~0.3.2"
85948594
word-wrap "~1.2.3"
85958595

8596-
[email protected], ora@^5.0.0, ora@^5.1.0:
8596+
8597+
version "5.3.0"
8598+
resolved "https://registry.yarnpkg.com/ora/-/ora-5.3.0.tgz#fb832899d3a1372fe71c8b2c534bbfe74961bb6f"
8599+
integrity sha512-zAKMgGXUim0Jyd6CXK9lraBnD3H5yPGBPPOkC23a2BG6hsm4Zu6OQSjQuEtV0BHDf4aKHcUFvJiGRrFuW3MG8g==
8600+
dependencies:
8601+
bl "^4.0.3"
8602+
chalk "^4.1.0"
8603+
cli-cursor "^3.1.0"
8604+
cli-spinners "^2.5.0"
8605+
is-interactive "^1.0.0"
8606+
log-symbols "^4.0.0"
8607+
strip-ansi "^6.0.0"
8608+
wcwidth "^1.0.1"
8609+
8610+
ora@^5.0.0, ora@^5.1.0:
85978611
version "5.2.0"
85988612
resolved "https://registry.yarnpkg.com/ora/-/ora-5.2.0.tgz#de10bfd2d15514384af45f3fa9d9b1aaf344fda1"
85998613
integrity sha512-+wG2v8TUU8EgzPHun1k/n45pXquQ9fHnbXVetl9rRgO6kjZszGGbraF3XPTIdgeA+s1lbRjSEftAnyT0w8ZMvQ==

0 commit comments

Comments
 (0)