Skip to content

Commit a322817

Browse files
Bump @oclif/color from 1.0.9 to 1.0.10 (#659)
* Bump @oclif/color from 1.0.9 to 1.0.10 Bumps [@oclif/color](https://github.com/oclif/color) from 1.0.9 to 1.0.10. - [Release notes](https://github.com/oclif/color/releases) - [Changelog](https://github.com/oclif/color/blob/main/CHANGELOG.md) - [Commits](oclif/color@1.0.9...1.0.10) --- updated-dependencies: - dependency-name: "@oclif/color" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Add changeset for dependabot updates Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent af46342 commit a322817

File tree

5 files changed

+23
-12
lines changed

5 files changed

+23
-12
lines changed

.changeset/cool-melons-wonder.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@sigstore/cli': patch
3+
---
4+
5+
Bump @oclif/color from 1.0.9 to 1.0.10

.changeset/funny-needles-double.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@sigstore/mock-server': patch
3+
---
4+
5+
Bump @oclif/color from 1.0.9 to 1.0.10

package-lock.json

+11-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"readme": "oclif readme && shx sed -i \"s/^_See code:.*$//g\" README.md"
3333
},
3434
"dependencies": {
35-
"@oclif/color": "^1.0.9",
35+
"@oclif/color": "^1.0.10",
3636
"@oclif/core": "^2",
3737
"@oclif/plugin-help": "^5",
3838
"open": "^8.4.2",

packages/mock-server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"start": "./bin/dev"
1919
},
2020
"dependencies": {
21-
"@oclif/color": "^1.0.9",
21+
"@oclif/color": "^1.0.10",
2222
"@oclif/core": "^2",
2323
"@sigstore/mock": "^0.1.1",
2424
"@tufjs/repo-mock": "^1.4.0",

0 commit comments

Comments
 (0)