mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-02-17 14:30:34 +08:00
fix(deps): Update dependency ora to v5.3.0.
This commit is contained in:
parent
90acf7289c
commit
542c1156c6
8
.pnp.js
generated
8
.pnp.js
generated
@ -4411,7 +4411,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
["jest", "npm:26.6.3"],
|
||||
["js-yaml", "npm:4.0.0"],
|
||||
["opener", "npm:1.5.2"],
|
||||
["ora", "npm:5.2.0"],
|
||||
["ora", "npm:5.3.0"],
|
||||
["react", "npm:17.0.1"],
|
||||
["react-dom", "virtual:22157ea722f8d6428f1fcf0a6f7f6c7d6b902d9c785256c60a65fe6cd0db76ebccc7c1457ee047df0ba6909ff018e300c4f4957a60f5b670089810dfc417af9b#npm:17.0.1"],
|
||||
["reload", "npm:3.1.1"],
|
||||
@ -20094,10 +20094,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
}]
|
||||
]],
|
||||
["ora", [
|
||||
["npm:5.2.0", {
|
||||
"packageLocation": "./.yarn/cache/ora-npm-5.2.0-a8d35905ca-67680ed621.zip/node_modules/ora/",
|
||||
["npm:5.3.0", {
|
||||
"packageLocation": "./.yarn/cache/ora-npm-5.3.0-bb3e7178be-892cfd7a89.zip/node_modules/ora/",
|
||||
"packageDependencies": [
|
||||
["ora", "npm:5.2.0"],
|
||||
["ora", "npm:5.3.0"],
|
||||
["bl", "npm:4.0.3"],
|
||||
["chalk", "npm:4.1.0"],
|
||||
["cli-cursor", "npm:3.1.0"],
|
||||
|
Binary file not shown.
@ -58,7 +58,7 @@
|
||||
"inquirer": "7.3.3",
|
||||
"js-yaml": "4.0.0",
|
||||
"opener": "1.5.2",
|
||||
"ora": "5.2.0",
|
||||
"ora": "5.3.0",
|
||||
"reload": "3.1.1",
|
||||
"uuid": "8.3.2"
|
||||
},
|
||||
|
10
yarn.lock
10
yarn.lock
@ -2978,7 +2978,7 @@ __metadata:
|
||||
jest: 26.6.3
|
||||
js-yaml: 4.0.0
|
||||
opener: 1.5.2
|
||||
ora: 5.2.0
|
||||
ora: 5.3.0
|
||||
react: 17.0.1
|
||||
react-dom: 17.0.1
|
||||
reload: 3.1.1
|
||||
@ -15086,9 +15086,9 @@ fsevents@^1.2.7:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"ora@npm:5.2.0":
|
||||
version: 5.2.0
|
||||
resolution: "ora@npm:5.2.0"
|
||||
"ora@npm:5.3.0":
|
||||
version: 5.3.0
|
||||
resolution: "ora@npm:5.3.0"
|
||||
dependencies:
|
||||
bl: ^4.0.3
|
||||
chalk: ^4.1.0
|
||||
@ -15098,7 +15098,7 @@ fsevents@^1.2.7:
|
||||
log-symbols: ^4.0.0
|
||||
strip-ansi: ^6.0.0
|
||||
wcwidth: ^1.0.1
|
||||
checksum: 67680ed6218ceac46c0076425821d93c44f643e6603e1c87332572ebdf90cca693706b9b5040ecf32a59ade8858fd747ee4d91d01fdec82adc1a6e2e988d7629
|
||||
checksum: 892cfd7a893bce2ba1203369abb8f197fc8e54c780a9a7398c021cfa202f18d15d64b1f1eca1d330eec52396ee7cdd9f7e97a7e6a004d6f943c4de646f80fd73
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user