Skip to content

Commit

Permalink
Bump the prod-patch-deps group with 2 updates (#817)
Browse files Browse the repository at this point in the history
* Bump the prod-patch-deps group with 2 updates

Bumps the prod-patch-deps group with 2 updates: [@oclif/core](https://github.com/oclif/core) and [@oclif/color](https://github.com/oclif/color).


Updates `@oclif/core` from 3.3.0 to 3.3.2
- [Release notes](https://github.com/oclif/core/releases)
- [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md)
- [Commits](oclif/core@3.3.0...3.3.2)

Updates `@oclif/color` from 1.0.12 to 1.0.13
- [Release notes](https://github.com/oclif/color/releases)
- [Changelog](https://github.com/oclif/color/blob/main/CHANGELOG.md)
- [Commits](oclif/color@1.0.12...1.0.13)

---
updated-dependencies:
- dependency-name: "@oclif/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-patch-deps
- dependency-name: "@oclif/color"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-patch-deps
...

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>

* fix changesets

Signed-off-by: Brian DeHamer <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: Brian DeHamer <[email protected]>
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>
Co-authored-by: Brian DeHamer <[email protected]>
  • Loading branch information
3 people authored Oct 18, 2023
1 parent b2f1d0f commit cb81e53
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 12 deletions.
7 changes: 7 additions & 0 deletions .changeset/friendly-goats-wave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@sigstore/mock-server': patch
---

Bump dependencies:

- @oclif/color from 1.0.12 to 1.0.1
7 changes: 7 additions & 0 deletions .changeset/tasty-pens-return.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@sigstore/cli': patch
---

Bump dependencies:

- @oclif/color from 1.0.12 to 1.0.13
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"readme": "oclif readme --no-aliases && shx sed -i \"s/^_See code:.*$//g\" README.md"
},
"dependencies": {
"@oclif/color": "^1.0.12",
"@oclif/color": "^1.0.13",
"@oclif/core": "^3",
"@oclif/plugin-help": "^6",
"open": "^8.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/mock-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"start": "./bin/dev"
},
"dependencies": {
"@oclif/color": "^1.0.12",
"@oclif/color": "^1.0.13",
"@oclif/core": "^3",
"@sigstore/mock": "^0.6.0",
"@tufjs/repo-mock": "^2.0.0",
Expand Down

0 comments on commit cb81e53

Please sign in to comment.