Skip to content

Commit

Permalink
build(deps): bump process and pub_updater in /packages/coverde_cli (#78)
Browse files Browse the repository at this point in the history
Bumps [process](https://github.com/google/process.dart) and [pub_updater](https://github.com/VeryGoodOpenSource/pub_updater). These dependencies needed to be updated together.

Updates `process` from 4.2.4 to 5.0.0
- [Release notes](https://github.com/google/process.dart/releases)
- [Changelog](https://github.com/google/process.dart/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/process.dart/commits)

Updates `pub_updater` from 0.3.1 to 0.4.0
- [Release notes](https://github.com/VeryGoodOpenSource/pub_updater/releases)
- [Changelog](https://github.com/VeryGoodOpenSource/pub_updater/blob/main/CHANGELOG.md)
- [Commits](VeryGoodOpenSource/pub_updater@v0.3.1...v0.4.0)

---
updated-dependencies:
- dependency-name: process
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: pub_updater
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 20, 2023
1 parent 012babc commit c73f7e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/coverde_cli/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ dependencies:
io: ^1.0.4
meta: ^1.9.1
path: ^1.8.3
process: ^4.2.4
pub_updater: ^0.3.1
process: ">=4.2.4 <6.0.0"
pub_updater: ">=0.3.1 <0.5.0"
universal_io: ^2.2.2

dev_dependencies:
Expand Down

0 comments on commit c73f7e1

Please sign in to comment.