Skip to content

Commit ada1a97

Browse files
build(deps): bump ora from 9.0.0 to 9.3.0
Bumps [ora](https://github.com/sindresorhus/ora) from 9.0.0 to 9.3.0. - [Release notes](https://github.com/sindresorhus/ora/releases) - [Commits](sindresorhus/ora@v9.0.0...v9.3.0) --- updated-dependencies: - dependency-name: ora dependency-version: 9.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 202e8f0 commit ada1a97

File tree

4 files changed

+120
-89
lines changed

4 files changed

+120
-89
lines changed

packages/env/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"@battis/import-package-json": "^0.1.7",
2828
"dotenv": "^17.2.3",
29-
"ora": "^9.0.0"
29+
"ora": "^9.3.0"
3030
},
3131
"devDependencies": {
3232
"@1password/sdk": "^0.3.1",

packages/log/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"dependencies": {
2727
"@qui-cli/colors": "workspace:*",
28-
"ora": "^9.0.0",
28+
"ora": "^9.3.0",
2929
"strip-ansi": "^7.1.2",
3030
"winston": "^3.19.0"
3131
},

packages/shell/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"dependencies": {
2727
"@qui-cli/colors": "workspace:*",
28-
"ora": "^9.0.0",
28+
"ora": "^9.3.0",
2929
"shelljs": "^0.10.0"
3030
},
3131
"devDependencies": {

0 commit comments

Comments
 (0)